Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO.c968 if (rx_status.inFEC1 == true) { /* End of CodedPhy packet FEC1 */ in Rx_handle_end_response()
992 if ((rx_status.codedphy == true) && (rx_status.inFEC1)) { in Rx_handle_address_end_response()
1093 if ((rx_status.codedphy == false) || (rx_status.inFEC1)) { in handle_Rx_response()
1112 if ((rx_status.codedphy == false) || (rx_status.inFEC1 == true)) { in handle_Rx_response()
1123 if (rx_status.inFEC1 == true) { in handle_Rx_response()
1168 rx_status.inFEC1 = false; in start_Rx()
1180 rx_status.inFEC1 = true; in start_Rx()
1218 rx_status.inFEC1 = false; in start_Rx_FEC2()
1261 if (rx_status.codedphy == false || rx_status.inFEC1 == true) { in Rx_Addr_received()
1273 if (rx_status.codedphy == false || rx_status.inFEC1 == false) { in Rx_Addr_received()
DNHW_RADIO_priv.h55 bool inFEC1; member