#include <tte_config.h>
Public Attributes | |
uint16_t | msg_id |
eth_mac_addr_t | dst_mac |
uint16_t | eth_type |
uint16_t | size |
uint8_t | buf_type |
uint8_t | buf_len |
configuration of a TT message (RX and TX are the same)
Definition at line 42 of file tte_config.h.
uint8_t tte_message_conf_t::buf_len |
Number of entries in a queue buffer (TTE_QUEUE_BUF). \ Each entry can store a complete frame.
Definition at line 61 of file tte_config.h.
uint8_t tte_message_conf_t::buf_type |
Buffer type. Can be one of TTE_QUEUE_BUF or TTE_DOUBLE_BUF.
Definition at line 57 of file tte_config.h.
eth_mac_addr_t tte_message_conf_t::dst_mac |
Destination MAC address.
Definition at line 48 of file tte_config.h.
uint16_t tte_message_conf_t::eth_type |
Ethernet type field in native byte order.
Definition at line 51 of file tte_config.h.
uint16_t tte_message_conf_t::msg_id |
Message Id (also called CT ID). This forms the lowest 16-bits of destination MAC address.
Definition at line 45 of file tte_config.h.
uint16_t tte_message_conf_t::size |
Size of the payload in bytes.
Definition at line 54 of file tte_config.h.