Searched refs:tx_status (Results 1 – 3 of 3) sorted by relevance
227 static RADIO_Tx_status_t tx_status; variable677 if (tx_status.codedphy) { in nhw_radio_timer_triggered()679 nhwra_set_Timer_RADIO(tx_status.FEC2_start_time); in nhw_radio_timer_triggered()682 nhwra_set_Timer_RADIO(tx_status.PAYLOAD_end_time); in nhw_radio_timer_triggered()689 nhwra_set_Timer_RADIO(tx_status.PAYLOAD_end_time); in nhw_radio_timer_triggered()692 nhwra_set_Timer_RADIO(tx_status.CRC_end_time); in nhw_radio_timer_triggered()830 bs_time_t end_time = hwll_dev_time_from_phy(tx_status.tx_resp.end_time); in handle_Tx_response()866 p2G4_abort_t *abort = &tx_status.tx_req.abort; in Tx_abort_eval_respond()895 tx_status.codedphy = false; in start_Tx()909 tx_status.codedphy = true; in start_Tx()[all …]
452 u_el->backend.uart_enable_notify_f(inst, u_el->tx_status != Tx_Off, OnNotOff); in notify_backend_RxOnOff()564 if (u_el->tx_status == Tx_Pend) { in nhw_UARTE_CTS_lowered()797 if (u_el->tx_status == Tx_Off) { in nhw_UARTE_TASK_STARTTX()798 u_el->tx_status = Tx_Idle; in nhw_UARTE_TASK_STARTTX()800 } else if (u_el->tx_status == Tx_Stopping) { in nhw_UARTE_TASK_STARTTX()803 u_el->tx_status = Txing; in nhw_UARTE_TASK_STARTTX()818 if (u_el->tx_status == Tx_Idle) { in nhw_UARTE_TASK_STARTTX()828 u_el->tx_status = Tx_Off; in nhw_UARTE_tx_final_stop()845 if (u_el->tx_status > Tx_Idle) { in nhw_UARTE_TASK_STOPTX()847 if (u_el->tx_status == Tx_Pend) { in nhw_UARTE_TASK_STOPTX()[all …]
50 enum uart_tx_status tx_status; member