Home
last modified time | relevance | path

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

/SCP-firmware-master/module/dwt_pmi/src/
A Dmod_dwt_pmi.c25 FWK_R uint32_t PCTH; member
165 counter_high = ctx.config->hw_timer->PCTH; in get_current_time()
167 } while (counter_high != ctx.config->hw_timer->PCTH); in get_current_time()
/SCP-firmware-master/module/gtimer/src/
A Dgtimer_reg.h67 FWK_R uint32_t PCTH; member
A Dmod_gtimer.c58 counter_high = hw_timer->PCTH; in mod_gtimer_get_counter()
60 } while (counter_high != hw_timer->PCTH); in mod_gtimer_get_counter()

Completed in 4 milliseconds