This structure holds anything related to the receive part. More...
This structure holds anything related to the receive part.
Definition at line 378 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.   | |
| can_frame_t candev_stm32_rx_mailbox::frame[FDCAN_STM32_RX_MAILBOXES] | 
Receive FIFO.
Definition at line 379 of file fdcandev_stm32.h.
| int candev_stm32_rx_mailbox::is_full | 
Flag set when the FIFO is full.
Definition at line 385 of file fdcandev_stm32.h.
| int candev_stm32_rx_mailbox::read_idx | 
Read index in the receive FIFO.
Definition at line 383 of file fdcandev_stm32.h.
| int candev_stm32_rx_mailbox::write_idx | 
Write index in the receive FIFO.
Definition at line 381 of file fdcandev_stm32.h.