Home
last modified time | relevance | path

Searched refs:I2C_Speed (Results 1 – 15 of 15) sorted by relevance

/bsp/tkm32F499/Libraries/Hal_lib/src/
A DHAL_i2c.c187 I2C_InitStruct->I2C_Speed = I2C_Speed_STANDARD; in I2C_Init()
194 I2C_InitStruct->I2C_Speed = I2C_Speed_FAST; in I2C_Init()
199 … IC_SLAVE_DISABLE | IC_RESTART_EN |IC_7BITADDR_MASTER | I2C_InitStruct->I2C_Speed | I2C_InitStruct… in I2C_Init()
232 I2C_InitStruct->I2C_Speed = I2C_Speed_STANDARD; in I2C_StructInit()
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_i2c.c119 Assert_Param(IS_I2C_SPEED(I2C_InitStruct->I2C_Speed)); in I2C_Init()
150 SHPGR = (PCLK_Freq * 9)/(I2C_InitStruct->I2C_Speed * 20) - sTmp - I2C_InitStruct->I2C_SpeedOffset; in I2C_Init()
151 …SLPGR = (PCLK_Freq * 11)/(I2C_InitStruct->I2C_Speed * 20) - sTmp - I2C_InitStruct->I2C_SpeedOffset; in I2C_Init()
171 I2C_InitStruct->I2C_Speed = 1000000; in I2C_StructInit()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_i2c.c134 Assert_Param(IS_I2C_SPEED(I2C_InitStruct->I2C_Speed)); in I2C_Init()
179 SHPGR = (PCLK_Freq * 9)/(I2C_InitStruct->I2C_Speed * 20) - sTmp - I2C_InitStruct->I2C_SpeedOffset; in I2C_Init()
180 …SLPGR = (PCLK_Freq * 11)/(I2C_InitStruct->I2C_Speed * 20) - sTmp - I2C_InitStruct->I2C_SpeedOffset; in I2C_Init()
200 I2C_InitStruct->I2C_Speed = 1000000; in I2C_StructInit()
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_i2c.c103 ((init_struct->I2C_Speed == I2C_CR_FAST) ? I2C_CR_FAST : I2C_CR_STD) | \ in I2C_Init()
121 init_struct->I2C_Speed = I2C_CR_STD; in I2C_StructInit()
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/
A DHAL_i2c.c211 … IC_SLAVE_DISABLE | IC_RESTART_EN |IC_7BITADDR_MASTER | I2C_InitStruct->I2C_Speed | I2C_InitStruct… in I2C_Init()
244 I2C_InitStruct->I2C_Speed = I2C_Speed_STANDARD; in I2C_StructInit()
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_i2c.c199 … IC_SLAVE_DISABLE | IC_RESTART_EN |IC_7BITADDR_MASTER | I2C_InitStruct->I2C_Speed | I2C_InitStruct… in I2C_Init()
232 I2C_InitStruct->I2C_Speed = I2C_Speed_STANDARD; in I2C_StructInit()
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/
A DHAL_i2c.c211 …IC_SLAVE_DISABLE | IC_RESTART_EN | IC_7BITADDR_MASTER | I2C_InitStruct->I2C_Speed | I2C_InitStruct… in I2C_Init()
244 I2C_InitStruct->I2C_Speed = I2C_Speed_STANDARD; in I2C_StructInit()
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_i2c.h58 u16 I2C_Speed; member
/bsp/ht32/libraries/ht32_drivers/
A Ddrv_i2c.c89 I2C_InitStructure.I2C_Speed = 400000; in ht32_i2c_init()
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_i2c.h58 uint16_t I2C_Speed; member
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_i2c.h58 uint16_t I2C_Speed; member
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_i2c.h58 uint16_t I2C_Speed; member
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_i2c.h58 uint16_t I2C_Speed; member
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_i2c.h62 u32 I2C_Speed; member
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_i2c.h66 u32 I2C_Speed; member

Completed in 35 milliseconds