Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_bitcounter.c27 static bs_time_t Timer_RADIO_bitcounter = TIME_NEVER; variable
36 Timer_RADIO_bitcounter = TIME_NEVER; in nrf_radio_bitcounter_timer_triggered()
41 NSI_HW_EVENT(Timer_RADIO_bitcounter, nrf_radio_bitcounter_timer_triggered, 50);
53 Timer_RADIO_bitcounter = Time_BitCounterStarted + NRF_RADIO_regs.BCC/nhw_radio_get_bpus(); in nhw_RADIO_TASK_BCSTART()
62 if (Timer_RADIO_bitcounter != TIME_NEVER) { in nhw_radio_stop_bit_counter()
63 Timer_RADIO_bitcounter = TIME_NEVER; in nhw_radio_stop_bit_counter()
76 Timer_RADIO_bitcounter = Time_BitCounterStarted + NRF_RADIO_regs.BCC/nhw_radio_get_bpus(); in nhw_RADIO_regw_sideeffects_BCC()
77 if (Timer_RADIO_bitcounter < nsi_hws_get_time()) { in nhw_RADIO_regw_sideeffects_BCC()
80 Timer_RADIO_bitcounter); in nhw_RADIO_regw_sideeffects_BCC()
81 Timer_RADIO_bitcounter = TIME_NEVER; in nhw_RADIO_regw_sideeffects_BCC()