Struct can_recv_entry_t
#include <CAN_Common.h>
Public Attributes
| Type | Name |
|---|---|
| StaticQueue_t | buffer |
| bool | circular |
| uint32_t | id |
| QueueHandle_t | queue |
| uint16_t | size |
| uint8_t * | storage |
Public Attributes Documentation
variable buffer
StaticQueue_t can_recv_entry_t::buffer;
variable circular
bool can_recv_entry_t::circular;
variable id
uint32_t can_recv_entry_t::id;
variable queue
QueueHandle_t can_recv_entry_t::queue;
variable size
uint16_t can_recv_entry_t::size;
variable storage
uint8_t* can_recv_entry_t::storage;
The documentation for this class was generated from the following file bsp/Inc/CAN_Common.h