RTEMS 6.1-rc5
|
FlexCAN module configuration structure. More...
#include <fsl_flexcan.h>
Data Fields | |
union { | |
struct { | |
uint32_t _flexcan_config::baudRate | |
} | |
struct { | |
uint32_t _flexcan_config::bitRate | |
} | |
}; | |
flexcan_clock_source_t | clkSrc |
flexcan_wake_up_source_t | wakeupSrc |
uint8_t | maxMbNum |
bool | enableLoopBack |
bool | enableTimerSync |
bool | enableSelfWakeup |
bool | enableIndividMask |
bool | disableSelfReception |
bool | enableListenOnlyMode |
bool | enableSupervisorMode |
flexcan_timing_config_t | timingConfig |
FlexCAN module configuration structure.
Do not use the baudRate. It has been superceded bitRate
Do not use the baudRateFD. It has been superceded bitRateFD