STM32F10x Standard Peripherals Library
3.5.0
|
Defines | |
#define | FSMC_BurstAccessMode_Disable ((uint32_t)0x00000000) |
#define | FSMC_BurstAccessMode_Enable ((uint32_t)0x00000100) |
#define | IS_FSMC_BURSTMODE(STATE) |
#define FSMC_BurstAccessMode_Disable ((uint32_t)0x00000000) |
Definition at line 339 of file stm32f10x_fsmc.h.
#define FSMC_BurstAccessMode_Enable ((uint32_t)0x00000100) |
Definition at line 340 of file stm32f10x_fsmc.h.
#define IS_FSMC_BURSTMODE | ( | STATE | ) |
(((STATE) == FSMC_BurstAccessMode_Disable) || \ ((STATE) == FSMC_BurstAccessMode_Enable))
Definition at line 341 of file stm32f10x_fsmc.h.