Searched refs:counter_low (Results 1 – 2 of 2) sorted by relevance
47 uint32_t counter_low; in mod_gtimer_get_counter() local59 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() local143 counter_low = ctx->hw_timer->P_CVALL; in get_timer()146 *timestamp = ((uint64_t)counter_high << 32) | counter_low; in get_timer()
154 uint32_t counter_low; in get_current_time() local166 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