Loading...
Searching...
No Matches
candev_stm32_rx_mailbox 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 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.
 

Field Documentation

◆ frame

can_frame_t candev_stm32_rx_mailbox::frame[FDCAN_STM32_RX_MAILBOXES]

Receive FIFO.

Definition at line 383 of file fdcandev_stm32.h.

◆ is_full

int candev_stm32_rx_mailbox::is_full

Flag set when the FIFO is full.

Definition at line 389 of file fdcandev_stm32.h.

◆ read_idx

int candev_stm32_rx_mailbox::read_idx

Read index in the receive FIFO.

Definition at line 387 of file fdcandev_stm32.h.

◆ write_idx

int candev_stm32_rx_mailbox::write_idx

Write index in the receive FIFO.

Definition at line 385 of file fdcandev_stm32.h.


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