STM32F10x Standard Peripherals Library  3.5.0
FSMC_Write_Burst

Defines

#define FSMC_WriteBurst_Disable   ((uint32_t)0x00000000)
#define FSMC_WriteBurst_Enable   ((uint32_t)0x00080000)
#define IS_FSMC_WRITE_BURST(BURST)

Define Documentation

#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)
Value:
(((BURST) == FSMC_WriteBurst_Disable) || \
                                    ((BURST) == FSMC_WriteBurst_Enable))

Definition at line 443 of file stm32f10x_fsmc.h.