Home
last modified time | relevance | path

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

/hal_gigadevice-3.7.0-3.6.0-3.5.0-3.4.0/gd32e50x/standard_peripheral/source/
Dgd32e50x_shrtimer.c971 uint32_t cmpval = 0U; in shrtimer_slavetimer_compare_value_get() local
978 cmpval = SHRTIMER_STXCMP0V(shrtimer_periph, timer_id); in shrtimer_slavetimer_compare_value_get()
984 cmpval = SHRTIMER_STXCMP1V(shrtimer_periph, timer_id); in shrtimer_slavetimer_compare_value_get()
990 cmpval = SHRTIMER_STXCMP2V(shrtimer_periph, timer_id); in shrtimer_slavetimer_compare_value_get()
996 cmpval = SHRTIMER_STXCMP3V(shrtimer_periph, timer_id); in shrtimer_slavetimer_compare_value_get()
1002 cmpval = SHRTIMER_STXCMP0CP(shrtimer_periph, timer_id); in shrtimer_slavetimer_compare_value_get()
1008 return cmpval; in shrtimer_slavetimer_compare_value_get()
1062 uint32_t cmpval = 0U; in shrtimer_mastertimer_compare_value_get() local
1068 cmpval = SHRTIMER_MTCMP0V(shrtimer_periph); in shrtimer_mastertimer_compare_value_get()
1074 cmpval = SHRTIMER_MTCMP1V(shrtimer_periph); in shrtimer_mastertimer_compare_value_get()
[all …]