STM32F37 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F37 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
RCC_APB1_Peripherals

Macros

#define RCC_APB1Periph_TIM2   RCC_APB1ENR_TIM2EN
 
#define RCC_APB1Periph_TIM3   RCC_APB1ENR_TIM3EN
 
#define RCC_APB1Periph_TIM4   RCC_APB1ENR_TIM4EN
 
#define RCC_APB1Periph_TIM5   RCC_APB1ENR_TIM5EN
 
#define RCC_APB1Periph_TIM6   RCC_APB1ENR_TIM6EN
 
#define RCC_APB1Periph_TIM7   RCC_APB1ENR_TIM7EN
 
#define RCC_APB1Periph_TIM12   RCC_APB1ENR_TIM12EN
 
#define RCC_APB1Periph_TIM13   RCC_APB1ENR_TIM13EN
 
#define RCC_APB1Periph_TIM14   RCC_APB1ENR_TIM14EN
 
#define RCC_APB1Periph_TIM18   RCC_APB1ENR_TIM18EN
 
#define RCC_APB1Periph_WWDG   RCC_APB1ENR_WWDGEN
 
#define RCC_APB1Periph_SPI2   RCC_APB1ENR_SPI2EN
 
#define RCC_APB1Periph_SPI3   RCC_APB1ENR_SPI3EN
 
#define RCC_APB1Periph_USART2   RCC_APB1ENR_USART2EN
 
#define RCC_APB1Periph_USART3   RCC_APB1ENR_USART3EN
 
#define RCC_APB1Periph_I2C1   RCC_APB1ENR_I2C1EN
 
#define RCC_APB1Periph_I2C2   RCC_APB1ENR_I2C2EN
 
#define RCC_APB1Periph_USB   RCC_APB1ENR_USBEN
 
#define RCC_APB1Periph_CAN1   RCC_APB1ENR_CAN1EN
 
#define RCC_APB1Periph_DAC2   RCC_APB1ENR_DAC2EN
 
#define RCC_APB1Periph_PWR   RCC_APB1ENR_PWREN
 
#define RCC_APB1Periph_DAC1   RCC_APB1ENR_DAC1EN
 
#define RCC_APB1Periph_CEC   RCC_APB1ENR_CECEN
 
#define IS_RCC_APB1_PERIPH(PERIPH)   ((((PERIPH) & 0x89193400) == 0x00) && ((PERIPH) != 0x00))
 

Detailed Description