Home
last modified time | relevance | path

Searched refs:I2C_Stop (Results 1 – 9 of 9) sorted by relevance

/bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Src/
A Dhal_i2c.c109 void I2C_Stop(I2C_Type * I2Cx) in I2C_Stop() function
198 I2C_Stop(I2Cx); /* Prepare to stop send data. */ in I2C_MasterWriteBlocking()
247 I2C_Stop(I2Cx); /* Prepare to stop I2C. */ in I2C_MasterReadBlocking()
300 I2C_Stop(I2Cx); /* No more transmition, prepare to stop. */ in I2C_MasterXferHandler()
308 I2C_Stop(I2Cx); /* Prepare to stop. */ in I2C_MasterXferHandler()
323 I2C_Stop(I2Cx); /* Prepare to stop. */ in I2C_MasterXferHandler()
/bsp/nv32f100x/lib/src/
A Di2c.c197 uint8_t I2C_Stop(I2C_Type *pI2Cx) in I2C_Stop() function
532 u8ErrorStatus = I2C_Stop(pI2Cx); in I2C_MasterSendWait()
581 u8ErrorStatus = I2C_Stop(pI2Cx); in I2C_MasterReadWait()
/bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/
A DSWM320_i2c.h27 void I2C_Stop(I2C_TypeDef * I2Cx);
A DSWM320_i2c.c177 void I2C_Stop(I2C_TypeDef * I2Cx) in I2C_Stop() function
/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_i2c.h38 void I2C_Stop(I2C_TypeDef * I2Cx, uint8_t wait);
A DSWM341_i2c.c197 void I2C_Stop(I2C_TypeDef * I2Cx, uint8_t wait) in I2C_Stop() function
/bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Inc/
A Dhal_i2c.h168 void I2C_Stop(I2C_Type * I2Cx);
/bsp/nv32f100x/lib/inc/
A Di2c.h479 uint8_t I2C_Stop(I2C_Type *pI2Cx);
/bsp/hc32/libraries/hc32_drivers/
A Ddrv_i2c.c184 if (LL_OK != I2C_Stop(i2c_obj->config->Instance, i2c_obj->config->timeout)) in hc32_hw_i2c_stop()

Completed in 15 milliseconds