Home
last modified time | relevance | path

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

/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_I2C.h31 #define I2C_CR_START BIT4 macro
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_I2C.h31 #define I2C_CR_START BIT4 macro
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_I2C.c1025 SET_BIT(hi2c->Instance->CR, I2C_CR_START); in I2C_Master_Request_Write()
1066 SET_BIT(hi2c->Instance->CR, I2C_CR_START); in I2C_Master_Request_Read()
1111 SET_BIT(hi2c->Instance->CR, I2C_CR_START); in I2C_Check_Device_Ready()
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_I2C.c1021 SET_BIT(hi2c->Instance->CR, I2C_CR_START); in I2C_Master_Request_Write()
1062 SET_BIT(hi2c->Instance->CR, I2C_CR_START); in I2C_Master_Request_Read()
1107 SET_BIT(hi2c->Instance->CR, I2C_CR_START); in I2C_Check_Device_Ready()

Completed in 14 milliseconds