Searched refs:rx_status (Results 1 – 3 of 3) sorted by relevance
226 static RADIO_Rx_status_t rx_status; variable574 RSSI_value = rx_status.rx_resp.rssi.RSSI; in nhw_RADIO_TASK_RSSISTART()648 if (rx_status.CI == 1) { in maybe_signal_event_RATEBOOST()713 if (rx_status.codedphy) { in nhw_radio_timer_triggered()718 nhwra_set_Timer_RADIO(rx_status.PAYLOAD_End_Time); in nhw_radio_timer_triggered()727 nhwra_set_Timer_RADIO(rx_status.CRC_End_Time); in nhw_radio_timer_triggered()732 nhw_ccm_radio_received_packet(!rx_status.CRC_OK); in nhw_radio_timer_triggered()738 if ( rx_status.CRC_OK ) { in nhw_radio_timer_triggered()1001 rx_status.CI = rx_buf[0] & 0x3; in Rx_handle_CI_reception()1003 if ((rx_status.rx_resp.packet_size < 1) || (rx_status.CI > 1)) { in Rx_handle_CI_reception()[all …]
458 u_el->backend.uart_enable_notify_f(inst, OnNotOff, u_el->rx_status != Rx_Off); in notify_backend_TxOnOff()507 if (u_el->rx_status == Rx_Off) { in nhw_UARTE_digest_Rx_byte()663 if (uart_enabled(inst) && (u_el->rx_status != Rx_Off)) { in nhw_UARTE_TASK_STARTRX()665 "Ignoring it\n", inst, u_el->rx_status); in nhw_UARTE_TASK_STARTRX()676 if (u_el->rx_status == Rx_turning_off) { in nhw_UARTE_TASK_STARTRX()680 u_el->rx_status = Rx_On; in nhw_UARTE_TASK_STARTRX()687 if (u_el->rx_status == Rx_Off) { in nhw_UARTE_TASK_STARTRX()689 u_el->rx_status = Rx_On; in nhw_UARTE_TASK_STARTRX()706 if (u_el->rx_status == Rx_Off) { in nhw_UARTE_TASK_STOPRX()710 if (u_el->rx_status == Rx_turning_off) { in nhw_UARTE_TASK_STOPRX()[all …]
51 enum uart_rx_status rx_status; member