STM32L486xx HAL User Manual
Defines
AHB1 GRP1 PERIPH
BUS Exported Constants

Defines

#define LL_AHB1_GRP1_PERIPH_ALL   0xFFFFFFFFU
#define LL_AHB1_GRP1_PERIPH_DMA1   RCC_AHB1ENR_DMA1EN
#define LL_AHB1_GRP1_PERIPH_DMA2   RCC_AHB1ENR_DMA2EN
#define LL_AHB1_GRP1_PERIPH_FLASH   RCC_AHB1ENR_FLASHEN
#define LL_AHB1_GRP1_PERIPH_CRC   RCC_AHB1ENR_CRCEN
#define LL_AHB1_GRP1_PERIPH_TSC   RCC_AHB1ENR_TSCEN
#define LL_AHB1_GRP1_PERIPH_SRAM1   RCC_AHB1SMENR_SRAM1SMEN

Define Documentation

#define LL_AHB1_GRP1_PERIPH_ALL   0xFFFFFFFFU

Definition at line 90 of file stm32l4xx_ll_bus.h.

#define LL_AHB1_GRP1_PERIPH_CRC   RCC_AHB1ENR_CRCEN

Definition at line 97 of file stm32l4xx_ll_bus.h.

Referenced by LL_CRC_DeInit().

#define LL_AHB1_GRP1_PERIPH_DMA1   RCC_AHB1ENR_DMA1EN

Definition at line 91 of file stm32l4xx_ll_bus.h.

Referenced by LL_DMA_DeInit().

#define LL_AHB1_GRP1_PERIPH_DMA2   RCC_AHB1ENR_DMA2EN

Definition at line 92 of file stm32l4xx_ll_bus.h.

Referenced by LL_DMA_DeInit().

#define LL_AHB1_GRP1_PERIPH_FLASH   RCC_AHB1ENR_FLASHEN

Definition at line 96 of file stm32l4xx_ll_bus.h.

#define LL_AHB1_GRP1_PERIPH_SRAM1   RCC_AHB1SMENR_SRAM1SMEN

Definition at line 105 of file stm32l4xx_ll_bus.h.

#define LL_AHB1_GRP1_PERIPH_TSC   RCC_AHB1ENR_TSCEN

Definition at line 98 of file stm32l4xx_ll_bus.h.