Home
last modified time | relevance | path

Searched refs:I2C_FLAG_STOP (Results 1 – 10 of 10) sorted by relevance

/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/inc/
A Dapm32e10x_i2c.h233 I2C_FLAG_STOP, enumerator
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/inc/
A Dapm32f10x_i2c.h231 I2C_FLAG_STOP, enumerator
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/
A Dapm32f4xx_i2c.h194 I2C_FLAG_STOP, /*!< Stop detection flag (Slave mode) */ enumerator
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/inc/
A Dapm32s10x_i2c.h233 I2C_FLAG_STOP, enumerator
/bsp/hc32/libraries/hc32_drivers/
A Ddrv_i2c.c414 I2C_ClearStatus(i2c_obj->config->Instance, I2C_FLAG_STOP); in I2C_Master_Receive_DMA()
419 …while ((LL_OK != I2C_WaitStatus(i2c_obj->config->Instance, I2C_FLAG_STOP, SET, 1)) && (timeCnt < i… in I2C_Master_Receive_DMA()
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/
A Dapm32f0xx_i2c.h215 I2C_FLAG_STOP = ((uint32_t)0x0020), /*!< Stop detected flag */ enumerator
/bsp/apm32/libraries/APM32E10x_Library/APM32E10x_StdPeriphDriver/src/
A Dapm32e10x_i2c.c864 case I2C_FLAG_STOP: in I2C_ReadStatusFlag()
/bsp/apm32/libraries/APM32F10x_Library/APM32F10x_StdPeriphDriver/src/
A Dapm32f10x_i2c.c864 case I2C_FLAG_STOP: in I2C_ReadStatusFlag()
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_i2c.c896 case I2C_FLAG_STOP: in I2C_ReadStatusFlag()
/bsp/apm32/libraries/APM32S10x_Library/APM32S10x_StdPeriphDriver/src/
A Dapm32s10x_i2c.c866 case I2C_FLAG_STOP: in I2C_ReadStatusFlag()

Completed in 20 milliseconds