/hal_stm32-3.5.0/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_i2c.h | 186 …_SMBUS_HOST (uint32_t)(I2C_CR1_SMBUS | I2C_CR1_SMBTYPE | I2C_CR1_ENARP) /*!< SMBus Ho… 188 #define LL_I2C_MODE_SMBUS_DEVICE_ARP (uint32_t)(I2C_CR1_SMBUS | I2C_CR1_ENARP) … 780 MODIFY_REG(I2Cx->CR1, I2C_CR1_SMBUS | I2C_CR1_SMBTYPE | I2C_CR1_ENARP, PeripheralMode); in LL_I2C_SetMode() 799 return (uint32_t)(READ_BIT(I2Cx->CR1, I2C_CR1_SMBUS | I2C_CR1_SMBTYPE | I2C_CR1_ENARP)); in LL_I2C_GetMode()
|
/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_i2c.h | 185 …_SMBUS_HOST (uint32_t)(I2C_CR1_SMBUS | I2C_CR1_SMBTYPE | I2C_CR1_ENARP) /*!< SMBus Ho… 187 #define LL_I2C_MODE_SMBUS_DEVICE_ARP (uint32_t)(I2C_CR1_SMBUS | I2C_CR1_ENARP) … 779 MODIFY_REG(I2Cx->CR1, I2C_CR1_SMBUS | I2C_CR1_SMBTYPE | I2C_CR1_ENARP, PeripheralMode); in LL_I2C_SetMode() 798 return (uint32_t)(READ_BIT(I2Cx->CR1, I2C_CR1_SMBUS | I2C_CR1_SMBTYPE | I2C_CR1_ENARP)); in LL_I2C_GetMode()
|
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_i2c.h | 185 …_SMBUS_HOST (uint32_t)(I2C_CR1_SMBUS | I2C_CR1_SMBTYPE | I2C_CR1_ENARP) /*!< SMBus Ho… 187 #define LL_I2C_MODE_SMBUS_DEVICE_ARP (uint32_t)(I2C_CR1_SMBUS | I2C_CR1_ENARP) … 779 MODIFY_REG(I2Cx->CR1, I2C_CR1_SMBUS | I2C_CR1_SMBTYPE | I2C_CR1_ENARP, PeripheralMode); in LL_I2C_SetMode() 798 return (uint32_t)(READ_BIT(I2Cx->CR1, I2C_CR1_SMBUS | I2C_CR1_SMBTYPE | I2C_CR1_ENARP)); in LL_I2C_GetMode()
|
D | stm32l1xx_hal_smbus.h | 312 …SMBUS_PERIPHERAL_MODE_SMBUS_HOST (uint32_t)(I2C_CR1_SMBUS | I2C_CR1_SMBTYPE | I2C_CR1_ENARP) 314 #define SMBUS_PERIPHERAL_MODE_SMBUS_SLAVE_ARP (uint32_t)(I2C_CR1_SMBUS | I2C_CR1_ENARP)
|
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_i2c.h | 208 …_SMBUS_HOST (uint32_t)(I2C_CR1_SMBUS | I2C_CR1_SMBTYPE | I2C_CR1_ENARP) /*!< SMBus Ho… 210 #define LL_I2C_MODE_SMBUS_DEVICE_ARP (uint32_t)(I2C_CR1_SMBUS | I2C_CR1_ENARP) … 887 MODIFY_REG(I2Cx->CR1, I2C_CR1_SMBUS | I2C_CR1_SMBTYPE | I2C_CR1_ENARP, PeripheralMode); in LL_I2C_SetMode() 906 return (uint32_t)(READ_BIT(I2Cx->CR1, I2C_CR1_SMBUS | I2C_CR1_SMBTYPE | I2C_CR1_ENARP)); in LL_I2C_GetMode()
|
D | stm32f4xx_hal_smbus.h | 312 …SMBUS_PERIPHERAL_MODE_SMBUS_HOST (uint32_t)(I2C_CR1_SMBUS | I2C_CR1_SMBTYPE | I2C_CR1_ENARP) 314 #define SMBUS_PERIPHERAL_MODE_SMBUS_SLAVE_ARP (uint32_t)(I2C_CR1_SMBUS | I2C_CR1_ENARP)
|
/hal_stm32-3.5.0/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_smbus.c | 362 …s->Instance->CR1, (I2C_CR1_NOSTRETCH | I2C_CR1_ENGC | I2C_CR1_ENPEC | I2C_CR1_ENARP | I2C_CR1_SMBT… in HAL_SMBUS_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_smbus.c | 361 …s->Instance->CR1, (I2C_CR1_NOSTRETCH | I2C_CR1_ENGC | I2C_CR1_ENPEC | I2C_CR1_ENARP | I2C_CR1_SMBT… in HAL_SMBUS_Init()
|
/hal_stm32-3.5.0/stm32cube/stm32f1xx/soc/ |
D | stm32f101x6.h | 4445 #define I2C_CR1_ENARP I2C_CR1_ENARP_Msk /*!< ARP Enable */ macro
|
D | stm32f101xb.h | 4507 #define I2C_CR1_ENARP I2C_CR1_ENARP_Msk /*!< ARP Enable */ macro
|
D | stm32f100xb.h | 4909 #define I2C_CR1_ENARP I2C_CR1_ENARP_Msk /*!< ARP Enable */ macro
|
D | stm32f102x6.h | 5564 #define I2C_CR1_ENARP I2C_CR1_ENARP_Msk /*!< ARP Enable */ macro
|
D | stm32f100xe.h | 5423 #define I2C_CR1_ENARP I2C_CR1_ENARP_Msk /*!< ARP Enable */ macro
|
D | stm32f101xe.h | 5482 #define I2C_CR1_ENARP I2C_CR1_ENARP_Msk /*!< ARP Enable */ macro
|
D | stm32f101xg.h | 5556 #define I2C_CR1_ENARP I2C_CR1_ENARP_Msk /*!< ARP Enable */ macro
|
D | stm32f102xb.h | 5618 #define I2C_CR1_ENARP I2C_CR1_ENARP_Msk /*!< ARP Enable */ macro
|
/hal_stm32-3.5.0/stm32cube/stm32l1xx/soc/ |
D | stm32l151xb.h | 3388 #define I2C_CR1_ENARP I2C_CR1_ENARP_Msk /*!< ARP Enable */ macro
|
D | stm32l151xba.h | 3397 #define I2C_CR1_ENARP I2C_CR1_ENARP_Msk /*!< ARP Enable */ macro
|
D | stm32l152xb.h | 3405 #define I2C_CR1_ENARP I2C_CR1_ENARP_Msk /*!< ARP Enable */ macro
|
D | stm32l152xba.h | 3399 #define I2C_CR1_ENARP I2C_CR1_ENARP_Msk /*!< ARP Enable */ macro
|
D | stm32l100xb.h | 3387 #define I2C_CR1_ENARP I2C_CR1_ENARP_Msk /*!< ARP Enable */ macro
|
D | stm32l100xba.h | 3393 #define I2C_CR1_ENARP I2C_CR1_ENARP_Msk /*!< ARP Enable */ macro
|
/hal_stm32-3.5.0/stm32cube/stm32f4xx/soc/ |
D | stm32f410tx.h | 3608 #define I2C_CR1_ENARP I2C_CR1_ENARP_Msk /*!<ARP Enable … macro
|
D | stm32f410rx.h | 3618 #define I2C_CR1_ENARP I2C_CR1_ENARP_Msk /*!<ARP Enable … macro
|
D | stm32f410cx.h | 3618 #define I2C_CR1_ENARP I2C_CR1_ENARP_Msk /*!<ARP Enable … macro
|