STM32L486xx 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_TIM8   RCC_APB2ENR_TIM8EN
#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_TIM17   RCC_APB2ENR_TIM17EN
#define LL_APB2_GRP1_PERIPH_SAI1   RCC_APB2ENR_SAI1EN
#define LL_APB2_GRP1_PERIPH_SAI2   RCC_APB2ENR_SAI2EN
#define LL_APB2_GRP1_PERIPH_DFSDM1   RCC_APB2ENR_DFSDM1EN

Define Documentation

#define LL_APB2_GRP1_PERIPH_ALL   0xFFFFFFFFU

Definition at line 261 of file stm32l4xx_ll_bus.h.

#define LL_APB2_GRP1_PERIPH_DFSDM1   RCC_APB2ENR_DFSDM1EN

Definition at line 283 of file stm32l4xx_ll_bus.h.

#define LL_APB2_GRP1_PERIPH_FW   RCC_APB2ENR_FWEN

Definition at line 263 of file stm32l4xx_ll_bus.h.

#define LL_APB2_GRP1_PERIPH_SAI1   RCC_APB2ENR_SAI1EN

Definition at line 278 of file stm32l4xx_ll_bus.h.

#define LL_APB2_GRP1_PERIPH_SAI2   RCC_APB2ENR_SAI2EN

Definition at line 280 of file stm32l4xx_ll_bus.h.

#define LL_APB2_GRP1_PERIPH_SDMMC1   RCC_APB2ENR_SDMMC1EN

Definition at line 265 of file stm32l4xx_ll_bus.h.

#define LL_APB2_GRP1_PERIPH_SPI1   RCC_APB2ENR_SPI1EN

Definition at line 268 of file stm32l4xx_ll_bus.h.

Referenced by LL_SPI_DeInit().

#define LL_APB2_GRP1_PERIPH_SYSCFG   RCC_APB2ENR_SYSCFGEN

Definition at line 262 of file stm32l4xx_ll_bus.h.

#define LL_APB2_GRP1_PERIPH_TIM1   RCC_APB2ENR_TIM1EN

Definition at line 267 of file stm32l4xx_ll_bus.h.

Referenced by LL_TIM_DeInit().

#define LL_APB2_GRP1_PERIPH_TIM15   RCC_APB2ENR_TIM15EN

Definition at line 273 of file stm32l4xx_ll_bus.h.

Referenced by LL_TIM_DeInit().

#define LL_APB2_GRP1_PERIPH_TIM16   RCC_APB2ENR_TIM16EN

Definition at line 274 of file stm32l4xx_ll_bus.h.

Referenced by LL_TIM_DeInit().

#define LL_APB2_GRP1_PERIPH_TIM17   RCC_APB2ENR_TIM17EN

Definition at line 276 of file stm32l4xx_ll_bus.h.

Referenced by LL_TIM_DeInit().

#define LL_APB2_GRP1_PERIPH_TIM8   RCC_APB2ENR_TIM8EN

Definition at line 270 of file stm32l4xx_ll_bus.h.

Referenced by LL_TIM_DeInit().

#define LL_APB2_GRP1_PERIPH_USART1   RCC_APB2ENR_USART1EN

Definition at line 272 of file stm32l4xx_ll_bus.h.

Referenced by LL_USART_DeInit().