STM32L486xx HAL User Manual
Defines
APB1 GRP2 PERIPH
BUS Exported Constants

Defines

#define LL_APB1_GRP2_PERIPH_ALL   0xFFFFFFFFU
#define LL_APB1_GRP2_PERIPH_LPUART1   RCC_APB1ENR2_LPUART1EN
#define LL_APB1_GRP2_PERIPH_SWPMI1   RCC_APB1ENR2_SWPMI1EN
#define LL_APB1_GRP2_PERIPH_LPTIM2   RCC_APB1ENR2_LPTIM2EN

Define Documentation

#define LL_APB1_GRP2_PERIPH_ALL   0xFFFFFFFFU

Definition at line 245 of file stm32l4xx_ll_bus.h.

#define LL_APB1_GRP2_PERIPH_LPTIM2   RCC_APB1ENR2_LPTIM2EN

Definition at line 253 of file stm32l4xx_ll_bus.h.

Referenced by LL_LPTIM_DeInit().

#define LL_APB1_GRP2_PERIPH_LPUART1   RCC_APB1ENR2_LPUART1EN

Definition at line 246 of file stm32l4xx_ll_bus.h.

Referenced by LL_LPUART_DeInit().

#define LL_APB1_GRP2_PERIPH_SWPMI1   RCC_APB1ENR2_SWPMI1EN

Definition at line 251 of file stm32l4xx_ll_bus.h.

Referenced by LL_SWPMI_DeInit().