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

IS_FMC_READPIPE_DELAY macro

Syntax

#define IS_FMC_READPIPE_DELAY(__DELAY__) (((__DELAY__) == FMC_SDRAM_RPIPE_DELAY_0) || \     ((__DELAY__) == FMC_SDRAM_RPIPE_DELAY_1) || \     ((__DELAY__) == FMC_SDRAM_RPIPE_DELAY_2))

Arguments

__DELAY__

References

LocationText
stm32f4xx_ll_fmc.h:145
#define IS_FMC_READPIPE_DELAY(__DELAY__) (((__DELAY__) == FMC_SDRAM_RPIPE_DELAY_0) || \
stm32f4xx_ll_fmc.c:1194
assert_param(IS_FMC_READPIPE_DELAY(Init->ReadPipeDelay));