Home
last modified time | relevance | path

Searched refs:I2C_WriteOneByte (Results 1 – 2 of 2) sorted by relevance

/bsp/nv32f100x/lib/src/
A Di2c.c387 uint8_t I2C_WriteOneByte(I2C_Type *pI2Cx, uint8_t u8WrBuff) in I2C_WriteOneByte() function
514 u8ErrorStatus = I2C_WriteOneByte(pI2Cx,((uint8_t)u16SlaveAddress<<1) | I2C_WRITE); in I2C_MasterSendWait()
523 u8ErrorStatus = I2C_WriteOneByte(pI2Cx,pWrBuff[i]); in I2C_MasterSendWait()
560 u8ErrorStatus = I2C_WriteOneByte(pI2Cx,((uint8_t)u16SlaveAddress<<1) | I2C_READ); in I2C_MasterReadWait()
/bsp/nv32f100x/lib/inc/
A Di2c.h510 uint8_t I2C_WriteOneByte(I2C_Type *pI2Cx, uint8_t u8WrBuff);

Completed in 4 milliseconds