Macros | |
#define | IS_RCC_AHB_PERIPH(PERIPH) ((((PERIPH) & 0xFFFFFAA8) == 0x00) && ((PERIPH) != 0x00)) |
#define | RCC_AHBPeriph_CRC ((uint32_t)0x00000040) |
#define | RCC_AHBPeriph_DMA1 ((uint32_t)0x00000001) |
#define | RCC_AHBPeriph_DMA2 ((uint32_t)0x00000002) |
#define | RCC_AHBPeriph_FLITF ((uint32_t)0x00000010) |
#define | RCC_AHBPeriph_FSMC ((uint32_t)0x00000100) |
#define | RCC_AHBPeriph_SDIO ((uint32_t)0x00000400) |
#define | RCC_AHBPeriph_SRAM ((uint32_t)0x00000004) |
#define IS_RCC_AHB_PERIPH | ( | PERIPH | ) | ((((PERIPH) & 0xFFFFFAA8) == 0x00) && ((PERIPH) != 0x00)) |
Definition at line 479 of file stm32f10x_rcc.h.
#define RCC_AHBPeriph_CRC ((uint32_t)0x00000040) |
Definition at line 474 of file stm32f10x_rcc.h.
#define RCC_AHBPeriph_DMA1 ((uint32_t)0x00000001) |
Definition at line 470 of file stm32f10x_rcc.h.
#define RCC_AHBPeriph_DMA2 ((uint32_t)0x00000002) |
Definition at line 471 of file stm32f10x_rcc.h.
#define RCC_AHBPeriph_FLITF ((uint32_t)0x00000010) |
Definition at line 473 of file stm32f10x_rcc.h.
#define RCC_AHBPeriph_FSMC ((uint32_t)0x00000100) |
Definition at line 477 of file stm32f10x_rcc.h.
#define RCC_AHBPeriph_SDIO ((uint32_t)0x00000400) |
Definition at line 478 of file stm32f10x_rcc.h.
#define RCC_AHBPeriph_SRAM ((uint32_t)0x00000004) |
Definition at line 472 of file stm32f10x_rcc.h.