STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
RCC_APB2_Peripherals

Macros

#define RCC_APB2Periph_SYSCFG   RCC_APB2ENR_SYSCFGEN
 
#define RCC_APB2Periph_ADC1   RCC_APB2ENR_ADC1EN
 
#define RCC_APB2Periph_TIM1   RCC_APB2ENR_TIM1EN
 
#define RCC_APB2Periph_SPI1   RCC_APB2ENR_SPI1EN
 
#define RCC_APB2Periph_USART1   RCC_APB2ENR_USART1EN
 
#define RCC_APB2Periph_TIM15   RCC_APB2ENR_TIM15EN
 
#define RCC_APB2Periph_TIM16   RCC_APB2ENR_TIM16EN
 
#define RCC_APB2Periph_TIM17   RCC_APB2ENR_TIM17EN
 
#define RCC_APB2Periph_DBGMCU   RCC_APB2ENR_DBGMCUEN
 
#define IS_RCC_APB2_PERIPH(PERIPH)   ((((PERIPH) & 0xFFB8A5FE) == 0x00) && ((PERIPH) != 0x00))
 

Detailed Description