Home
last modified time | relevance | path

Searched refs:IS_FSMC_WAITE_SIGNAL (Results 1 – 4 of 4) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_fsmc.h75 #define IS_FSMC_WAITE_SIGNAL(__SIGNAL__) (((__SIGNAL__) == FSMC_WAIT_SIGNAL_DISABLE) || \ macro
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_fsmc.c173 assert_param(IS_FSMC_WAITE_SIGNAL(Init->WaitSignal)); in FSMC_NORSRAM_Init()
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_fsmc.h395 #define IS_FSMC_WAITE_SIGNAL(SIGNAL) (((SIGNAL) == FSMC_WaitSignal_Disable) || \ macro
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_fsmc.c168 assert_param(IS_FSMC_WAITE_SIGNAL(FSMC_NORSRAMInitStruct->FSMC_WaitSignal)); in FSMC_NORSRAMInit()

Completed in 8 milliseconds