Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO.c321 && ( radio_state != RAD_TXIDLE ) in nhw_RADIO_TASK_TXEN()
336 && ( radio_state != RAD_TXIDLE ) in nhw_RADIO_TASK_RXEN()
369 if ( radio_state == RAD_TXIDLE ) { in nhw_RADIO_TASK_START()
452 radio_state = RAD_TXIDLE; in nhw_RADIO_TASK_STOP()
453 NRF_RADIO_regs.STATE = RAD_TXIDLE; in nhw_RADIO_TASK_STOP()
486 radio_state = RAD_TXIDLE; //Momentary (will be changed in the if below) in nhw_RADIO_TASK_DISABLE()
487 NRF_RADIO_regs.STATE = RAD_TXIDLE; in nhw_RADIO_TASK_DISABLE()
506 if ( ( radio_state == RAD_TXRU ) || ( radio_state == RAD_TXIDLE ) ) { in nhw_RADIO_TASK_DISABLE()
601 radio_state = RAD_TXIDLE; in nhw_radio_timer_triggered()
602 NRF_RADIO_regs.STATE = RAD_TXIDLE; in nhw_radio_timer_triggered()
[all …]
DNHW_RADIO_priv.h27 RAD_TXIDLE, //The radio is ready for transmission to start enumerator