Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_i2c.h260 #define IS_I2C_SCL_HIGH(HIGH) (HIGH <= 0xFFFF) macro
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_i2c.h335 #define IS_I2C_SCL_HIGH(HIGH) (HIGH <= 0xFFFF) macro
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_i2c.c494 Assert_Param(IS_I2C_SCL_HIGH(I2C_HighPeriod)); in I2C_SetSCLHighPeriod()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_i2c.c578 Assert_Param(IS_I2C_SCL_HIGH(I2C_HighPeriod)); in I2C_SetSCLHighPeriod()

Completed in 13 milliseconds