Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO.c230 static nrfra_state_t radio_state; variable
258 radio_state = RAD_DISABLED; in radio_reset()
320 if ( ( radio_state != RAD_DISABLED ) in nhw_RADIO_TASK_TXEN()
321 && ( radio_state != RAD_TXIDLE ) in nhw_RADIO_TASK_TXEN()
322 && ( radio_state != RAD_RXIDLE ) ){ in nhw_RADIO_TASK_TXEN()
325 radio_state); in nhw_RADIO_TASK_TXEN()
328 radio_state = RAD_TXRU; in nhw_RADIO_TASK_TXEN()
335 if ( ( radio_state != RAD_DISABLED ) in nhw_RADIO_TASK_RXEN()
336 && ( radio_state != RAD_TXIDLE ) in nhw_RADIO_TASK_RXEN()
337 && ( radio_state != RAD_RXIDLE ) ){ in nhw_RADIO_TASK_RXEN()
[all …]