Home
last modified time | relevance | path

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

/nrf_hw_models-3.7.0/src/HW_models/
DNHW_RADIO_priv.h53 bool codedphy; member
67 bool codedphy; member
DNHW_RADIO.c617 if (tx_status.codedphy) { in nhw_radio_timer_triggered()
653 if (rx_status.codedphy) { in nhw_radio_timer_triggered()
835 tx_status.codedphy = false; in start_Tx()
849 tx_status.codedphy = true; in start_Tx()
884 if (!tx_status.codedphy) { in start_Tx()
896 if (tx_status.codedphy) { in start_Tx()
919 if (tx_status.codedphy) { in start_Tx()
992 if ((rx_status.codedphy == true) && (rx_status.inFEC1)) { in Rx_handle_address_end_response()
1035 if (rx_status.codedphy) { in Rx_handle_address_end_response()
1093 if ((rx_status.codedphy == false) || (rx_status.inFEC1)) { in handle_Rx_response()
[all …]