HAL
IS_FSMC_WRITE_BURST is only used within HAL.
 
Symbols
loading...
Files
loading...

IS_FSMC_WRITE_BURST macro

Syntax

#define IS_FSMC_WRITE_BURST(__BURST__) (((__BURST__) == FSMC_WRITE_BURST_DISABLE) || \     ((__BURST__) == FSMC_WRITE_BURST_ENABLE))

Arguments

__BURST__

References

LocationText
stm32f4xx_ll_fsmc.h:85
#define IS_FSMC_WRITE_BURST(__BURST__) (((__BURST__) == FSMC_WRITE_BURST_DISABLE) || \
stm32f4xx_ll_fsmc.c:243
assert_param(IS_FSMC_WRITE_BURST(Init->WriteBurst));