Home
last modified time | relevance | path

Searched refs:I2C_CR2_AUTOEND (Results 1 – 25 of 234) sorted by relevance

12345678910

/hal_stm32-2.7.6/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_i2c.h264 #define LL_I2C_MODE_AUTOEND I2C_CR2_AUTOEND /*!< Enable I2C Automatic end …
1884 SET_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_EnableAutoEndMode()
1896 CLEAR_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_DisableAutoEndMode()
1907 return ((READ_BIT(I2Cx->CR2, I2C_CR2_AUTOEND) == (I2C_CR2_AUTOEND)) ? 1UL : 0UL); in LL_I2C_IsEnabledAutoEndMode()
2142 I2C_CR2_NBYTES | I2C_CR2_AUTOEND | I2C_CR2_HEAD10R, in LL_I2C_HandleTransfer()
Dstm32f0xx_hal_smbus.h316 #define SMBUS_AUTOEND_MODE I2C_CR2_AUTOEND
633 … (I2C_CR2_START) | (I2C_CR2_AUTOEND)) & \
641 …e SMBUS_GET_STOP_MODE(__HANDLE__) ((__HANDLE__)->Instance->CR2 & I2C_CR2_AUTOEND)
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_i2c.h254 #define LL_I2C_MODE_AUTOEND I2C_CR2_AUTOEND /*!…
1840 SET_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_EnableAutoEndMode()
1852 CLEAR_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_DisableAutoEndMode()
1863 return ((READ_BIT(I2Cx->CR2, I2C_CR2_AUTOEND) == (I2C_CR2_AUTOEND)) ? 1UL : 0UL); in LL_I2C_IsEnabledAutoEndMode()
2096 I2C_CR2_NBYTES | I2C_CR2_AUTOEND | I2C_CR2_HEAD10R, in LL_I2C_HandleTransfer()
Dstm32l5xx_hal_smbus.h304 #define SMBUS_AUTOEND_MODE I2C_CR2_AUTOEND
613 …_t)((((uint32_t)(__ADDRESS__) & (I2C_CR2_SADD)) | (I2C_CR2_START) | (I2C_CR2_AUTOEND)) & (~I2C_CR2…
618 …e SMBUS_GET_STOP_MODE(__HANDLE__) ((__HANDLE__)->Instance->CR2 & I2C_CR2_AUTOEND)
/hal_stm32-2.7.6/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_i2c.h254 #define LL_I2C_MODE_AUTOEND I2C_CR2_AUTOEND /*!…
1840 SET_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_EnableAutoEndMode()
1852 CLEAR_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_DisableAutoEndMode()
1863 return ((READ_BIT(I2Cx->CR2, I2C_CR2_AUTOEND) == (I2C_CR2_AUTOEND)) ? 1UL : 0UL); in LL_I2C_IsEnabledAutoEndMode()
2096 I2C_CR2_NBYTES | I2C_CR2_AUTOEND | I2C_CR2_HEAD10R, in LL_I2C_HandleTransfer()
Dstm32g4xx_hal_smbus.h304 #define SMBUS_AUTOEND_MODE I2C_CR2_AUTOEND
613 …_t)((((uint32_t)(__ADDRESS__) & (I2C_CR2_SADD)) | (I2C_CR2_START) | (I2C_CR2_AUTOEND)) & (~I2C_CR2…
618 …e SMBUS_GET_STOP_MODE(__HANDLE__) ((__HANDLE__)->Instance->CR2 & I2C_CR2_AUTOEND)
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_i2c.h254 #define LL_I2C_MODE_AUTOEND I2C_CR2_AUTOEND /*!…
1840 SET_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_EnableAutoEndMode()
1852 CLEAR_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_DisableAutoEndMode()
1863 return ((READ_BIT(I2Cx->CR2, I2C_CR2_AUTOEND) == (I2C_CR2_AUTOEND)) ? 1UL : 0UL); in LL_I2C_IsEnabledAutoEndMode()
2096 I2C_CR2_NBYTES | I2C_CR2_AUTOEND | I2C_CR2_HEAD10R, in LL_I2C_HandleTransfer()
Dstm32h7xx_hal_smbus.h303 #define SMBUS_AUTOEND_MODE I2C_CR2_AUTOEND
612 …_t)((((uint32_t)(__ADDRESS__) & (I2C_CR2_SADD)) | (I2C_CR2_START) | (I2C_CR2_AUTOEND)) & (~I2C_CR2…
617 …e SMBUS_GET_STOP_MODE(__HANDLE__) ((__HANDLE__)->Instance->CR2 & I2C_CR2_AUTOEND)
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_i2c.h254 #define LL_I2C_MODE_AUTOEND I2C_CR2_AUTOEND /*!…
1840 SET_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_EnableAutoEndMode()
1852 CLEAR_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_DisableAutoEndMode()
1863 return ((READ_BIT(I2Cx->CR2, I2C_CR2_AUTOEND) == (I2C_CR2_AUTOEND)) ? 1UL : 0UL); in LL_I2C_IsEnabledAutoEndMode()
2096 I2C_CR2_NBYTES | I2C_CR2_AUTOEND | I2C_CR2_HEAD10R, in LL_I2C_HandleTransfer()
Dstm32l4xx_hal_smbus.h304 #define SMBUS_AUTOEND_MODE I2C_CR2_AUTOEND
613 …_t)((((uint32_t)(__ADDRESS__) & (I2C_CR2_SADD)) | (I2C_CR2_START) | (I2C_CR2_AUTOEND)) & (~I2C_CR2…
618 …e SMBUS_GET_STOP_MODE(__HANDLE__) ((__HANDLE__)->Instance->CR2 & I2C_CR2_AUTOEND)
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_i2c.h264 #define LL_I2C_MODE_AUTOEND I2C_CR2_AUTOEND /*!< Enable I2C Automatic end …
1882 SET_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_EnableAutoEndMode()
1894 CLEAR_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_DisableAutoEndMode()
1905 return ((READ_BIT(I2Cx->CR2, I2C_CR2_AUTOEND) == (I2C_CR2_AUTOEND)) ? 1UL : 0UL); in LL_I2C_IsEnabledAutoEndMode()
2140 I2C_CR2_NBYTES | I2C_CR2_AUTOEND | I2C_CR2_HEAD10R, in LL_I2C_HandleTransfer()
Dstm32wbxx_hal_smbus.h317 #define SMBUS_AUTOEND_MODE I2C_CR2_AUTOEND
634 … (I2C_CR2_START) | (I2C_CR2_AUTOEND)) & \
642 …e SMBUS_GET_STOP_MODE(__HANDLE__) ((__HANDLE__)->Instance->CR2 & I2C_CR2_AUTOEND)
/hal_stm32-2.7.6/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_i2c.h264 #define LL_I2C_MODE_AUTOEND I2C_CR2_AUTOEND /*!< Enable I2C Automatic end …
1882 SET_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_EnableAutoEndMode()
1894 CLEAR_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_DisableAutoEndMode()
1905 return ((READ_BIT(I2Cx->CR2, I2C_CR2_AUTOEND) == (I2C_CR2_AUTOEND)) ? 1UL : 0UL); in LL_I2C_IsEnabledAutoEndMode()
2140 I2C_CR2_NBYTES | I2C_CR2_AUTOEND | I2C_CR2_HEAD10R, in LL_I2C_HandleTransfer()
Dstm32f3xx_hal_smbus.h316 #define SMBUS_AUTOEND_MODE I2C_CR2_AUTOEND
633 … (I2C_CR2_START) | (I2C_CR2_AUTOEND)) & \
641 …e SMBUS_GET_STOP_MODE(__HANDLE__) ((__HANDLE__)->Instance->CR2 & I2C_CR2_AUTOEND)
/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_i2c.h264 #define LL_I2C_MODE_AUTOEND I2C_CR2_AUTOEND /*!< Enable I2C Automatic end …
1882 SET_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_EnableAutoEndMode()
1894 CLEAR_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_DisableAutoEndMode()
1905 return ((READ_BIT(I2Cx->CR2, I2C_CR2_AUTOEND) == (I2C_CR2_AUTOEND)) ? 1UL : 0UL); in LL_I2C_IsEnabledAutoEndMode()
2140 I2C_CR2_NBYTES | I2C_CR2_AUTOEND | I2C_CR2_HEAD10R, in LL_I2C_HandleTransfer()
Dstm32g0xx_hal_smbus.h316 #define SMBUS_AUTOEND_MODE I2C_CR2_AUTOEND
633 … (I2C_CR2_START) | (I2C_CR2_AUTOEND)) & \
641 …e SMBUS_GET_STOP_MODE(__HANDLE__) ((__HANDLE__)->Instance->CR2 & I2C_CR2_AUTOEND)
/hal_stm32-2.7.6/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_i2c.h264 #define LL_I2C_MODE_AUTOEND I2C_CR2_AUTOEND /*!< Enable I2C Automatic end …
1882 SET_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_EnableAutoEndMode()
1894 CLEAR_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_DisableAutoEndMode()
1905 return ((READ_BIT(I2Cx->CR2, I2C_CR2_AUTOEND) == (I2C_CR2_AUTOEND)) ? 1UL : 0UL); in LL_I2C_IsEnabledAutoEndMode()
2140 I2C_CR2_NBYTES | I2C_CR2_AUTOEND | I2C_CR2_HEAD10R, in LL_I2C_HandleTransfer()
Dstm32l0xx_hal_smbus.h316 #define SMBUS_AUTOEND_MODE I2C_CR2_AUTOEND
633 … (I2C_CR2_START) | (I2C_CR2_AUTOEND)) & \
641 …e SMBUS_GET_STOP_MODE(__HANDLE__) ((__HANDLE__)->Instance->CR2 & I2C_CR2_AUTOEND)
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_i2c.h254 #define LL_I2C_MODE_AUTOEND I2C_CR2_AUTOEND /*!…
1840 SET_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_EnableAutoEndMode()
1852 CLEAR_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_DisableAutoEndMode()
1863 return ((READ_BIT(I2Cx->CR2, I2C_CR2_AUTOEND) == (I2C_CR2_AUTOEND)) ? 1UL : 0UL); in LL_I2C_IsEnabledAutoEndMode()
2094 I2C_CR2_NBYTES | I2C_CR2_AUTOEND | I2C_CR2_HEAD10R, in LL_I2C_HandleTransfer()
Dstm32mp1xx_hal_smbus.h299 #define SMBUS_AUTOEND_MODE I2C_CR2_AUTOEND
601 …_t)((((uint32_t)(__ADDRESS__) & (I2C_CR2_SADD)) | (I2C_CR2_START) | (I2C_CR2_AUTOEND)) & (~I2C_CR2…
606 …e SMBUS_GET_STOP_MODE(__HANDLE__) ((__HANDLE__)->Instance->CR2 & I2C_CR2_AUTOEND)
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_i2c.h254 #define LL_I2C_MODE_AUTOEND I2C_CR2_AUTOEND /*!…
1801 SET_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_EnableAutoEndMode()
1813 CLEAR_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_DisableAutoEndMode()
1824 return ((READ_BIT(I2Cx->CR2, I2C_CR2_AUTOEND) == (I2C_CR2_AUTOEND)) ? 1UL : 0UL); in LL_I2C_IsEnabledAutoEndMode()
2057 I2C_CR2_NBYTES | I2C_CR2_AUTOEND | I2C_CR2_HEAD10R, in LL_I2C_HandleTransfer()
Dstm32f7xx_hal_smbus.h303 #define SMBUS_AUTOEND_MODE I2C_CR2_AUTOEND
612 …_t)((((uint32_t)(__ADDRESS__) & (I2C_CR2_SADD)) | (I2C_CR2_START) | (I2C_CR2_AUTOEND)) & (~I2C_CR2…
617 …e SMBUS_GET_STOP_MODE(__HANDLE__) ((__HANDLE__)->Instance->CR2 & I2C_CR2_AUTOEND)
/hal_stm32-2.7.6/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_i2c.h264 #define LL_I2C_MODE_AUTOEND I2C_CR2_AUTOEND /*!< Enable I2C Automatic end …
1882 SET_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_EnableAutoEndMode()
1894 CLEAR_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_DisableAutoEndMode()
1905 return ((READ_BIT(I2Cx->CR2, I2C_CR2_AUTOEND) == (I2C_CR2_AUTOEND)) ? 1UL : 0UL); in LL_I2C_IsEnabledAutoEndMode()
2140 I2C_CR2_NBYTES | I2C_CR2_AUTOEND | I2C_CR2_HEAD10R, in LL_I2C_HandleTransfer()
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_i2c.h268 #define LL_I2C_MODE_AUTOEND I2C_CR2_AUTOEND
1947 SET_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_EnableAutoEndMode()
1959 CLEAR_BIT(I2Cx->CR2, I2C_CR2_AUTOEND); in LL_I2C_DisableAutoEndMode()
1970 return ((READ_BIT(I2Cx->CR2, I2C_CR2_AUTOEND) == (I2C_CR2_AUTOEND)) ? 1UL : 0UL); in LL_I2C_IsEnabledAutoEndMode()
2204 …I2C_CR2_START | I2C_CR2_STOP | I2C_CR2_RELOAD | I2C_CR2_NBYTES | I2C_CR2_AUTOEND | I2C_CR2_HEAD10R, in LL_I2C_HandleTransfer()
Dstm32u5xx_hal_smbus.h301 #define SMBUS_AUTOEND_MODE I2C_CR2_AUTOEND
617 … (I2C_CR2_START) | (I2C_CR2_AUTOEND)) & \
625 …e SMBUS_GET_STOP_MODE(__HANDLE__) ((__HANDLE__)->Instance->CR2 & I2C_CR2_AUTOEND)

12345678910