Searched refs:RAD_DISABLED (Results 1 – 2 of 2) sorted by relevance
258 radio_state = RAD_DISABLED; in radio_reset()320 if ( ( radio_state != RAD_DISABLED ) in nhw_RADIO_TASK_TXEN()335 if ( ( radio_state != RAD_DISABLED ) in nhw_RADIO_TASK_RXEN()384 if (radio_state != RAD_DISABLED) { in nhw_RADIO_TASK_SOFTRESET()516 } else if ( radio_state == RAD_DISABLED ) { in nhw_RADIO_TASK_DISABLE()704 radio_state = RAD_DISABLED; in nhw_radio_timer_triggered()705 NRF_RADIO_regs.STATE = RAD_DISABLED; in nhw_radio_timer_triggered()710 radio_state = RAD_DISABLED; in nhw_radio_timer_triggered()711 NRF_RADIO_regs.STATE = RAD_DISABLED; in nhw_radio_timer_triggered()716 if ( ( radio_state == RAD_DISABLED ) && ( TIFS_state == TIFS_TRIGGERING_TRX_EN ) ) { in nhw_radio_timer_triggered()
20 …RAD_DISABLED = 0, //No operations are going on inside the radio and the power consumption is at a … enumerator