STM32L443xx HAL User Manual
Defines
AHB2 GRP1 PERIPH
BUS Exported Constants

Defines

#define LL_AHB2_GRP1_PERIPH_ALL   0xFFFFFFFFU
#define LL_AHB2_GRP1_PERIPH_GPIOA   RCC_AHB2ENR_GPIOAEN
#define LL_AHB2_GRP1_PERIPH_GPIOB   RCC_AHB2ENR_GPIOBEN
#define LL_AHB2_GRP1_PERIPH_GPIOC   RCC_AHB2ENR_GPIOCEN
#define LL_AHB2_GRP1_PERIPH_GPIOD   RCC_AHB2ENR_GPIODEN
#define LL_AHB2_GRP1_PERIPH_GPIOE   RCC_AHB2ENR_GPIOEEN
#define LL_AHB2_GRP1_PERIPH_GPIOH   RCC_AHB2ENR_GPIOHEN
#define LL_AHB2_GRP1_PERIPH_ADC   RCC_AHB2ENR_ADCEN
#define LL_AHB2_GRP1_PERIPH_AES   RCC_AHB2ENR_AESEN
#define LL_AHB2_GRP1_PERIPH_RNG   RCC_AHB2ENR_RNGEN
#define LL_AHB2_GRP1_PERIPH_SRAM2   RCC_AHB2SMENR_SRAM2SMEN

Define Documentation

#define LL_AHB2_GRP1_PERIPH_ADC   RCC_AHB2ENR_ADCEN

Definition at line 118 of file stm32l4xx_ll_bus.h.

Referenced by LL_ADC_CommonDeInit().

#define LL_AHB2_GRP1_PERIPH_AES   RCC_AHB2ENR_AESEN

Definition at line 123 of file stm32l4xx_ll_bus.h.

#define LL_AHB2_GRP1_PERIPH_ALL   0xFFFFFFFFU

Definition at line 95 of file stm32l4xx_ll_bus.h.

#define LL_AHB2_GRP1_PERIPH_GPIOA   RCC_AHB2ENR_GPIOAEN

Definition at line 96 of file stm32l4xx_ll_bus.h.

Referenced by LL_GPIO_DeInit().

#define LL_AHB2_GRP1_PERIPH_GPIOB   RCC_AHB2ENR_GPIOBEN

Definition at line 97 of file stm32l4xx_ll_bus.h.

Referenced by LL_GPIO_DeInit().

#define LL_AHB2_GRP1_PERIPH_GPIOC   RCC_AHB2ENR_GPIOCEN

Definition at line 98 of file stm32l4xx_ll_bus.h.

Referenced by LL_GPIO_DeInit().

#define LL_AHB2_GRP1_PERIPH_GPIOD   RCC_AHB2ENR_GPIODEN

Definition at line 100 of file stm32l4xx_ll_bus.h.

Referenced by LL_GPIO_DeInit().

#define LL_AHB2_GRP1_PERIPH_GPIOE   RCC_AHB2ENR_GPIOEEN

Definition at line 103 of file stm32l4xx_ll_bus.h.

Referenced by LL_GPIO_DeInit().

#define LL_AHB2_GRP1_PERIPH_GPIOH   RCC_AHB2ENR_GPIOHEN

Definition at line 111 of file stm32l4xx_ll_bus.h.

Referenced by LL_GPIO_DeInit().

#define LL_AHB2_GRP1_PERIPH_RNG   RCC_AHB2ENR_RNGEN

Definition at line 128 of file stm32l4xx_ll_bus.h.

Referenced by LL_RNG_DeInit().

#define LL_AHB2_GRP1_PERIPH_SRAM2   RCC_AHB2SMENR_SRAM2SMEN

Definition at line 138 of file stm32l4xx_ll_bus.h.