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

#include <can_cfg.h>

Data Fields

uint32_t id
 
uint8_t data [8]
 

Detailed Description

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

Definition at line 76 of file can_cfg.h.

Field Documentation

◆ data

uint8_t CAN_BUFFERELEMENT::data[8]

payload of the CAN message

Definition at line 78 of file can_cfg.h.

◆ id

uint32_t CAN_BUFFERELEMENT::id

ID of the CAN message

Definition at line 77 of file can_cfg.h.


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