Home
last modified time | relevance | path

Searched refs:I2C_Start (Results 1 – 7 of 7) sorted by relevance

/bsp/nv32f100x/lib/src/
A Di2c.c163 uint8_t I2C_Start(I2C_Type *pI2Cx) in I2C_Start() function
511 u8ErrorStatus = I2C_Start(pI2Cx); in I2C_MasterSendWait()
557 u8ErrorStatus = I2C_Start(pI2Cx); in I2C_MasterReadWait()
/bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/
A DSWM320_i2c.h26 uint8_t I2C_Start(I2C_TypeDef * I2Cx, uint8_t addr);
A DSWM320_i2c.c160 uint8_t I2C_Start(I2C_TypeDef * I2Cx, uint8_t addr) in I2C_Start() function
/bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/
A DSWM341_i2c.h37 uint8_t I2C_Start(I2C_TypeDef * I2Cx, uint8_t addr, uint8_t wait);
A DSWM341_i2c.c165 uint8_t I2C_Start(I2C_TypeDef * I2Cx, uint8_t addr, uint8_t wait) in I2C_Start() function
/bsp/nv32f100x/lib/inc/
A Di2c.h478 uint8_t I2C_Start(I2C_Type *pI2Cx);
/bsp/hc32/libraries/hc32_drivers/
A Ddrv_i2c.c153 if (LL_OK != I2C_Start(i2c_obj->config->Instance, i2c_obj->config->timeout)) in hc32_hw_i2c_start()

Completed in 16 milliseconds