SAE Teensy ECU
IIT SAE Microcontroller programming
Loading...
Searching...
No Matches
CAN Namespace Reference

Canbus functionality. Refer to Canbus.h for more info. More...

Classes

struct  Buffer
 An incoming canbus message, allows the message data to be interpreted through a simple wrapper class. More...
 
class  Canbus_t
 

Typedefs

typedef void(* canCallback) (uint32_t, volatile uint8_t *)
 The function type to pass to addCallback.
 

Detailed Description

Canbus functionality. Refer to Canbus.h for more info.

Typedef Documentation

◆ canCallback

typedef void(* CAN::canCallback) (uint32_t, volatile uint8_t *)

The function type to pass to addCallback.

uint32_t The address volatile uint8_t * The 8 byte message buffer

Definition at line 17 of file CanBuffer.h.