This structure holds anything related to the receive part. More...
This structure holds anything related to the receive part.
Definition at line 146 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.   | |
| struct can_frame candev_stm32_rx_fifo::frame[CAN_STM32_RX_MAIL_FIFO] | 
Receive FIFO.
Definition at line 147 of file candev_stm32.h.
| int candev_stm32_rx_fifo::is_full | 
Flag set when the FIFO is full.
Definition at line 150 of file candev_stm32.h.
| int candev_stm32_rx_fifo::read_idx | 
Read index in the receive FIFO.
Definition at line 149 of file candev_stm32.h.
| int candev_stm32_rx_fifo::write_idx | 
Write index in the receive FIFO.
Definition at line 148 of file candev_stm32.h.