Searched refs:CurrentTimer_Count (Results 1 – 5 of 5) sorted by relevance
80 rt_uint32_t CurrentTimer_Count; in imxrt_hwtimer_count_get() local86 CurrentTimer_Count = GPT_GetCurrentTimerCount(hwtimer_dev); in imxrt_hwtimer_count_get()88 return CurrentTimer_Count; in imxrt_hwtimer_count_get()
107 rt_uint32_t CurrentTimer_Count; in lpc_ctimer_count_get() local113 CurrentTimer_Count = hwtimer_dev->TC; in lpc_ctimer_count_get()115 return CurrentTimer_Count; in lpc_ctimer_count_get()
130 rt_uint32_t CurrentTimer_Count; in mcxa_ctimer_count_get() local136 CurrentTimer_Count = hwtimer_dev->TC; in mcxa_ctimer_count_get()138 return CurrentTimer_Count; in mcxa_ctimer_count_get()
121 rt_uint32_t CurrentTimer_Count; in gd32_hwtimer_count_get() local127 CurrentTimer_Count = timer_counter_read(config->timer_periph); in gd32_hwtimer_count_get()129 return CurrentTimer_Count; in gd32_hwtimer_count_get()
203 rt_uint32_t CurrentTimer_Count; in n32_hwtimer_count_get() local209 CurrentTimer_Count = TIM_GetCnt(config->timer_periph); in n32_hwtimer_count_get()211 return CurrentTimer_Count; in n32_hwtimer_count_get()
Completed in 11 milliseconds