PDL for FM0+  Version1.0
Peripheral Driverl Library for FM0+
stc_mfs_lin_config Struct Reference

LIN configuration structure. More...

#include <mfs.h>

Collaboration diagram for stc_mfs_lin_config:

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

Detailed Description

LIN configuration structure.

Definition at line 1044 of file mfs.h.


Field Documentation

FALSE: Not enable FIFO configuration, TRUE: enable FIFO configuration.

Definition at line 1052 of file mfs.h.

Referenced by Mfs_Lin_Init().

Break length.

Definition at line 1049 of file mfs.h.

Referenced by Mfs_Lin_Init().

Delimiter length.

Definition at line 1050 of file mfs.h.

Referenced by Mfs_Lin_Init().

LIN master or slave mode.

Definition at line 1046 of file mfs.h.

Referenced by Mfs_Lin_Init().

Stop bits length.

Definition at line 1048 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

Baud rate (bps)

Definition at line 1047 of file mfs.h.

Referenced by Mfs_Lin_Init().


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