Home
last modified time | relevance | path

Searched refs:I2C_Acknowledge (Results 1 – 5 of 5) sorted by relevance

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_i2c.c132 Assert_Param(IS_I2C_ACKNOWLEDGE(I2C_InitStruct->I2C_Acknowledge)); in I2C_Init()
137 …->CR = (I2Cx->CR & 0xFFFFFFFA) | I2C_InitStruct->I2C_GeneralCall | I2C_InitStruct->I2C_Acknowledge; in I2C_Init()
140 I2C_InitStruct->I2C_AddressingMode | I2C_InitStruct->I2C_Acknowledge; in I2C_Init()
198 I2C_InitStruct->I2C_Acknowledge = I2C_ACK_DISABLE; in I2C_StructInit()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_i2c.c117 Assert_Param(IS_I2C_ACKNOWLEDGE(I2C_InitStruct->I2C_Acknowledge)); in I2C_Init()
122 I2C_InitStruct->I2C_AddressingMode | I2C_InitStruct->I2C_Acknowledge; in I2C_Init()
169 I2C_InitStruct->I2C_Acknowledge = I2C_ACK_DISABLE; in I2C_StructInit()
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_i2c.c87 I2C_InitStructure.I2C_Acknowledge = DISABLE; in ht32_i2c_init()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_i2c.h59 u8 I2C_Acknowledge; member
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_i2c.h63 u8 I2C_Acknowledge; member

Completed in 15 milliseconds