Home
last modified time | relevance | path

Searched refs:__TIME__ (Results 1 – 7 of 7) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_fsmc.h86 #define IS_FSMC_ADDRESS_SETUP_TIME(__TIME__) ((__TIME__) <= 15U) argument
87 #define IS_FSMC_ADDRESS_HOLD_TIME(__TIME__) (((__TIME__) > 0U) && ((__TIME__) <= 15U)) argument
88 #define IS_FSMC_DATASETUP_TIME(__TIME__) (((__TIME__) > 0U) && ((__TIME__) <= 255U)) argument
90 #define IS_FSMC_TURNAROUND_TIME(__TIME__) ((__TIME__) <= 15U) argument
A Dstm32l1xx_hal_lcd.h331 #define IS_LCD_DEAD_TIME(__TIME__) (((__TIME__) == LCD_DEADTIME_0) || \ argument
332 ((__TIME__) == LCD_DEADTIME_1) || \
333 ((__TIME__) == LCD_DEADTIME_2) || \
334 ((__TIME__) == LCD_DEADTIME_3) || \
335 ((__TIME__) == LCD_DEADTIME_4) || \
336 ((__TIME__) == LCD_DEADTIME_5) || \
337 ((__TIME__) == LCD_DEADTIME_6) || \
338 ((__TIME__) == LCD_DEADTIME_7))
/bsp/amebaz/applications/
A Dmain.c18 rt_kprintf("build time: %s %s\n", __DATE__, __TIME__); in main()
/bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/src/
A Dtae32f53xx_ll.c455 DBG_LogRaw("Tai-Action TAE32F53xx SDK "SDK_STAGE_STR" V%d.%d.%d "__DATE__" "__TIME__"\n\n", \ in LL_ShowInfo()
/bsp/airm2m/air105/libraries/HAL_Driver/Src/
A Dcore_rtc.c84 CmdParseParam(__TIME__, &CP, ':'); in RTC_GlobalInit()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/core/
A Dsnd_core.c1487 SND_CORE_VERSION, __DATE__, __TIME__); in snd_core_version()
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/
A Dpcm.c45 SND_PCM_VERSION, __DATE__, __TIME__); in snd_pcm_version()

Completed in 17 milliseconds