![]() |
PDL for FM0+
Version1.0
Peripheral Driverl Library for FM0+
|
LIN configuration structure. More...
#include <mfs.h>
Data Fields | |
en_lin_ms_mode_t | enMsMode |
LIN master or slave mode. | |
uint32_t | u32BaudRate |
Baud rate (bps) | |
en_lin_stop_bit_t | enStopBits |
Stop bits length. | |
en_lin_break_len_t | enBreakLength |
Break length. | |
en_lin_delimiter_len_t | enDelimiterLength |
Delimiter length. | |
boolean_t | bEnableFifo |
FALSE: Not enable FIFO configuration, TRUE: enable FIFO configuration. | |
stc_mfs_fifo_config_t | stcFifoConfig |
FALSE: Not enable FIFO configuration, TRUE: enable FIFO configuration.
Definition at line 1052 of file mfs.h.
Referenced by Mfs_Lin_Init().
Definition at line 1053 of file mfs.h.
Referenced by Mfs_Lin_Init().
uint32_t u32BaudRate |