Reference Manual to
LL API cross
reference:
CR1 SWRST LL_I2C_IsResetEnabled
LL_I2C_AcknowledgeNextData
__STATIC_INLINE void LL_I2C_AcknowledgeNextData
(I2C_TypeDef * I2Cx, uint32_t TypeAcknowledge)
Prepare the generation of a ACKnowledge or Non ACKnowledge
condition after the address receive match code or next received
byte.
I2Cx: I2C Instance.
TypeAcknowledge: This parameter can be one of the
following values:
LL_I2C_ACK
LL_I2C_NACK
Usage in Slave or Master mode.
Reference Manual to
LL API cross
reference:
CR1 ACK LL_I2C_AcknowledgeNextData
LL_I2C_GenerateStartCondition
__STATIC_INLINE void LL_I2C_GenerateStartCondition
(I2C_TypeDef * I2Cx)
Generate a START or RESTART condition.
The START bit can be set even if bus is BUSY or I2C is in
slave mode. This action has no effect when RELOAD is set.
Reference Manual to
LL API cross
reference:
CR1 START LL_I2C_GenerateStartCondition
LL_I2C_GenerateStopCondition
__STATIC_INLINE void LL_I2C_GenerateStopCondition
(I2C_TypeDef * I2Cx)
Generate a STOP condition after the current byte transfer (master
mode).