Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_priv.h21 RAD_RXRU, //The radio is ramping up and preparing for reception enumerator
DNHW_RADIO.c344 radio_state = RAD_RXRU; in nhw_RADIO_TASK_RXEN()
345 NRF_RADIO_regs.STATE = RAD_RXRU; in nhw_RADIO_TASK_RXEN()
511 } else if ( ( radio_state == RAD_RXRU ) || ( radio_state == RAD_RXIDLE ) ) { in nhw_RADIO_TASK_DISABLE()
606 } else if ( radio_state == RAD_RXRU ){ in nhw_radio_timer_triggered()