Home
last modified time | relevance | path

Searched refs:I2C_CR1_SBC (Results 1 – 25 of 253) sorted by relevance

1234567891011

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_i2c.h680 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/
Dstm32wlxx_ll_i2c.h680 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/
Dstm32h5xx_ll_i2c.h680 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/
Dstm32mp1xx_ll_i2c.h680 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/
Dstm32l0xx_ll_i2c.h680 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/
Dstm32f0xx_ll_i2c.h680 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/
Dstm32c0xx_ll_i2c.h680 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/
Dstm32f7xx_ll_i2c.h680 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/
Dstm32g0xx_ll_i2c.h680 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/
Dstm32wb0x_ll_i2c.h680 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/
Dstm32h7rsxx_ll_i2c.h672 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/
Dstm32l4xx_ll_i2c.h680 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/
Dstm32l5xx_ll_i2c.h680 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/
Dstm32h7xx_ll_i2c.h680 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/
Dstm32f3xx_ll_i2c.h680 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/
Dstm32n6xx_ll_i2c.h680 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/
Dstm32g4xx_ll_i2c.h680 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/
Dstm32u5xx_ll_i2c.h751 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/
Dstm32wbaxx_ll_i2c.h763 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/
Dstm32wlxx_hal_smbus.c395 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/
Dstm32wbaxx_hal_smbus.c386 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/
Dstm32l5xx_hal_smbus.c395 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/
Dstm32f0xx_hal_smbus.c395 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/
Dstm32l0xx_hal_smbus.c395 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/
Dstm32c0xx_hal_smbus.c386 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()

1234567891011