LL I2C function API migration ¶
LL I2C set own address 2 ¶
|
HAL1 |
HAL2 |
|---|---|
__STATIC_INLINE void LL_I2C_SetOwnAddress2(I2C_TypeDef *I2Cx, uint32_t OwnAddress2);
|
__STATIC_INLINE void LL_I2C_SetOwnAddress2(I2C_TypeDef *p_i2c, uint32_t own_address2, uint32_t own_addr_mask);
|