This structure holds anything related to the receive part. More...
This structure holds anything related to the receive part.
Definition at line 151 of file candev_stm32.h.
#include <candev_stm32.h>
Data Fields | |
struct can_frame | frame [CAN_STM32_RX_MAIL_FIFO] |
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. | |