#include <tte_api.h>
Public Attributes | |
uint8_t | empty_data |
uint8_t | fresh_data |
uint8_t | locked |
uint8_t | free_entries |
uint8_t | dropped_frames |
tte_time_t | timestamp |
Detailed status information about a receive buffer.
The structure is filled in by the various receive functions of the API. The information stays valid as long as the buffer is held open by the application. Closing the buffer will allow the controller to update the message buffer.
Definition at line 118 of file tte_api.h.
uint8_t tte_buf_status_t::empty_data |