Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_i2c.c230 void I2C_IntConfig(HT_I2C_TypeDef* I2Cx, u32 I2C_Int, ControlStatus NewState) in I2C_IntConfig() argument
234 Assert_Param(IS_I2C_INT(I2C_Int)); in I2C_IntConfig()
239 I2Cx->IER |= I2C_Int; in I2C_IntConfig()
243 I2Cx->IER &= (u32)~I2C_Int; in I2C_IntConfig()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_i2c.c259 void I2C_IntConfig(HT_I2C_TypeDef* I2Cx, u32 I2C_Int, ControlStatus NewState) in I2C_IntConfig() argument
263 Assert_Param(IS_I2C_INT(I2C_Int)); in I2C_IntConfig()
268 I2Cx->IER |= I2C_Int; in I2C_IntConfig()
272 I2Cx->IER &= (u32)~I2C_Int; in I2C_IntConfig()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_i2c.h286 void I2C_IntConfig(HT_I2C_TypeDef* I2Cx, u32 I2C_Int, ControlStatus NewState);
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_i2c.h365 void I2C_IntConfig(HT_I2C_TypeDef* I2Cx, u32 I2C_Int, ControlStatus NewState);

Completed in 10 milliseconds