Home
last modified time | relevance | path

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

/SCP-firmware-master/module/gtimer/src/
A Dmod_gtimer.c47 uint32_t counter_low; in mod_gtimer_get_counter() local
59 counter_low = hw_timer->PCTL; in mod_gtimer_get_counter()
62 return ((uint64_t)counter_high << 32) | counter_low; in mod_gtimer_get_counter()
137 uint32_t counter_low; in get_timer() local
143 counter_low = ctx->hw_timer->P_CVALL; in get_timer()
146 *timestamp = ((uint64_t)counter_high << 32) | counter_low; in get_timer()
/SCP-firmware-master/module/dwt_pmi/src/
A Dmod_dwt_pmi.c154 uint32_t counter_low; in get_current_time() local
166 counter_low = ctx.config->hw_timer->PCTL; in get_current_time()
169 return ((uint64_t)counter_high << 32U) | counter_low; in get_current_time()

Completed in 3 milliseconds