![]() |
PDL for FM0+
Version1.0
Peripheral Driverl Library for FM0+
|
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. |
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 interrupt.
Definition at line 863 of file mfs.h.
Referenced by I2cRxData(), I2cStopDetectCallback(), I2cTxCallback(), I2cTxData(), I2cTxRxData(), 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().