libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
FDCAN_ILS interrupt line select flags
Collaboration diagram for FDCAN_ILS interrupt line select flags:

Macros

#define FDCAN_ILS_RxFIFO0   (1 << 0)
 
#define FDCAN_ILS_RxFIFO1   (1 << 1)
 
#define FDCAN_ILS_SMSG   (1 << 2)
 
#define FDCAN_ILS_TFERR   (1 << 3)
 
#define FDCAN_ILS_MISC   (1 << 4)
 
#define FDCAN_ILS_BERR   (1 << 5)
 
#define FDCAN_ILS_PERR   (1 << 6)
 

Detailed Description

Macro Definition Documentation

◆ FDCAN_ILS_BERR

#define FDCAN_ILS_BERR   (1 << 5)

Definition at line 334 of file fdcan.h.

◆ FDCAN_ILS_MISC

#define FDCAN_ILS_MISC   (1 << 4)

Definition at line 333 of file fdcan.h.

◆ FDCAN_ILS_PERR

#define FDCAN_ILS_PERR   (1 << 6)

Definition at line 335 of file fdcan.h.

◆ FDCAN_ILS_RxFIFO0

#define FDCAN_ILS_RxFIFO0   (1 << 0)

Definition at line 329 of file fdcan.h.

◆ FDCAN_ILS_RxFIFO1

#define FDCAN_ILS_RxFIFO1   (1 << 1)

Definition at line 330 of file fdcan.h.

◆ FDCAN_ILS_SMSG

#define FDCAN_ILS_SMSG   (1 << 2)

Definition at line 331 of file fdcan.h.

◆ FDCAN_ILS_TFERR

#define FDCAN_ILS_TFERR   (1 << 3)

Definition at line 332 of file fdcan.h.