Home
last modified time | relevance | path

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

/nrf_hw_models-latest/src/HW_models/
DNHW_RADIO.c291 radio_state = RAD_DISABLED; in radio_reset()
330 if ( ( radio_state != RAD_DISABLED ) in nhw_RADIO_TASK_TXEN()
345 if ( ( radio_state != RAD_DISABLED ) in nhw_RADIO_TASK_RXEN()
394 if (radio_state != RAD_DISABLED) { in nhw_RADIO_TASK_SOFTRESET()
532 } else if ( radio_state == RAD_DISABLED ) { in nhw_RADIO_TASK_DISABLE()
764 radio_state = RAD_DISABLED; in nhw_radio_timer_triggered()
765 NRF_RADIO_regs.STATE = RAD_DISABLED; in nhw_radio_timer_triggered()
770 radio_state = RAD_DISABLED; in nhw_radio_timer_triggered()
771 NRF_RADIO_regs.STATE = RAD_DISABLED; in nhw_radio_timer_triggered()
776 if ( ( radio_state == RAD_DISABLED ) && ( TIFS_state == TIFS_TRIGGERING_TRX_EN ) ) { in nhw_radio_timer_triggered()
DNHW_RADIO_priv.h20RAD_DISABLED = 0, //No operations are going on inside the radio and the power consumption is at a … enumerator