Searched refs:pWrBuff (Results 1 – 4 of 4) sorted by relevance
| /bsp/nv32f100x/lib/src/ |
| A D | spi.c | 230 ResultType SPI_TransferWait(SPI_Type *pSPI, SPI_WidthType* pRdBuff, SPI_WidthType *pWrBuff,uint32 u… in SPI_TransferWait() argument 242 SPI_WriteDataReg(pSPI,pWrBuff[i]); in SPI_TransferWait()
|
| A D | i2c.c | 505 uint8_t I2C_MasterSendWait(I2C_Type *pI2Cx,uint16_t u16SlaveAddress,uint8_t *pWrBuff,uint32_t u32Le… in I2C_MasterSendWait() argument 523 u8ErrorStatus = I2C_WriteOneByte(pI2Cx,pWrBuff[i]); in I2C_MasterSendWait()
|
| /bsp/nv32f100x/lib/inc/ |
| A D | i2c.h | 512 uint8_t I2C_MasterSendWait(I2C_Type *pI2Cx,uint16_t u16SlaveAddress,uint8_t *pWrBuff,uint32_t u32Le…
|
| A D | spi.h | 627 ResultType SPI_TransferWait(SPI_Type *pSPI, SPI_WidthType* pRdBuff, SPI_WidthType *pWrBuff,uint32 u…
|
Completed in 14 milliseconds