foxBMS - Unit Tests  1.2.0
The foxBMS Unit Tests API Documentation
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
CAN_BUFFERELEMENT Struct Reference

#include <can_cfg.h>

Data Fields

canBASE_t * canNode
 
uint32_t id
 
uint8_t data [CAN_MAX_DLC]
 

Detailed Description

Buffer element used to store the ID and data of a CAN RX message

Definition at line 296 of file can_cfg.h.

Field Documentation

◆ canNode

canBASE_t* CAN_BUFFERELEMENT::canNode

CAN node on which the message has been received

Definition at line 297 of file can_cfg.h.

◆ data

uint8_t CAN_BUFFERELEMENT::data[CAN_MAX_DLC]

payload of the CAN message

Definition at line 299 of file can_cfg.h.

◆ id

uint32_t CAN_BUFFERELEMENT::id

ID of the CAN message

Definition at line 298 of file can_cfg.h.


The documentation for this struct was generated from the following file: