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

I2C interrupt selection. More...

#include <mfs.h>

Data Fields

boolean_t bTxInt
 I2C TX interrupt.
boolean_t bRxInt
 I2C RX interrupt.
boolean_t bTxIdle
 I2C TX idle interrupt.
boolean_t bTxFifoInt
 I2C TX FIFO interrupt.
boolean_t bTxRxInt
 I2C TX and RX interrupt.
boolean_t bStopDetectInt
 I2C stop condition interrupt.

Detailed Description

I2C interrupt selection.

Definition at line 861 of file mfs.h.


Field Documentation

I2C RX interrupt.

Definition at line 864 of file mfs.h.

Referenced by I2cRxData(), I2cStopDetectCallback(), I2cTxRxData(), Mfs_I2c_DisableInt(), and Mfs_I2c_EnableInt().

I2C stop condition interrupt.

Definition at line 868 of file mfs.h.

Referenced by I2cRxData(), I2cStopDetectCallback(), I2cTxData(), I2cTxRxData(), Mfs_I2c_DisableInt(), and Mfs_I2c_EnableInt().

I2C TX FIFO interrupt.

Definition at line 866 of file mfs.h.

Referenced by Mfs_I2c_DisableInt(), and Mfs_I2c_EnableInt().

I2C TX idle interrupt.

Definition at line 865 of file mfs.h.

Referenced by Mfs_I2c_DisableInt(), and Mfs_I2c_EnableInt().

I2C TX and RX interrupt.

Definition at line 867 of file mfs.h.

Referenced by I2cRxData(), I2cStopDetectCallback(), I2cTxData(), I2cTxRxData(), Mfs_I2c_DisableInt(), and Mfs_I2c_EnableInt().


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