CAN Bus Soldered Arduino Library 1.0.0
This is a library for the MCP2518 Can Bus Breakout by Soldered
Loading...
Searching...
No Matches
_CAN_RX_MSGOBJ Union Reference

CAN RX Message Object. More...

#include <mcp2518fd_can_dfs.h>

Public Attributes

struct { 
 
   CAN_MSGOBJ_ID   id 
 
   CAN_RX_MSGOBJ_CTRL   ctrl 
 
   CAN_MSG_TIMESTAMP   timeStamp 
 
bF 
 
uint32_t word [3]
 
uint8_t byte [12]
 

Detailed Description

CAN RX Message Object.

Member Data Documentation

◆ [struct]

struct { ... } _CAN_RX_MSGOBJ::bF

◆ byte

uint8_t _CAN_RX_MSGOBJ::byte[12]

◆ ctrl

CAN_RX_MSGOBJ_CTRL _CAN_RX_MSGOBJ::ctrl

◆ id

CAN_MSGOBJ_ID _CAN_RX_MSGOBJ::id

◆ timeStamp

CAN_MSG_TIMESTAMP _CAN_RX_MSGOBJ::timeStamp

◆ word

uint32_t _CAN_RX_MSGOBJ::word[3]

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