Searched refs:I2C_ReadOneByte (Results 1 – 2 of 2) sorted by relevance
| /bsp/nv32f100x/lib/src/ |
| A D | i2c.c | 441 uint8_t I2C_ReadOneByte(I2C_Type *pI2Cx, uint8_t *pRdBuff, uint8_t u8Ack) in I2C_ReadOneByte() function 566 I2C_ReadOneByte(pI2Cx,&pRdBuff[0],I2C_SEND_ACK); in I2C_MasterReadWait() 572 u8ErrorStatus = I2C_ReadOneByte(pI2Cx,&pRdBuff[i],I2C_SEND_ACK); in I2C_MasterReadWait() 578 u8ErrorStatus = I2C_ReadOneByte(pI2Cx,&pRdBuff[i],I2C_SEND_NACK); in I2C_MasterReadWait()
|
| /bsp/nv32f100x/lib/inc/ |
| A D | i2c.h | 511 uint8_t I2C_ReadOneByte(I2C_Type *pI2Cx, uint8_t *pRdBuff, uint8_t u8Ack);
|
Completed in 15 milliseconds