![]() |
PDL for FM0+
Version1.0
Peripheral Driverl Library for FM0+
|
LIN interrupt selection. More...
#include <mfs.h>
Data Fields | |
boolean_t | bTxInt |
LIN TX interrupt. | |
boolean_t | bRxInt |
LIN RX interrupt. | |
boolean_t | bLinBreakInt |
LIN break field interrupt. | |
boolean_t | bTxIdle |
LIN TX idle interrupt. | |
boolean_t | bTxFifoInt |
LIN TX FIFO interrupt. |
LIN break field interrupt.
Definition at line 1004 of file mfs.h.
Referenced by Mfs_Lin_DisableInt(), and Mfs_Lin_EnableInt().
LIN RX interrupt.
Definition at line 1003 of file mfs.h.
Referenced by Mfs_Lin_DisableInt(), and Mfs_Lin_EnableInt().
LIN TX FIFO interrupt.
Definition at line 1006 of file mfs.h.
Referenced by Mfs_Lin_DisableInt(), and Mfs_Lin_EnableInt().
LIN TX idle interrupt.
Definition at line 1005 of file mfs.h.
Referenced by Mfs_Lin_DisableInt(), and Mfs_Lin_EnableInt().
LIN TX interrupt.
Definition at line 1002 of file mfs.h.
Referenced by Mfs_Lin_DisableInt(), and Mfs_Lin_EnableInt().