libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
FDCAN_TXBAR Transmit buffer add request bits
Collaboration diagram for FDCAN_TXBAR Transmit buffer add request bits:

Macros

#define FDCAN_TXBAR_AR0   (1 << 0)
 
#define FDCAN_TXBAR_AR1   (1 << 1)
 
#define FDCAN_TXBAR_AR2   (1 << 2)
 

Detailed Description

Macro Definition Documentation

◆ FDCAN_TXBAR_AR0

#define FDCAN_TXBAR_AR0   (1 << 0)

Definition at line 438 of file fdcan.h.

◆ FDCAN_TXBAR_AR1

#define FDCAN_TXBAR_AR1   (1 << 1)

Definition at line 439 of file fdcan.h.

◆ FDCAN_TXBAR_AR2

#define FDCAN_TXBAR_AR2   (1 << 2)

Definition at line 440 of file fdcan.h.