Home
last modified time | relevance | path

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

/bsp/acm32/acm32f0x0-nucleo/drivers/
A Ddrv_i2c.c143 i2c_objs[i].handle.Init.Clock_Speed = i2c_config[i].clock_speed ; in rt_hw_i2c_init()
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_I2C.h155 uint32_t Clock_Speed; /* This parameter can be a value of @ref CLOCK_SPEED */ member
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_I2C.h155 uint32_t Clock_Speed; /* This parameter can be a value of @ref CLOCK_SPEED */ member
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_I2C.c224 if (!IS_I2C_CLOCK_SPEED(hi2c->Init.Clock_Speed)) return HAL_ERROR; in HAL_I2C_Init()
243 I2C_Set_Clock_Speed(hi2c, hi2c->Init.Clock_Speed); in HAL_I2C_Init()
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_I2C.c223 if (!IS_I2C_CLOCK_SPEED(hi2c->Init.Clock_Speed)) return HAL_ERROR; in HAL_I2C_Init()
242 I2C_Set_Clock_Speed(hi2c, hi2c->Init.Clock_Speed); in HAL_I2C_Init()

Completed in 14 milliseconds