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

Macros

#define RCC_AHB2Periph_DCMI   ((uint32_t)0x00000001)
 
#define RCC_AHB2Periph_CRYP   ((uint32_t)0x00000010)
 
#define RCC_AHB2Periph_HASH   ((uint32_t)0x00000020)
 
#define RCC_AHB2Periph_RNG   ((uint32_t)0x00000040)
 
#define RCC_AHB2Periph_OTG_FS   ((uint32_t)0x00000080)
 
#define IS_RCC_AHB2_PERIPH(PERIPH)   ((((PERIPH) & 0xFFFFFF0E) == 0x00) && ((PERIPH) != 0x00))
 

Detailed Description