Microchip® Advanced Software Framework

xPhyMsgTx_t Struct Reference

#include <atpl230.h>

Data Fields

uint8_t att_level
 Attenuation level with which the message must be transmitted. More...
 
uint8_t * data_buf
 Pointer to data buffer. More...
 
uint16_t data_len
 Length of the data buffer. More...
 
uint8_t disable_rx
 TX Forced. More...
 
uint8_t mode
 Mode PRIME v1.3 or PRIME PLUS. More...
 
uint8_t scheme
 Modulation scheme of last transmitted message. More...
 
uint32_t tdelay
 Delay for transmission in 10's of us. More...
 
uint8_t tmode
 Time mode: 0: Absolute mode, 1: Differential mode. More...
 
uint8_t uc_buff_id
 Buffer identifier. More...
 

uint8_t xPhyMsgTx_t::att_level

Attenuation level with which the message must be transmitted.

Referenced by display_config(), get_transmission_att_level(), load_config(), main(), phy_tx_frame(), save_config(), and serial_if_api_parser().

uint8_t* xPhyMsgTx_t::data_buf

Pointer to data buffer.

Referenced by fill_msg_fixed(), fill_msg_manual(), main(), phy_tx_frame(), and serial_if_api_parser().

uint16_t xPhyMsgTx_t::data_len
uint8_t xPhyMsgTx_t::disable_rx
uint8_t xPhyMsgTx_t::mode
uint8_t xPhyMsgTx_t::scheme

Modulation scheme of last transmitted message.

Referenced by display_config(), get_transmission_scheme(), load_config(), main(), phy_tx_frame(), save_config(), and serial_if_api_parser().

uint32_t xPhyMsgTx_t::tdelay

Delay for transmission in 10's of us.

Referenced by main(), phy_tx_frame(), and serial_if_api_parser().

uint8_t xPhyMsgTx_t::tmode

Time mode: 0: Absolute mode, 1: Differential mode.

Referenced by main(), phy_tx_frame(), and serial_if_api_parser().

uint8_t xPhyMsgTx_t::uc_buff_id