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

IS_FMC_WRITE_BURST macro

Syntax

#define IS_FMC_WRITE_BURST(__BURST__) (((__BURST__) == FMC_WRITE_BURST_DISABLE) || \     ((__BURST__) == FMC_WRITE_BURST_ENABLE))

Arguments

__BURST__

References

LocationText
stm32f4xx_ll_fmc.h:85
#define IS_FMC_WRITE_BURST(__BURST__) (((__BURST__) == FMC_WRITE_BURST_DISABLE) || \
stm32f4xx_ll_fmc.c:262
assert_param(IS_FMC_WRITE_BURST(Init->WriteBurst));