#include <tte_api.h>
Public Attributes | |
uint8_t | ctrl_id |
uint8_t | direction |
uint8_t | traffic_type |
uint8_t | channel |
uint16_t | ct_id |
uint8_t | shared |
void * | priv |
TTEthernet message buffer handle.
The structure is initialized with tte_get_ct_input_buf(), tte_get_ct_output_buf(), tte_get_bg_input_buf() and tte_get_bg_output_buf() functions.
The contents of the structure should be considered read-only for the applications.
Definition at line 156 of file tte_api.h.
uint8_t tte_buffer_t::ctrl_id |