Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RADIO.c236 static nrfra_state_t radio_state; variable
291 radio_state = RAD_DISABLED; in radio_reset()
330 if ( ( radio_state != RAD_DISABLED ) in nhw_RADIO_TASK_TXEN()
331 && ( radio_state != RAD_TXIDLE ) in nhw_RADIO_TASK_TXEN()
332 && ( radio_state != RAD_RXIDLE ) ){ in nhw_RADIO_TASK_TXEN()
335 radio_state); in nhw_RADIO_TASK_TXEN()
338 radio_state = RAD_TXRU; in nhw_RADIO_TASK_TXEN()
345 if ( ( radio_state != RAD_DISABLED ) in nhw_RADIO_TASK_RXEN()
346 && ( radio_state != RAD_TXIDLE ) in nhw_RADIO_TASK_RXEN()
347 && ( radio_state != RAD_RXIDLE ) ){ in nhw_RADIO_TASK_RXEN()
[all …]