STM32F10x Standard Peripherals Library
3.5.0
|
Defines | |
#define | FSMC_WrapMode_Disable ((uint32_t)0x00000000) |
#define | FSMC_WrapMode_Enable ((uint32_t)0x00000400) |
#define | IS_FSMC_WRAP_MODE(MODE) |
#define FSMC_WrapMode_Disable ((uint32_t)0x00000000) |
Definition at line 376 of file stm32f10x_fsmc.h.
#define FSMC_WrapMode_Enable ((uint32_t)0x00000400) |
Definition at line 377 of file stm32f10x_fsmc.h.
#define IS_FSMC_WRAP_MODE | ( | MODE | ) |
(((MODE) == FSMC_WrapMode_Disable) || \ ((MODE) == FSMC_WrapMode_Enable))
Definition at line 378 of file stm32f10x_fsmc.h.