Searched refs:I2C_ISR_TIMEOUT (Results 1 – 25 of 254) sorted by relevance
1234567891011
/hal_stm32-3.7.0/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_i2c.h | 155 #define LL_I2C_ISR_TIMEOUT I2C_ISR_TIMEOUT /*!< Timeout detection flag (SM… 1714 return ((READ_BIT(I2Cx->ISR, I2C_ISR_TIMEOUT) == (I2C_ISR_TIMEOUT)) ? 1UL : 0UL); in LL_I2C_IsActiveSMBusFlag_TIMEOUT()
|
D | stm32h7xx_hal_smbus.h | 400 #define SMBUS_FLAG_TIMEOUT I2C_ISR_TIMEOUT
|
/hal_stm32-3.7.0/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_i2c.h | 155 #define LL_I2C_ISR_TIMEOUT I2C_ISR_TIMEOUT /*!< Timeout detection flag (SM… 1714 return ((READ_BIT(I2Cx->ISR, I2C_ISR_TIMEOUT) == (I2C_ISR_TIMEOUT)) ? 1UL : 0UL); in LL_I2C_IsActiveSMBusFlag_TIMEOUT()
|
D | stm32mp1xx_hal_smbus.h | 402 #define SMBUS_FLAG_TIMEOUT I2C_ISR_TIMEOUT
|
/hal_stm32-3.7.0/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_i2c.h | 155 #define LL_I2C_ISR_TIMEOUT I2C_ISR_TIMEOUT /*!< Timeout detection flag (SM… 1714 return ((READ_BIT(I2Cx->ISR, I2C_ISR_TIMEOUT) == (I2C_ISR_TIMEOUT)) ? 1UL : 0UL); in LL_I2C_IsActiveSMBusFlag_TIMEOUT()
|
D | stm32c0xx_hal_smbus.h | 401 #define SMBUS_FLAG_TIMEOUT I2C_ISR_TIMEOUT
|
/hal_stm32-3.7.0/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_i2c.h | 155 #define LL_I2C_ISR_TIMEOUT I2C_ISR_TIMEOUT /*!< Timeout detection flag (SM… 1674 return ((READ_BIT(I2Cx->ISR, I2C_ISR_TIMEOUT) == (I2C_ISR_TIMEOUT)) ? 1UL : 0UL); in LL_I2C_IsActiveSMBusFlag_TIMEOUT()
|
D | stm32f7xx_hal_smbus.h | 400 #define SMBUS_FLAG_TIMEOUT I2C_ISR_TIMEOUT
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_i2c.h | 155 #define LL_I2C_ISR_TIMEOUT I2C_ISR_TIMEOUT /*!< Timeout detection flag (SM… 1815 return ((READ_BIT(I2Cx->ISR, I2C_ISR_TIMEOUT) == (I2C_ISR_TIMEOUT)) ? 1UL : 0UL); in LL_I2C_IsActiveSMBusFlag_TIMEOUT()
|
/hal_stm32-3.7.0/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_i2c.h | 155 #define LL_I2C_ISR_TIMEOUT I2C_ISR_TIMEOUT /*!< Timeout detection flag (SM… 1714 return ((READ_BIT(I2Cx->ISR, I2C_ISR_TIMEOUT) == (I2C_ISR_TIMEOUT)) ? 1UL : 0UL); in LL_I2C_IsActiveSMBusFlag_TIMEOUT()
|
D | stm32f3xx_hal_smbus.h | 400 #define SMBUS_FLAG_TIMEOUT I2C_ISR_TIMEOUT
|
/hal_stm32-3.7.0/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_i2c.h | 155 #define LL_I2C_ISR_TIMEOUT I2C_ISR_TIMEOUT /*!< Timeout detection flag (SM… 1716 return ((READ_BIT(I2Cx->ISR, I2C_ISR_TIMEOUT) == (I2C_ISR_TIMEOUT)) ? 1UL : 0UL); in LL_I2C_IsActiveSMBusFlag_TIMEOUT()
|
D | stm32f0xx_hal_smbus.h | 400 #define SMBUS_FLAG_TIMEOUT I2C_ISR_TIMEOUT
|
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_i2c.h | 147 #define LL_I2C_ISR_TIMEOUT I2C_ISR_TIMEOUT /*!< Timeout detection flag (SM… 1807 return ((READ_BIT(I2Cx->ISR, I2C_ISR_TIMEOUT) == (I2C_ISR_TIMEOUT)) ? 1UL : 0UL); in LL_I2C_IsActiveSMBusFlag_TIMEOUT()
|
/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_i2c.h | 155 #define LL_I2C_ISR_TIMEOUT I2C_ISR_TIMEOUT /*!< Timeout detection flag (SM… 1714 return ((READ_BIT(I2Cx->ISR, I2C_ISR_TIMEOUT) == (I2C_ISR_TIMEOUT)) ? 1UL : 0UL); in LL_I2C_IsActiveSMBusFlag_TIMEOUT()
|
/hal_stm32-3.7.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_i2c.h | 155 #define LL_I2C_ISR_TIMEOUT I2C_ISR_TIMEOUT /*!< Timeout detection flag (SM… 1714 return ((READ_BIT(I2Cx->ISR, I2C_ISR_TIMEOUT) == (I2C_ISR_TIMEOUT)) ? 1UL : 0UL); in LL_I2C_IsActiveSMBusFlag_TIMEOUT()
|
/hal_stm32-3.7.0/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_i2c.h | 155 #define LL_I2C_ISR_TIMEOUT I2C_ISR_TIMEOUT /*!< Timeout detection flag (SM… 1714 return ((READ_BIT(I2Cx->ISR, I2C_ISR_TIMEOUT) == (I2C_ISR_TIMEOUT)) ? 1UL : 0UL); in LL_I2C_IsActiveSMBusFlag_TIMEOUT()
|
/hal_stm32-3.7.0/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_i2c.h | 155 #define LL_I2C_ISR_TIMEOUT I2C_ISR_TIMEOUT /*!< Timeout detection flag (SM… 1714 return ((READ_BIT(I2Cx->ISR, I2C_ISR_TIMEOUT) == (I2C_ISR_TIMEOUT)) ? 1UL : 0UL); in LL_I2C_IsActiveSMBusFlag_TIMEOUT()
|
/hal_stm32-3.7.0/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_i2c.h | 155 #define LL_I2C_ISR_TIMEOUT I2C_ISR_TIMEOUT /*!< Timeout detection flag (SM… 1714 return ((READ_BIT(I2Cx->ISR, I2C_ISR_TIMEOUT) == (I2C_ISR_TIMEOUT)) ? 1UL : 0UL); in LL_I2C_IsActiveSMBusFlag_TIMEOUT()
|
D | stm32wbxx_hal_smbus.h | 400 #define SMBUS_FLAG_TIMEOUT I2C_ISR_TIMEOUT
|
/hal_stm32-3.7.0/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_i2c.h | 155 #define LL_I2C_ISR_TIMEOUT I2C_ISR_TIMEOUT /*!< Timeout detection flag (SM… 1714 return ((READ_BIT(I2Cx->ISR, I2C_ISR_TIMEOUT) == (I2C_ISR_TIMEOUT)) ? 1UL : 0UL); in LL_I2C_IsActiveSMBusFlag_TIMEOUT()
|
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_i2c.h | 155 #define LL_I2C_ISR_TIMEOUT I2C_ISR_TIMEOUT /*!< Timeout detection flag (SM… 1714 return ((READ_BIT(I2Cx->ISR, I2C_ISR_TIMEOUT) == (I2C_ISR_TIMEOUT)) ? 1UL : 0UL); in LL_I2C_IsActiveSMBusFlag_TIMEOUT()
|
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_i2c.h | 156 #define LL_I2C_ISR_TIMEOUT I2C_ISR_TIMEOUT /*!< Timeout detection flag (SM… 1886 return ((READ_BIT(I2Cx->ISR, I2C_ISR_TIMEOUT) == (I2C_ISR_TIMEOUT)) ? 1UL : 0UL); in LL_I2C_IsActiveSMBusFlag_TIMEOUT()
|
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_i2c.h | 158 #define LL_I2C_ISR_TIMEOUT I2C_ISR_TIMEOUT /*!< Timeout detection flag (SM… 1898 return ((READ_BIT(I2Cx->ISR, I2C_ISR_TIMEOUT) == (I2C_ISR_TIMEOUT)) ? 1UL : 0UL); in LL_I2C_IsActiveSMBusFlag_TIMEOUT()
|
D | stm32wbaxx_hal_smbus.h | 401 #define SMBUS_FLAG_TIMEOUT I2C_ISR_TIMEOUT
|
1234567891011