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

UART interrupt callback function. More...

#include <mfs.h>

Data Fields

func_ptr_t pfnTxIntCb
 UART TX interrupt callback function pointer.
func_ptr_t pfnRxIntCb
 UART RX interrupt callback function pointer.
func_ptr_t pfnTxIdleCb
 UART TX idle interrupt callback function pointer.
func_ptr_t pfnTxFifoIntCb
 UART TX FIFO interrupt callback function pointer.

Detailed Description

UART interrupt callback function.

Definition at line 541 of file mfs.h.


Field Documentation

UART RX interrupt callback function pointer.

Definition at line 544 of file mfs.h.

Referenced by Mfs_Uart_DisableInt(), Mfs_Uart_EnableInt(), and MfsUartIrqHandlerRx().

UART TX FIFO interrupt callback function pointer.

Definition at line 546 of file mfs.h.

Referenced by Mfs_Uart_DisableInt(), Mfs_Uart_EnableInt(), and MfsUartIrqHandlerTx().

UART TX idle interrupt callback function pointer.

Definition at line 545 of file mfs.h.

Referenced by Mfs_Uart_DisableInt(), Mfs_Uart_EnableInt(), and MfsUartIrqHandlerTx().

UART TX interrupt callback function pointer.

Definition at line 543 of file mfs.h.

Referenced by Mfs_Uart_DisableInt(), Mfs_Uart_EnableInt(), and MfsUartIrqHandlerTx().


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