STM32L443xx 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 230 of file stm32l4xx_ll_bus.h.

#define LL_APB1_GRP2_PERIPH_LPTIM2   RCC_APB1ENR2_LPTIM2EN

Definition at line 238 of file stm32l4xx_ll_bus.h.

Referenced by LL_LPTIM_DeInit().

#define LL_APB1_GRP2_PERIPH_LPUART1   RCC_APB1ENR2_LPUART1EN

Definition at line 231 of file stm32l4xx_ll_bus.h.

Referenced by LL_LPUART_DeInit().

#define LL_APB1_GRP2_PERIPH_SWPMI1   RCC_APB1ENR2_SWPMI1EN

Definition at line 236 of file stm32l4xx_ll_bus.h.

Referenced by LL_SWPMI_DeInit().