HAL + 0/1 examples
CodeScope will show references to LL_I2C_EnableLastDMA() from the following samples and libraries:
Examples
STM32F411RE-Nucleo
Examples_LL
I2C
 
Symbols
loading...
Files
loading...

LL_I2C_EnableLastDMA() function

Enable DMA last transfer.

Syntax

__STATIC_INLINE void LL_I2C_EnableLastDMA(I2C_TypeDef *I2Cx);

Arguments

I2Cx

I2C Instance.

Return value

None

Notes

This action mean that next DMA EOT is the last transfer.

Examples

LL_I2C_EnableLastDMA() is referenced by 1 libraries and example projects.

References

LocationText
stm32f4xx_ll_i2c.h:1747
__STATIC_INLINE void LL_I2C_EnableLastDMA(I2C_TypeDef *I2Cx)

Data Use

Data read by LL_I2C_EnableLastDMA()
LL_I2C_EnableLastDMA()