Microchip® Advanced Software Framework

xPhyMsgTxResult_t Struct Reference

#include <atpl230.h>

Data Fields

uint16_t rms_calc
 RMS value emitted (valid only when txQRMode is enable) More...
 
uint8_t uc_id_buffer
 Number of the buffer used to tx. More...
 
uint8_t uc_result
 Result (see atpl230reg.h "Values of TXRXBUF_RESULT_TX register" ) More...
 

uint16_t xPhyMsgTxResult_t::rms_calc

RMS value emitted (valid only when txQRMode is enable)

Referenced by _serial_if_get_tx_result_task(), and phy_tx_frame_result_cb().

uint8_t xPhyMsgTxResult_t::uc_id_buffer

Number of the buffer used to tx.

Referenced by _serial_if_get_tx_result_task(), pal_get_cfg_ex(), pal_get_tx_result(), and phy_tx_frame_result_cb().

uint8_t xPhyMsgTxResult_t::uc_result

Result (see atpl230reg.h "Values of TXRXBUF_RESULT_TX register" )

Referenced by _serial_if_get_tx_result_task(), pal_data_request_ex(), pal_get_cfg_ex(), pal_get_tx_result(), phy_tx_frame_result_cb(), and prvGetTxResultTask().