Searched refs:tx_result (Results 1 – 3 of 3) sorted by relevance
65 uint8_t tx_result; member
591 LOG_DBG("Result: %d", nrf5_data.tx_result); in nrf5_tx()609 switch (nrf5_radio->tx_result) { in nrf5_tx()1079 nrf5_data.tx_result = NRF_802154_TX_ERROR_NONE; in nrf_802154_transmitted_raw()1103 nrf5_data.tx_result = error; in nrf_802154_transmit_failed()
104 static otError tx_result; variable424 tx_result = OT_ERROR_NONE; in transmit_message()427 tx_result = OT_ERROR_NO_ACK; in transmit_message()430 tx_result = OT_ERROR_CHANNEL_ACCESS_FAILURE; in transmit_message()433 tx_result = OT_ERROR_ABORT; in transmit_message()436 tx_result = OT_ERROR_CHANNEL_ACCESS_FAILURE; in transmit_message()450 otPlatDiagRadioTransmitDone(aInstance, &sTransmitFrame, tx_result); in handle_tx_done()453 tx_result); in handle_tx_done()