![]() |
STM32F10x Standard Peripherals Library
3.5.0
|
Defines | |
| #define | FSMC_WriteBurst_Disable ((uint32_t)0x00000000) |
| #define | FSMC_WriteBurst_Enable ((uint32_t)0x00080000) |
| #define | IS_FSMC_WRITE_BURST(BURST) |
| #define FSMC_WriteBurst_Disable ((uint32_t)0x00000000) |
Definition at line 441 of file stm32f10x_fsmc.h.
| #define FSMC_WriteBurst_Enable ((uint32_t)0x00080000) |
Definition at line 442 of file stm32f10x_fsmc.h.
| #define IS_FSMC_WRITE_BURST | ( | BURST | ) |
(((BURST) == FSMC_WriteBurst_Disable) || \ ((BURST) == FSMC_WriteBurst_Enable))
Definition at line 443 of file stm32f10x_fsmc.h.