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

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.

Detailed Description

UART interrupt selection.

Definition at line 528 of file mfs.h.


Field Documentation

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().


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