Loading...
Searching...
No Matches
candev_stm32_rx_fifo Struct Reference

This structure holds anything related to the receive part. More...

Detailed Description

This structure holds anything related to the receive part.

Definition at line 150 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.
 

Field Documentation

◆ frame

struct can_frame candev_stm32_rx_fifo::frame[CAN_STM32_RX_MAIL_FIFO]

Receive FIFO.

Definition at line 151 of file candev_stm32.h.

◆ is_full

int candev_stm32_rx_fifo::is_full

Flag set when the FIFO is full.

Definition at line 154 of file candev_stm32.h.

◆ read_idx

int candev_stm32_rx_fifo::read_idx

Read index in the receive FIFO.

Definition at line 153 of file candev_stm32.h.

◆ write_idx

int candev_stm32_rx_fifo::write_idx

Write index in the receive FIFO.

Definition at line 152 of file candev_stm32.h.


The documentation for this struct was generated from the following file: