STM32L443xx HAL User Manual
Defines
APB2 GRP1 PERIPH
BUS Exported Constants

Defines

#define LL_APB2_GRP1_PERIPH_ALL   0xFFFFFFFFU
#define LL_APB2_GRP1_PERIPH_SYSCFG   RCC_APB2ENR_SYSCFGEN
#define LL_APB2_GRP1_PERIPH_FW   RCC_APB2ENR_FWEN
#define LL_APB2_GRP1_PERIPH_SDMMC1   RCC_APB2ENR_SDMMC1EN
#define LL_APB2_GRP1_PERIPH_TIM1   RCC_APB2ENR_TIM1EN
#define LL_APB2_GRP1_PERIPH_SPI1   RCC_APB2ENR_SPI1EN
#define LL_APB2_GRP1_PERIPH_USART1   RCC_APB2ENR_USART1EN
#define LL_APB2_GRP1_PERIPH_TIM15   RCC_APB2ENR_TIM15EN
#define LL_APB2_GRP1_PERIPH_TIM16   RCC_APB2ENR_TIM16EN
#define LL_APB2_GRP1_PERIPH_SAI1   RCC_APB2ENR_SAI1EN

Define Documentation

#define LL_APB2_GRP1_PERIPH_ALL   0xFFFFFFFFU

Definition at line 246 of file stm32l4xx_ll_bus.h.

#define LL_APB2_GRP1_PERIPH_FW   RCC_APB2ENR_FWEN

Definition at line 248 of file stm32l4xx_ll_bus.h.

#define LL_APB2_GRP1_PERIPH_SAI1   RCC_APB2ENR_SAI1EN

Definition at line 263 of file stm32l4xx_ll_bus.h.

#define LL_APB2_GRP1_PERIPH_SDMMC1   RCC_APB2ENR_SDMMC1EN

Definition at line 250 of file stm32l4xx_ll_bus.h.

#define LL_APB2_GRP1_PERIPH_SPI1   RCC_APB2ENR_SPI1EN

Definition at line 253 of file stm32l4xx_ll_bus.h.

Referenced by LL_SPI_DeInit().

#define LL_APB2_GRP1_PERIPH_SYSCFG   RCC_APB2ENR_SYSCFGEN

Definition at line 247 of file stm32l4xx_ll_bus.h.

#define LL_APB2_GRP1_PERIPH_TIM1   RCC_APB2ENR_TIM1EN

Definition at line 252 of file stm32l4xx_ll_bus.h.

Referenced by LL_TIM_DeInit().

#define LL_APB2_GRP1_PERIPH_TIM15   RCC_APB2ENR_TIM15EN

Definition at line 258 of file stm32l4xx_ll_bus.h.

Referenced by LL_TIM_DeInit().

#define LL_APB2_GRP1_PERIPH_TIM16   RCC_APB2ENR_TIM16EN

Definition at line 259 of file stm32l4xx_ll_bus.h.

Referenced by LL_TIM_DeInit().

#define LL_APB2_GRP1_PERIPH_USART1   RCC_APB2ENR_USART1EN

Definition at line 257 of file stm32l4xx_ll_bus.h.

Referenced by LL_USART_DeInit().