Lines Matching refs:cmpval
971 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()
1080 cmpval = SHRTIMER_MTCMP2V(shrtimer_periph); in shrtimer_mastertimer_compare_value_get()
1086 cmpval = SHRTIMER_MTCMP3V(shrtimer_periph); in shrtimer_mastertimer_compare_value_get()
1092 return cmpval; in shrtimer_mastertimer_compare_value_get()