Defines | |
#define | RCC_AHBPeriph_DMA1 ((uint32_t)0x00000001) |
#define | RCC_AHBPeriph_DMA2 ((uint32_t)0x00000002) |
#define | RCC_AHBPeriph_SRAM ((uint32_t)0x00000004) |
#define | RCC_AHBPeriph_FLITF ((uint32_t)0x00000010) |
#define | RCC_AHBPeriph_CRC ((uint32_t)0x00000040) |
#define | RCC_AHBPeriph_FSMC ((uint32_t)0x00000100) |
#define | RCC_AHBPeriph_SDIO ((uint32_t)0x00000400) |
#define | IS_RCC_AHB_PERIPH(PERIPH) ((((PERIPH) & 0xFFFFFAA8) == 0x00) && ((PERIPH) != 0x00)) |
#define RCC_AHBPeriph_DMA1 ((uint32_t)0x00000001) |
Referenced by DMA_Setup().
#define RCC_AHBPeriph_DMA2 ((uint32_t)0x00000002) |
Referenced by DMA_Setup().
#define RCC_AHBPeriph_SRAM ((uint32_t)0x00000004) |
#define RCC_AHBPeriph_FLITF ((uint32_t)0x00000010) |
#define RCC_AHBPeriph_CRC ((uint32_t)0x00000040) |
Referenced by CRC_Init().
#define RCC_AHBPeriph_FSMC ((uint32_t)0x00000100) |
#define RCC_AHBPeriph_SDIO ((uint32_t)0x00000400) |
#define IS_RCC_AHB_PERIPH | ( | PERIPH | ) | ((((PERIPH) & 0xFFFFFAA8) == 0x00) && ((PERIPH) != 0x00)) |
Referenced by RCC_AHBPeriphClockCmd(), and RCC_AHBPeriphResetCmd().