Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_priv.h23RAD_RX, //Reception has been started and the addresses enabled in the RXADDRESSES register are bei… enumerator
DNHW_RADIO.c455 } else if ( radio_state == RAD_RX ){ in nhw_RADIO_TASK_STOP()
488 } else if ( radio_state == RAD_RX ){ in nhw_RADIO_TASK_DISABLE()
646 } else if ( radio_state == RAD_RX ){ in nhw_radio_timer_triggered()
1087 …} else if ((ret == P2G4_MSG_RXV2_ADDRESSFOUND) && (radio_state == RAD_RX /*if we havent aborted*/… in handle_Rx_response()
1102 } else if ((ret == P2G4_MSG_RXV2_END) && (radio_state == RAD_RX /*if we havent aborted*/)) { in handle_Rx_response()
1156 radio_state = RAD_RX; in start_Rx()
1157 NRF_RADIO_regs.STATE = RAD_RX; in start_Rx()