Home
last modified time | relevance | path

Searched refs:TimeoutAMode (Results 1 – 2 of 2) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_fmpi2c.h1045 …oid LL_FMPI2C_ConfigSMBusTimeout(FMPI2C_TypeDef *FMPI2Cx, uint32_t TimeoutA, uint32_t TimeoutAMode, in LL_FMPI2C_ConfigSMBusTimeout() argument
1049 TimeoutA | TimeoutAMode | (TimeoutB << FMPI2C_TIMEOUTR_TIMEOUTB_Pos)); in LL_FMPI2C_ConfigSMBusTimeout()
1092 __STATIC_INLINE void LL_FMPI2C_SetSMBusTimeoutAMode(FMPI2C_TypeDef *FMPI2Cx, uint32_t TimeoutAMode) in LL_FMPI2C_SetSMBusTimeoutAMode() argument
1094 WRITE_REG(FMPI2Cx->TIMEOUTR, TimeoutAMode); in LL_FMPI2C_SetSMBusTimeoutAMode()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_i2c.h1083 …_INLINE void LL_I2C_ConfigSMBusTimeout(I2C_TypeDef *I2Cx, uint32_t TimeoutA, uint32_t TimeoutAMode, in LL_I2C_ConfigSMBusTimeout() argument
1087 TimeoutA | TimeoutAMode | (TimeoutB << I2C_TIMEOUTR_TIMEOUTB_Pos)); in LL_I2C_ConfigSMBusTimeout()
1130 __STATIC_INLINE void LL_I2C_SetSMBusTimeoutAMode(I2C_TypeDef *I2Cx, uint32_t TimeoutAMode) in LL_I2C_SetSMBusTimeoutAMode() argument
1132 WRITE_REG(I2Cx->TIMEOUTR, TimeoutAMode); in LL_I2C_SetSMBusTimeoutAMode()