STM32F103xB HAL User Manual
|
Defines | |
#define | LL_APB2_GRP1_PERIPH_ALL (uint32_t)0xFFFFFFFFU |
#define | LL_APB2_GRP1_PERIPH_ADC1 RCC_APB2ENR_ADC1EN |
#define | LL_APB2_GRP1_PERIPH_ADC2 RCC_APB2ENR_ADC2EN |
#define | LL_APB2_GRP1_PERIPH_AFIO RCC_APB2ENR_AFIOEN |
#define | LL_APB2_GRP1_PERIPH_GPIOA RCC_APB2ENR_IOPAEN |
#define | LL_APB2_GRP1_PERIPH_GPIOB RCC_APB2ENR_IOPBEN |
#define | LL_APB2_GRP1_PERIPH_GPIOC RCC_APB2ENR_IOPCEN |
#define | LL_APB2_GRP1_PERIPH_GPIOD RCC_APB2ENR_IOPDEN |
#define | LL_APB2_GRP1_PERIPH_GPIOE RCC_APB2ENR_IOPEEN |
#define | LL_APB2_GRP1_PERIPH_SPI1 RCC_APB2ENR_SPI1EN |
#define | LL_APB2_GRP1_PERIPH_TIM1 RCC_APB2ENR_TIM1EN |
#define | LL_APB2_GRP1_PERIPH_USART1 RCC_APB2ENR_USART1EN |
#define LL_APB2_GRP1_PERIPH_ADC1 RCC_APB2ENR_ADC1EN |
Definition at line 176 of file stm32f1xx_ll_bus.h.
Referenced by LL_ADC_CommonDeInit().
#define LL_APB2_GRP1_PERIPH_ADC2 RCC_APB2ENR_ADC2EN |
Definition at line 178 of file stm32f1xx_ll_bus.h.
#define LL_APB2_GRP1_PERIPH_AFIO RCC_APB2ENR_AFIOEN |
Definition at line 183 of file stm32f1xx_ll_bus.h.
#define LL_APB2_GRP1_PERIPH_ALL (uint32_t)0xFFFFFFFFU |
Definition at line 175 of file stm32f1xx_ll_bus.h.
#define LL_APB2_GRP1_PERIPH_GPIOA RCC_APB2ENR_IOPAEN |
Definition at line 184 of file stm32f1xx_ll_bus.h.
Referenced by LL_GPIO_DeInit().
#define LL_APB2_GRP1_PERIPH_GPIOB RCC_APB2ENR_IOPBEN |
Definition at line 185 of file stm32f1xx_ll_bus.h.
Referenced by LL_GPIO_DeInit().
#define LL_APB2_GRP1_PERIPH_GPIOC RCC_APB2ENR_IOPCEN |
Definition at line 186 of file stm32f1xx_ll_bus.h.
Referenced by LL_GPIO_DeInit().
#define LL_APB2_GRP1_PERIPH_GPIOD RCC_APB2ENR_IOPDEN |
Definition at line 187 of file stm32f1xx_ll_bus.h.
Referenced by LL_GPIO_DeInit().
#define LL_APB2_GRP1_PERIPH_GPIOE RCC_APB2ENR_IOPEEN |
Definition at line 189 of file stm32f1xx_ll_bus.h.
Referenced by LL_GPIO_DeInit().
#define LL_APB2_GRP1_PERIPH_SPI1 RCC_APB2ENR_SPI1EN |
Definition at line 197 of file stm32f1xx_ll_bus.h.
Referenced by LL_SPI_DeInit().
#define LL_APB2_GRP1_PERIPH_TIM1 RCC_APB2ENR_TIM1EN |
Definition at line 213 of file stm32f1xx_ll_bus.h.
Referenced by LL_TIM_DeInit().
#define LL_APB2_GRP1_PERIPH_USART1 RCC_APB2ENR_USART1EN |
Definition at line 220 of file stm32f1xx_ll_bus.h.
Referenced by LL_USART_DeInit().