Macros | |
#define | IS_RCC_AHB3_PERIPH(PERIPH) ((((PERIPH) & 0xFFFFFFFE) == 0x00) && ((PERIPH) != 0x00)) |
#define | RCC_AHB3Periph_FSMC ((uint32_t)0x00000001) |
#define IS_RCC_AHB3_PERIPH | ( | PERIPH | ) | ((((PERIPH) & 0xFFFFFFFE) == 0x00) && ((PERIPH) != 0x00)) |
Definition at line 324 of file STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_rcc.h.
#define RCC_AHB3Periph_FSMC ((uint32_t)0x00000001) |
Definition at line 322 of file STM32F4xx_StdPeriph_Driver/inc/stm32f4xx_rcc.h.