CARME-M4 BSP  V1.5
+ Collaboration diagram for 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_GPIOJ   ((uint32_t)0x00000200)
 
#define RCC_AHB1Periph_GPIOK   ((uint32_t)0x00000400)
 
#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_SRAM3   ((uint32_t)0x00080000)
 
#define RCC_AHB1Periph_CCMDATARAMEN   ((uint32_t)0x00100000)
 
#define RCC_AHB1Periph_DMA1   ((uint32_t)0x00200000)
 
#define RCC_AHB1Periph_DMA2   ((uint32_t)0x00400000)
 
#define RCC_AHB1Periph_DMA2D   ((uint32_t)0x00800000)
 
#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) & 0x810BE800) == 0x00) && ((PERIPH) != 0x00))
 
#define IS_RCC_AHB1_RESET_PERIPH(PERIPH)   ((((PERIPH) & 0xDD1FE800) == 0x00) && ((PERIPH) != 0x00))
 
#define IS_RCC_AHB1_LPMODE_PERIPH(PERIPH)   ((((PERIPH) & 0x81106800) == 0x00) && ((PERIPH) != 0x00))
 

Detailed Description