Home
last modified time | relevance | path

Searched refs:ClockTimeout (Results 1 – 20 of 20) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_i2c.h1231 __STATIC_INLINE void LL_I2C_EnableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_EnableSMBusTimeout() argument
1233 SET_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_EnableSMBusTimeout()
1249 __STATIC_INLINE void LL_I2C_DisableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_DisableSMBusTimeout() argument
1251 CLEAR_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_DisableSMBusTimeout()
1267 …STATIC_INLINE uint32_t LL_I2C_IsEnabledSMBusTimeout(const I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_IsEnabledSMBusTimeout() argument
1270 (ClockTimeout)) ? 1UL : 0UL); in LL_I2C_IsEnabledSMBusTimeout()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_i2c.h1231 __STATIC_INLINE void LL_I2C_EnableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_EnableSMBusTimeout() argument
1233 SET_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_EnableSMBusTimeout()
1249 __STATIC_INLINE void LL_I2C_DisableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_DisableSMBusTimeout() argument
1251 CLEAR_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_DisableSMBusTimeout()
1267 __STATIC_INLINE uint32_t LL_I2C_IsEnabledSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_IsEnabledSMBusTimeout() argument
1270 (ClockTimeout)) ? 1UL : 0UL); in LL_I2C_IsEnabledSMBusTimeout()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_i2c.h1332 __STATIC_INLINE void LL_I2C_EnableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_EnableSMBusTimeout() argument
1334 SET_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_EnableSMBusTimeout()
1350 __STATIC_INLINE void LL_I2C_DisableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_DisableSMBusTimeout() argument
1352 CLEAR_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_DisableSMBusTimeout()
1368 …STATIC_INLINE uint32_t LL_I2C_IsEnabledSMBusTimeout(const I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_IsEnabledSMBusTimeout() argument
1371 (ClockTimeout)) ? 1UL : 0UL); in LL_I2C_IsEnabledSMBusTimeout()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_i2c.h1231 __STATIC_INLINE void LL_I2C_EnableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_EnableSMBusTimeout() argument
1233 SET_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_EnableSMBusTimeout()
1249 __STATIC_INLINE void LL_I2C_DisableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_DisableSMBusTimeout() argument
1251 CLEAR_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_DisableSMBusTimeout()
1267 __STATIC_INLINE uint32_t LL_I2C_IsEnabledSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_IsEnabledSMBusTimeout() argument
1270 (ClockTimeout)) ? 1UL : 0UL); in LL_I2C_IsEnabledSMBusTimeout()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_i2c.h1231 __STATIC_INLINE void LL_I2C_EnableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_EnableSMBusTimeout() argument
1233 SET_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_EnableSMBusTimeout()
1249 __STATIC_INLINE void LL_I2C_DisableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_DisableSMBusTimeout() argument
1251 CLEAR_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_DisableSMBusTimeout()
1267 …STATIC_INLINE uint32_t LL_I2C_IsEnabledSMBusTimeout(const I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_IsEnabledSMBusTimeout() argument
1270 (ClockTimeout)) ? 1UL : 0UL); in LL_I2C_IsEnabledSMBusTimeout()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_i2c.h1233 __STATIC_INLINE void LL_I2C_EnableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_EnableSMBusTimeout() argument
1235 SET_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_EnableSMBusTimeout()
1251 __STATIC_INLINE void LL_I2C_DisableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_DisableSMBusTimeout() argument
1253 CLEAR_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_DisableSMBusTimeout()
1269 …STATIC_INLINE uint32_t LL_I2C_IsEnabledSMBusTimeout(const I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_IsEnabledSMBusTimeout() argument
1272 (ClockTimeout)) ? 1UL : 0UL); in LL_I2C_IsEnabledSMBusTimeout()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_i2c.h1233 __STATIC_INLINE void LL_I2C_EnableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_EnableSMBusTimeout() argument
1235 SET_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_EnableSMBusTimeout()
1251 __STATIC_INLINE void LL_I2C_DisableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_DisableSMBusTimeout() argument
1253 CLEAR_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_DisableSMBusTimeout()
1269 …STATIC_INLINE uint32_t LL_I2C_IsEnabledSMBusTimeout(const I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_IsEnabledSMBusTimeout() argument
1272 (ClockTimeout)) ? 1UL : 0UL); in LL_I2C_IsEnabledSMBusTimeout()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_i2c.h1191 __STATIC_INLINE void LL_I2C_EnableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_EnableSMBusTimeout() argument
1193 SET_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_EnableSMBusTimeout()
1209 __STATIC_INLINE void LL_I2C_DisableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_DisableSMBusTimeout() argument
1211 CLEAR_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_DisableSMBusTimeout()
1227 …STATIC_INLINE uint32_t LL_I2C_IsEnabledSMBusTimeout(const I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_IsEnabledSMBusTimeout() argument
1230 (ClockTimeout)) ? 1UL : 0UL); in LL_I2C_IsEnabledSMBusTimeout()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_i2c.h1231 __STATIC_INLINE void LL_I2C_EnableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_EnableSMBusTimeout() argument
1233 SET_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_EnableSMBusTimeout()
1249 __STATIC_INLINE void LL_I2C_DisableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_DisableSMBusTimeout() argument
1251 CLEAR_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_DisableSMBusTimeout()
1267 …STATIC_INLINE uint32_t LL_I2C_IsEnabledSMBusTimeout(const I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_IsEnabledSMBusTimeout() argument
1270 (ClockTimeout)) ? 1UL : 0UL); in LL_I2C_IsEnabledSMBusTimeout()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_i2c.h1191 __STATIC_INLINE void LL_I2C_EnableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_EnableSMBusTimeout() argument
1193 SET_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_EnableSMBusTimeout()
1209 __STATIC_INLINE void LL_I2C_DisableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_DisableSMBusTimeout() argument
1211 CLEAR_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_DisableSMBusTimeout()
1227 …STATIC_INLINE uint32_t LL_I2C_IsEnabledSMBusTimeout(const I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_IsEnabledSMBusTimeout() argument
1230 (ClockTimeout)) ? 1UL : 0UL); in LL_I2C_IsEnabledSMBusTimeout()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_i2c.h1324 __STATIC_INLINE void LL_I2C_EnableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_EnableSMBusTimeout() argument
1326 SET_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_EnableSMBusTimeout()
1342 __STATIC_INLINE void LL_I2C_DisableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_DisableSMBusTimeout() argument
1344 CLEAR_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_DisableSMBusTimeout()
1360 …STATIC_INLINE uint32_t LL_I2C_IsEnabledSMBusTimeout(const I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_IsEnabledSMBusTimeout() argument
1363 (ClockTimeout)) ? 1UL : 0UL); in LL_I2C_IsEnabledSMBusTimeout()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_i2c.h1231 __STATIC_INLINE void LL_I2C_EnableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_EnableSMBusTimeout() argument
1233 SET_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_EnableSMBusTimeout()
1249 __STATIC_INLINE void LL_I2C_DisableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_DisableSMBusTimeout() argument
1251 CLEAR_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_DisableSMBusTimeout()
1267 …STATIC_INLINE uint32_t LL_I2C_IsEnabledSMBusTimeout(const I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_IsEnabledSMBusTimeout() argument
1270 (ClockTimeout)) ? 1UL : 0UL); in LL_I2C_IsEnabledSMBusTimeout()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_i2c.h1231 __STATIC_INLINE void LL_I2C_EnableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_EnableSMBusTimeout() argument
1233 SET_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_EnableSMBusTimeout()
1249 __STATIC_INLINE void LL_I2C_DisableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_DisableSMBusTimeout() argument
1251 CLEAR_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_DisableSMBusTimeout()
1267 …STATIC_INLINE uint32_t LL_I2C_IsEnabledSMBusTimeout(const I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_IsEnabledSMBusTimeout() argument
1270 (ClockTimeout)) ? 1UL : 0UL); in LL_I2C_IsEnabledSMBusTimeout()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_i2c.h1231 __STATIC_INLINE void LL_I2C_EnableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_EnableSMBusTimeout() argument
1233 SET_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_EnableSMBusTimeout()
1249 __STATIC_INLINE void LL_I2C_DisableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_DisableSMBusTimeout() argument
1251 CLEAR_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_DisableSMBusTimeout()
1267 …STATIC_INLINE uint32_t LL_I2C_IsEnabledSMBusTimeout(const I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_IsEnabledSMBusTimeout() argument
1270 (ClockTimeout)) ? 1UL : 0UL); in LL_I2C_IsEnabledSMBusTimeout()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_i2c.h1231 __STATIC_INLINE void LL_I2C_EnableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_EnableSMBusTimeout() argument
1233 SET_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_EnableSMBusTimeout()
1249 __STATIC_INLINE void LL_I2C_DisableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_DisableSMBusTimeout() argument
1251 CLEAR_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_DisableSMBusTimeout()
1267 …STATIC_INLINE uint32_t LL_I2C_IsEnabledSMBusTimeout(const I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_IsEnabledSMBusTimeout() argument
1270 (ClockTimeout)) ? 1UL : 0UL); in LL_I2C_IsEnabledSMBusTimeout()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_i2c.h1332 __STATIC_INLINE void LL_I2C_EnableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_EnableSMBusTimeout() argument
1334 SET_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_EnableSMBusTimeout()
1350 __STATIC_INLINE void LL_I2C_DisableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_DisableSMBusTimeout() argument
1352 CLEAR_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_DisableSMBusTimeout()
1368 …STATIC_INLINE uint32_t LL_I2C_IsEnabledSMBusTimeout(const I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_IsEnabledSMBusTimeout() argument
1371 (ClockTimeout)) ? 1UL : 0UL); in LL_I2C_IsEnabledSMBusTimeout()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_fmpi2c.h1192 __STATIC_INLINE void LL_FMPI2C_EnableSMBusTimeout(FMPI2C_TypeDef *FMPI2Cx, uint32_t ClockTimeout) in LL_FMPI2C_EnableSMBusTimeout() argument
1194 SET_BIT(FMPI2Cx->TIMEOUTR, ClockTimeout); in LL_FMPI2C_EnableSMBusTimeout()
1210 __STATIC_INLINE void LL_FMPI2C_DisableSMBusTimeout(FMPI2C_TypeDef *FMPI2Cx, uint32_t ClockTimeout) in LL_FMPI2C_DisableSMBusTimeout() argument
1212 CLEAR_BIT(FMPI2Cx->TIMEOUTR, ClockTimeout); in LL_FMPI2C_DisableSMBusTimeout()
1228 …LINE uint32_t LL_FMPI2C_IsEnabledSMBusTimeout(const FMPI2C_TypeDef *FMPI2Cx, uint32_t ClockTimeout) in LL_FMPI2C_IsEnabledSMBusTimeout() argument
1231 (ClockTimeout)) ? 1UL : 0UL); in LL_FMPI2C_IsEnabledSMBusTimeout()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_i2c.h1231 __STATIC_INLINE void LL_I2C_EnableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_EnableSMBusTimeout() argument
1233 SET_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_EnableSMBusTimeout()
1249 __STATIC_INLINE void LL_I2C_DisableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_DisableSMBusTimeout() argument
1251 CLEAR_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_DisableSMBusTimeout()
1267 …STATIC_INLINE uint32_t LL_I2C_IsEnabledSMBusTimeout(const I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_IsEnabledSMBusTimeout() argument
1270 (ClockTimeout)) ? 1UL : 0UL); in LL_I2C_IsEnabledSMBusTimeout()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_i2c.h1403 __STATIC_INLINE void LL_I2C_EnableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_EnableSMBusTimeout() argument
1405 SET_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_EnableSMBusTimeout()
1421 __STATIC_INLINE void LL_I2C_DisableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_DisableSMBusTimeout() argument
1423 CLEAR_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_DisableSMBusTimeout()
1439 …STATIC_INLINE uint32_t LL_I2C_IsEnabledSMBusTimeout(const I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_IsEnabledSMBusTimeout() argument
1442 (ClockTimeout)) ? 1UL : 0UL); in LL_I2C_IsEnabledSMBusTimeout()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_i2c.h1415 __STATIC_INLINE void LL_I2C_EnableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_EnableSMBusTimeout() argument
1417 SET_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_EnableSMBusTimeout()
1433 __STATIC_INLINE void LL_I2C_DisableSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_DisableSMBusTimeout() argument
1435 CLEAR_BIT(I2Cx->TIMEOUTR, ClockTimeout); in LL_I2C_DisableSMBusTimeout()
1451 …STATIC_INLINE uint32_t LL_I2C_IsEnabledSMBusTimeout(const I2C_TypeDef *I2Cx, uint32_t ClockTimeout) in LL_I2C_IsEnabledSMBusTimeout() argument
1454 (ClockTimeout)) ? 1UL : 0UL); in LL_I2C_IsEnabledSMBusTimeout()