/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_i2c.h | 680 SET_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_EnableSlaveByteControl() 691 CLEAR_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_DisableSlaveByteControl() 702 return ((READ_BIT(I2Cx->CR1, I2C_CR1_SBC) == (I2C_CR1_SBC)) ? 1UL : 0UL); in LL_I2C_IsEnabledSlaveByteControl()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_i2c.h | 680 SET_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_EnableSlaveByteControl() 691 CLEAR_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_DisableSlaveByteControl() 702 return ((READ_BIT(I2Cx->CR1, I2C_CR1_SBC) == (I2C_CR1_SBC)) ? 1UL : 0UL); in LL_I2C_IsEnabledSlaveByteControl()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_i2c.h | 680 SET_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_EnableSlaveByteControl() 691 CLEAR_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_DisableSlaveByteControl() 702 return ((READ_BIT(I2Cx->CR1, I2C_CR1_SBC) == (I2C_CR1_SBC)) ? 1UL : 0UL); in LL_I2C_IsEnabledSlaveByteControl()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_i2c.h | 680 SET_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_EnableSlaveByteControl() 691 CLEAR_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_DisableSlaveByteControl() 702 return ((READ_BIT(I2Cx->CR1, I2C_CR1_SBC) == (I2C_CR1_SBC)) ? 1UL : 0UL); in LL_I2C_IsEnabledSlaveByteControl()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_i2c.h | 680 SET_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_EnableSlaveByteControl() 691 CLEAR_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_DisableSlaveByteControl() 702 return ((READ_BIT(I2Cx->CR1, I2C_CR1_SBC) == (I2C_CR1_SBC)) ? 1UL : 0UL); in LL_I2C_IsEnabledSlaveByteControl()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_i2c.h | 680 SET_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_EnableSlaveByteControl() 691 CLEAR_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_DisableSlaveByteControl() 702 return ((READ_BIT(I2Cx->CR1, I2C_CR1_SBC) == (I2C_CR1_SBC)) ? 1UL : 0UL); in LL_I2C_IsEnabledSlaveByteControl()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_i2c.h | 680 SET_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_EnableSlaveByteControl() 691 CLEAR_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_DisableSlaveByteControl() 702 return ((READ_BIT(I2Cx->CR1, I2C_CR1_SBC) == (I2C_CR1_SBC)) ? 1UL : 0UL); in LL_I2C_IsEnabledSlaveByteControl()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_i2c.h | 680 SET_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_EnableSlaveByteControl() 691 CLEAR_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_DisableSlaveByteControl() 702 return ((READ_BIT(I2Cx->CR1, I2C_CR1_SBC) == (I2C_CR1_SBC)) ? 1UL : 0UL); in LL_I2C_IsEnabledSlaveByteControl()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_i2c.h | 680 SET_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_EnableSlaveByteControl() 691 CLEAR_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_DisableSlaveByteControl() 702 return ((READ_BIT(I2Cx->CR1, I2C_CR1_SBC) == (I2C_CR1_SBC)) ? 1UL : 0UL); in LL_I2C_IsEnabledSlaveByteControl()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_ll_i2c.h | 680 SET_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_EnableSlaveByteControl() 691 CLEAR_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_DisableSlaveByteControl() 702 return ((READ_BIT(I2Cx->CR1, I2C_CR1_SBC) == (I2C_CR1_SBC)) ? 1UL : 0UL); in LL_I2C_IsEnabledSlaveByteControl()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_i2c.h | 672 SET_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_EnableSlaveByteControl() 683 CLEAR_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_DisableSlaveByteControl() 694 return ((READ_BIT(I2Cx->CR1, I2C_CR1_SBC) == (I2C_CR1_SBC)) ? 1UL : 0UL); in LL_I2C_IsEnabledSlaveByteControl()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_i2c.h | 680 SET_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_EnableSlaveByteControl() 691 CLEAR_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_DisableSlaveByteControl() 702 return ((READ_BIT(I2Cx->CR1, I2C_CR1_SBC) == (I2C_CR1_SBC)) ? 1UL : 0UL); in LL_I2C_IsEnabledSlaveByteControl()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_i2c.h | 680 SET_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_EnableSlaveByteControl() 691 CLEAR_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_DisableSlaveByteControl() 702 return ((READ_BIT(I2Cx->CR1, I2C_CR1_SBC) == (I2C_CR1_SBC)) ? 1UL : 0UL); in LL_I2C_IsEnabledSlaveByteControl()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_i2c.h | 680 SET_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_EnableSlaveByteControl() 691 CLEAR_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_DisableSlaveByteControl() 702 return ((READ_BIT(I2Cx->CR1, I2C_CR1_SBC) == (I2C_CR1_SBC)) ? 1UL : 0UL); in LL_I2C_IsEnabledSlaveByteControl()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_i2c.h | 680 SET_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_EnableSlaveByteControl() 691 CLEAR_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_DisableSlaveByteControl() 702 return ((READ_BIT(I2Cx->CR1, I2C_CR1_SBC) == (I2C_CR1_SBC)) ? 1UL : 0UL); in LL_I2C_IsEnabledSlaveByteControl()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_i2c.h | 680 SET_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_EnableSlaveByteControl() 691 CLEAR_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_DisableSlaveByteControl() 702 return ((READ_BIT(I2Cx->CR1, I2C_CR1_SBC) == (I2C_CR1_SBC)) ? 1UL : 0UL); in LL_I2C_IsEnabledSlaveByteControl()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_i2c.h | 680 SET_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_EnableSlaveByteControl() 691 CLEAR_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_DisableSlaveByteControl() 702 return ((READ_BIT(I2Cx->CR1, I2C_CR1_SBC) == (I2C_CR1_SBC)) ? 1UL : 0UL); in LL_I2C_IsEnabledSlaveByteControl()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_i2c.h | 751 SET_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_EnableSlaveByteControl() 762 CLEAR_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_DisableSlaveByteControl() 773 return ((READ_BIT(I2Cx->CR1, I2C_CR1_SBC) == (I2C_CR1_SBC)) ? 1UL : 0UL); in LL_I2C_IsEnabledSlaveByteControl()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_i2c.h | 763 SET_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_EnableSlaveByteControl() 774 CLEAR_BIT(I2Cx->CR1, I2C_CR1_SBC); in LL_I2C_DisableSlaveByteControl() 785 return ((READ_BIT(I2Cx->CR1, I2C_CR1_SBC) == (I2C_CR1_SBC)) ? 1UL : 0UL); in LL_I2C_IsEnabledSlaveByteControl()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_smbus.c | 395 hsmbus->Instance->CR1 |= I2C_CR1_SBC; in HAL_SMBUS_Init() 1217 hsmbus->Instance->CR1 |= I2C_CR1_SBC; in HAL_SMBUS_Slave_Transmit_IT() 1315 hsmbus->Instance->CR1 |= I2C_CR1_SBC; in HAL_SMBUS_Slave_Receive_IT()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_smbus.c | 386 hsmbus->Instance->CR1 |= I2C_CR1_SBC; in HAL_SMBUS_Init() 1255 hsmbus->Instance->CR1 |= I2C_CR1_SBC; in HAL_SMBUS_Slave_Transmit_IT() 1353 hsmbus->Instance->CR1 |= I2C_CR1_SBC; in HAL_SMBUS_Slave_Receive_IT()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_smbus.c | 395 hsmbus->Instance->CR1 |= I2C_CR1_SBC; in HAL_SMBUS_Init() 1249 hsmbus->Instance->CR1 |= I2C_CR1_SBC; in HAL_SMBUS_Slave_Transmit_IT() 1347 hsmbus->Instance->CR1 |= I2C_CR1_SBC; in HAL_SMBUS_Slave_Receive_IT()
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_smbus.c | 395 hsmbus->Instance->CR1 |= I2C_CR1_SBC; in HAL_SMBUS_Init() 1249 hsmbus->Instance->CR1 |= I2C_CR1_SBC; in HAL_SMBUS_Slave_Transmit_IT() 1347 hsmbus->Instance->CR1 |= I2C_CR1_SBC; in HAL_SMBUS_Slave_Receive_IT()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_smbus.c | 395 hsmbus->Instance->CR1 |= I2C_CR1_SBC; in HAL_SMBUS_Init() 1217 hsmbus->Instance->CR1 |= I2C_CR1_SBC; in HAL_SMBUS_Slave_Transmit_IT() 1315 hsmbus->Instance->CR1 |= I2C_CR1_SBC; in HAL_SMBUS_Slave_Receive_IT()
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_smbus.c | 386 hsmbus->Instance->CR1 |= I2C_CR1_SBC; in HAL_SMBUS_Init() 1240 hsmbus->Instance->CR1 |= I2C_CR1_SBC; in HAL_SMBUS_Slave_Transmit_IT() 1338 hsmbus->Instance->CR1 |= I2C_CR1_SBC; in HAL_SMBUS_Slave_Receive_IT()
|