foxBMS  1.1.0
The foxBMS Battery Management System API Documentation
CAN_BUFFERELEMENT Struct Reference

#include <can_cfg.h>

Data Fields

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 232 of file can_cfg.h.

Field Documentation

◆ data

uint8_t CAN_BUFFERELEMENT::data[CAN_MAX_DLC]

payload of the CAN message

Definition at line 234 of file can_cfg.h.

◆ id

uint32_t CAN_BUFFERELEMENT::id

ID of the CAN message

Definition at line 233 of file can_cfg.h.


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