FlexCAN configuration. More...

#include <platform/drivers/inc/flexcan_driver.h>

Data Fields

uint32_t max_num_mb
 
flexcan_rx_fifo_id_filter_num_t num_id_filters
 
bool is_rx_fifo_needed
 
flexcan_operation_modes_t flexcanMode
 
flexcan_fd_payload_size_t payload
 
bool fd_enable
 
flexcan_clk_source_t pe_clock
 
flexcan_time_segment_t bitrate
 
flexcan_time_segment_t bitrate_cbt
 
flexcan_rxfifo_transfer_type_t transfer_type
 
uint8_t rxFifoDMAChannel
 

Detailed Description

FlexCAN configuration.

Definition at line 249 of file flexcan_driver.h.

Field Documentation

The bitrate used for standard frames or for the arbitration phase of FD frames.

Definition at line 265 of file flexcan_driver.h.

The bitrate used for the data phase of FD frames.

Definition at line 267 of file flexcan_driver.h.

bool fd_enable

Enable/Disable the Flexible Data Rate feature.

Definition at line 260 of file flexcan_driver.h.

User configurable FlexCAN operation modes.

Definition at line 256 of file flexcan_driver.h.

bool is_rx_fifo_needed

1 if needed; 0 if not. This controls whether the Rx FIFO feature is enabled or not.

Definition at line 254 of file flexcan_driver.h.

uint32_t max_num_mb

The maximum number of Message Buffers

Definition at line 250 of file flexcan_driver.h.

The number of RX FIFO ID filters needed

Definition at line 252 of file flexcan_driver.h.

The payload size of the mailboxes specified in bytes.

Definition at line 259 of file flexcan_driver.h.

The clock source of the CAN Protocol Engine (PE).

Definition at line 263 of file flexcan_driver.h.

uint8_t rxFifoDMAChannel

Specifies the DMA channel number to be used for DMA transfers.

Definition at line 271 of file flexcan_driver.h.

Specifies if the Rx FIFO uses interrupts or DMA.

Definition at line 269 of file flexcan_driver.h.


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