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

IS_FSMC_ASYNWAIT macro

Syntax

#define IS_FSMC_ASYNWAIT(__STATE__) (((__STATE__) == FSMC_ASYNCHRONOUS_WAIT_DISABLE) || \     ((__STATE__) == FSMC_ASYNCHRONOUS_WAIT_ENABLE))

Arguments

__STATE__

References

LocationText
stm32f4xx_ll_fsmc.h:82
#define IS_FSMC_ASYNWAIT(__STATE__) (((__STATE__) == FSMC_ASYNCHRONOUS_WAIT_DISABLE) || \
stm32f4xx_ll_fsmc.c:242
assert_param(IS_FSMC_ASYNWAIT(Init->AsynchronousWait));