foxBMS  1.4.1
The foxBMS Battery Management System API Documentation
CAN_BUFFER_ELEMENT_s 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 152 of file can_cfg.h.

Field Documentation

◆ canNode

canBASE_t* CAN_BUFFER_ELEMENT_s::canNode

CAN node on which the message has been received

Definition at line 153 of file can_cfg.h.

◆ data

uint8_t CAN_BUFFER_ELEMENT_s::data[CAN_MAX_DLC]

payload of the CAN message

Definition at line 155 of file can_cfg.h.

◆ id

uint32_t CAN_BUFFER_ELEMENT_s::id

ID of the CAN message

Definition at line 154 of file can_cfg.h.


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