Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/src/
A Dtsc_time.c103 TSC_Globals.Tick_sec++; in TSC_Time_ProcessInterrupt()
104 if (TSC_Globals.Tick_sec > 63) in TSC_Time_ProcessInterrupt()
106 TSC_Globals.Tick_sec = 0; in TSC_Time_ProcessInterrupt()
192 count1 = TSC_Globals.Tick_sec; in TSC_Time_Delay_sec()
A Dtsc_touchkey.c1124 FOR_COUNTER_DTO = (TSC_tCounter_T)TSC_Globals.Tick_sec; in TSC_TouchKey_DTOGetTime()
A Dtsc_linrot.c1717 FOR_COUNTER_DTO = (TSC_tCounter_T)TSC_Globals.Tick_sec; in TSC_Linrot_ReadTimeForDTO()
/bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/inc/
A Dtsc.h74 TSC_tTick_sec_T Tick_sec; /*!< Incremented each second by timing interrupt routine */ member

Completed in 13 milliseconds