Home
last modified time | relevance | path

Searched refs:I2C_CR2_ADD10 (Results 1 – 8 of 8) sorted by relevance

/external/arm-trusted-firmware/include/drivers/st/
Dstm32_i2c.h41 #define I2C_CR2_ADD10 BIT(11) macro
/external/arm-trusted-firmware/drivers/st/i2c/
Dstm32_i2c.c187 mmio_setbits_32(hi2c->i2c_base_addr + I2C_CR2, I2C_CR2_ADD10); in stm32_i2c_init()
911 I2C_CR2_START | I2C_CR2_ADD10) & in stm32_i2c_is_device_ready()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_i2c.h679 …(uint32_t)((((uint32_t)(__ADDRESS__) & (I2C_CR2_SADD)) | (I2C_CR2_ADD10) | (I2C_CR2_START)) & (~I2…
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_i2c.h679 …(uint32_t)((((uint32_t)(__ADDRESS__) & (I2C_CR2_SADD)) | (I2C_CR2_ADD10) | (I2C_CR2_START)) & (~I2…
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_i2c.c458 hi2c->Instance->CR2 = (I2C_CR2_ADD10); in HAL_I2C_Init()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_i2c.c458 hi2c->Instance->CR2 = (I2C_CR2_ADD10); in HAL_I2C_Init()
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l476xx.h9301 #define I2C_CR2_ADD10 I2C_CR2_ADD10_Msk /*!< 10-bit addressi… macro
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/CMSIS/Device/ST/STM32L4xx/Include/
Dstm32l4a6xx.h10408 #define I2C_CR2_ADD10 I2C_CR2_ADD10_Msk /*!< 10-bit addressi… macro