Home
last modified time | relevance | path

Searched refs:I2C_Timeout (Results 1 – 4 of 4) sorted by relevance

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_i2c.c592 void I2C_SetTimeOutValue(HT_I2C_TypeDef* I2Cx, u32 I2C_Timeout) in I2C_SetTimeOutValue() argument
596 Assert_Param(IS_I2C_TIMEOUT(I2C_Timeout)); in I2C_SetTimeOutValue()
598 I2Cx->TOUT = (I2C_Timeout | (I2Cx->TOUT & 0xFFFF0000)); in I2C_SetTimeOutValue()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_i2c.c678 void I2C_SetTimeOutValue(HT_I2C_TypeDef* I2Cx, u32 I2C_Timeout) in I2C_SetTimeOutValue() argument
682 Assert_Param(IS_I2C_TIMEOUT(I2C_Timeout)); in I2C_SetTimeOutValue()
684 I2Cx->TOUT = (I2C_Timeout | (I2Cx->TOUT & 0xFFFF0000)); in I2C_SetTimeOutValue()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_i2c.h302 void I2C_SetTimeOutValue(HT_I2C_TypeDef* I2Cx, u32 I2C_Timeout);
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_i2c.h387 void I2C_SetTimeOutValue(HT_I2C_TypeDef* I2Cx, u32 I2C_Timeout);

Completed in 9 milliseconds