Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_i2c.h272 #define IS_I2C_PRESCALER(PRESCALER) ((PRESCALER == I2C_PRESCALER_1) || \ macro
277 #define IS_I2C_PRESCALER(PRESCALER) ((PRESCALER == I2C_PRESCALER_1) || \ macro
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_i2c.h221 #define IS_I2C_PRESCALER(PRESCALER) ((PRESCALER == I2C_PRESCALER_1) || \ macro
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_i2c.c619 Assert_Param(IS_I2C_PRESCALER(I2C_Prescaler)); in I2C_SetTimeOutPrescaler()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_i2c.c705 Assert_Param(IS_I2C_PRESCALER(I2C_Prescaler)); in I2C_SetTimeOutPrescaler()

Completed in 9 milliseconds