|
STM8L15x Standard Peripherals Drivers
|
DMA transfers management functions. More...
Functions | |
| void | I2C_DMACmd (I2C_TypeDef *I2Cx, FunctionalState NewState) |
| Enables or disables the I2C DMA requests . | |
| void | I2C_DMALastTransferCmd (I2C_TypeDef *I2Cx, FunctionalState NewState) |
| Specifies that the next DMA transfer is the last one . | |
Detailed Description
DMA transfers management functions.
===============================================================================
DMA transfers management functions
===============================================================================
This section provides functions allowing to configure the I2C DMA channels
requests.
Function Documentation
| void I2C_DMACmd | ( | I2C_TypeDef * | I2Cx, |
| FunctionalState | NewState | ||
| ) |
Enables or disables the I2C DMA requests .
Definition at line 797 of file stm8l15x_i2c.c.
References DISABLE, I2C_ITR_DMAEN, IS_FUNCTIONAL_STATE, and I2C_struct::ITR.
| void I2C_DMALastTransferCmd | ( | I2C_TypeDef * | I2Cx, |
| FunctionalState | NewState | ||
| ) |
Specifies that the next DMA transfer is the last one .
Definition at line 821 of file stm8l15x_i2c.c.
References DISABLE, I2C_ITR_LAST, IS_FUNCTIONAL_STATE, and I2C_struct::ITR.