|
STM32L443xx HAL User Manual
|
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 LL_AHB1_GRP1_PERIPH_ALL 0xFFFFFFFFU |
Definition at line 72 of file stm32l4xx_ll_bus.h.
| #define LL_AHB1_GRP1_PERIPH_CRC RCC_AHB1ENR_CRCEN |
Definition at line 79 of file stm32l4xx_ll_bus.h.
Referenced by LL_CRC_DeInit().
| #define LL_AHB1_GRP1_PERIPH_DMA1 RCC_AHB1ENR_DMA1EN |
Definition at line 73 of file stm32l4xx_ll_bus.h.
Referenced by LL_DMA_DeInit().
| #define LL_AHB1_GRP1_PERIPH_DMA2 RCC_AHB1ENR_DMA2EN |
Definition at line 74 of file stm32l4xx_ll_bus.h.
Referenced by LL_DMA_DeInit().
| #define LL_AHB1_GRP1_PERIPH_FLASH RCC_AHB1ENR_FLASHEN |
Definition at line 78 of file stm32l4xx_ll_bus.h.
| #define LL_AHB1_GRP1_PERIPH_SRAM1 RCC_AHB1SMENR_SRAM1SMEN |
Definition at line 87 of file stm32l4xx_ll_bus.h.
| #define LL_AHB1_GRP1_PERIPH_TSC RCC_AHB1ENR_TSCEN |
Definition at line 80 of file stm32l4xx_ll_bus.h.
1.7.6.1