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_AHB1_Peripherals

Macros

#define RCC_AHB1Periph_GPIOA   ((uint32_t)0x00000001)
 
#define RCC_AHB1Periph_GPIOB   ((uint32_t)0x00000002)
 
#define RCC_AHB1Periph_GPIOC   ((uint32_t)0x00000004)
 
#define RCC_AHB1Periph_GPIOD   ((uint32_t)0x00000008)
 
#define RCC_AHB1Periph_GPIOE   ((uint32_t)0x00000010)
 
#define RCC_AHB1Periph_GPIOF   ((uint32_t)0x00000020)
 
#define RCC_AHB1Periph_GPIOG   ((uint32_t)0x00000040)
 
#define RCC_AHB1Periph_GPIOH   ((uint32_t)0x00000080)
 
#define RCC_AHB1Periph_GPIOI   ((uint32_t)0x00000100)
 
#define RCC_AHB1Periph_CRC   ((uint32_t)0x00001000)
 
#define RCC_AHB1Periph_FLITF   ((uint32_t)0x00008000)
 
#define RCC_AHB1Periph_SRAM1   ((uint32_t)0x00010000)
 
#define RCC_AHB1Periph_SRAM2   ((uint32_t)0x00020000)
 
#define RCC_AHB1Periph_BKPSRAM   ((uint32_t)0x00040000)
 
#define RCC_AHB1Periph_DMA1   ((uint32_t)0x00200000)
 
#define RCC_AHB1Periph_DMA2   ((uint32_t)0x00400000)
 
#define RCC_AHB1Periph_ETH_MAC   ((uint32_t)0x02000000)
 
#define RCC_AHB1Periph_ETH_MAC_Tx   ((uint32_t)0x04000000)
 
#define RCC_AHB1Periph_ETH_MAC_Rx   ((uint32_t)0x08000000)
 
#define RCC_AHB1Periph_ETH_MAC_PTP   ((uint32_t)0x10000000)
 
#define RCC_AHB1Periph_OTG_HS   ((uint32_t)0x20000000)
 
#define RCC_AHB1Periph_OTG_HS_ULPI   ((uint32_t)0x40000000)
 
#define IS_RCC_AHB1_CLOCK_PERIPH(PERIPH)   ((((PERIPH) & 0x819BEE00) == 0x00) && ((PERIPH) != 0x00))
 
#define IS_RCC_AHB1_RESET_PERIPH(PERIPH)   ((((PERIPH) & 0xDD9FEE00) == 0x00) && ((PERIPH) != 0x00))
 
#define IS_RCC_AHB1_LPMODE_PERIPH(PERIPH)   ((((PERIPH) & 0x81986E00) == 0x00) && ((PERIPH) != 0x00))
 

Detailed Description