Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_i2c.c130 Assert_Param(IS_I2C_GENERAL_CALL(I2C_InitStruct->I2C_GeneralCall)); in I2C_Init()
137 …I2Cx->CR = (I2Cx->CR & 0xFFFFFFFA) | I2C_InitStruct->I2C_GeneralCall | I2C_InitStruct->I2C_Acknowl… in I2C_Init()
139 I2Cx->CR = (I2Cx->CR & 0xFFFFFF7A) | I2C_InitStruct->I2C_GeneralCall | in I2C_Init()
196 I2C_InitStruct->I2C_GeneralCall = I2C_GENERALCALL_DISABLE; in I2C_StructInit()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_i2c.c115 Assert_Param(IS_I2C_GENERAL_CALL(I2C_InitStruct->I2C_GeneralCall)); in I2C_Init()
121 I2Cx->CR = (I2Cx->CR & 0xFFFFFF7A) | I2C_InitStruct->I2C_GeneralCall | in I2C_Init()
167 I2C_InitStruct->I2C_GeneralCall = I2C_GENERALCALL_DISABLE; in I2C_StructInit()
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_i2c.c85 I2C_InitStructure.I2C_GeneralCall = DISABLE; in ht32_i2c_init()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_i2c.h57 u8 I2C_GeneralCall; member
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_i2c.h61 u8 I2C_GeneralCall; member

Completed in 11 milliseconds