Tetrapod Project
teensy_can_ports.h File Reference
#include "FlexCAN_T4.h"
Include dependency graph for teensy_can_ports.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const uint8_t CAN_PORT_1 = 1
 
const uint8_t CAN_PORT_2 = 2
 
static FlexCAN_T4< CAN1, RX_SIZE_256, TX_SIZE_16 > can_port_1
 
static FlexCAN_T4< CAN2, RX_SIZE_256, TX_SIZE_16 > can_port_2
 
static CAN_message_t CAN_MESSAGE
 

Variable Documentation

◆ CAN_PORT_1

const uint8_t CAN_PORT_1 = 1

Definition at line 6 of file teensy_can_ports.h.

◆ CAN_PORT_2

const uint8_t CAN_PORT_2 = 2

Definition at line 7 of file teensy_can_ports.h.

◆ can_port_1

FlexCAN_T4<CAN1, RX_SIZE_256, TX_SIZE_16> can_port_1
static

Definition at line 9 of file teensy_can_ports.h.

◆ can_port_2

FlexCAN_T4<CAN2, RX_SIZE_256, TX_SIZE_16> can_port_2
static

Definition at line 10 of file teensy_can_ports.h.

◆ CAN_MESSAGE

CAN_message_t CAN_MESSAGE
static

Definition at line 12 of file teensy_can_ports.h.