Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_fsmc.c284 assert_param(IS_FSMC_TURNAROUND_TIME(Timing->BusTurnAroundDuration)); in FSMC_NORSRAM_Timing_Init()
329 assert_param(IS_FSMC_TURNAROUND_TIME(Timing->BusTurnAroundDuration)); in FSMC_NORSRAM_Extended_Timing_Init()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_fsmc.h90 #define IS_FSMC_TURNAROUND_TIME(__TIME__) ((__TIME__) <= 15U) macro
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_fsmc.h461 #define IS_FSMC_TURNAROUND_TIME(TIME) ((TIME) <= 0xF) macro
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/src/
A Dair32f10x_fsmc.c174 …assert_param(IS_FSMC_TURNAROUND_TIME(FSMC_NORSRAMInitStruct->FSMC_ReadWriteTimingStruct->FSMC_BusT… in FSMC_NORSRAMInit()

Completed in 10 milliseconds