![]() |
PDL for FM0+
Version1.0
Peripheral Driverl Library for FM0+
|
UART interrupt selection. More...
#include <mfs.h>
Data Fields | |
boolean_t | bTxInt |
UART TX interrupt. | |
boolean_t | bRxInt |
UART RX interrupt. | |
boolean_t | bTxIdle |
UART TX idle interrupt. | |
boolean_t | bTxFifoInt |
UART TX FIFO interrupt. |
UART RX interrupt.
Definition at line 531 of file mfs.h.
Referenced by Mfs_Uart_DisableInt(), and Mfs_Uart_EnableInt().
UART TX FIFO interrupt.
Definition at line 533 of file mfs.h.
Referenced by Mfs_Uart_DisableInt(), and Mfs_Uart_EnableInt().
UART TX idle interrupt.
Definition at line 532 of file mfs.h.
Referenced by Mfs_Uart_DisableInt(), and Mfs_Uart_EnableInt().
UART TX interrupt.
Definition at line 530 of file mfs.h.
Referenced by Mfs_Uart_DisableInt(), and Mfs_Uart_EnableInt().