Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_priv.h26 RAD_TXRU = 9, //The radio is ramping up and preparing for transmission enumerator
DNHW_RADIO.c328 radio_state = RAD_TXRU; in nhw_RADIO_TASK_TXEN()
329 NRF_RADIO_regs.STATE = RAD_TXRU; in nhw_RADIO_TASK_TXEN()
506 if ( ( radio_state == RAD_TXRU ) || ( radio_state == RAD_TXIDLE ) ) { in nhw_RADIO_TASK_DISABLE()
600 if ( radio_state == RAD_TXRU ){ in nhw_radio_timer_triggered()