This structure holds anything related to the receive part. More...
This structure holds anything related to the receive part.
Definition at line 382 of file fdcandev_stm32.h.
#include <fdcandev_stm32.h>
Data Fields | |
can_frame_t | frame [FDCAN_STM32_RX_MAILBOXES] |
Receive FIFO. | |
int | write_idx |
Write index in the receive FIFO. | |
int | read_idx |
Read index in the receive FIFO. | |
int | is_full |
Flag set when the FIFO is full. | |