Searched refs:SpiRead (Results 1 – 5 of 5) sorted by relevance
/drivers/hdf_core/framework/include/platform/ |
D | spi_if.h | 214 int32_t SpiRead(DevHandle handle, uint8_t *buf, uint32_t len);
|
/drivers/hdf_core/framework/support/platform/src/spi/ |
D | spi_if.c | 51 int32_t SpiRead(DevHandle handle, uint8_t *buf, uint32_t len) in SpiRead() function
|
D | spi_if_u.c | 200 int32_t SpiRead(DevHandle handle, uint8_t *buf, uint32_t len) in SpiRead() function
|
/drivers/hdf_core/framework/model/sensor/driver/common/src/ |
D | sensor_platform_if.c | 66 if (SpiRead(busCfg->spiCfg.handle, data, dataLen) != HDF_SUCCESS) { in ReadSensor()
|
/drivers/hdf_core/framework/test/unittest/platform/common/ |
D | spi_test.c | 226 ret = SpiRead(tester->handle, msg->rbuf, msg->len); in SpiDoTransferTest() 445 (void)SpiRead(tester->handle, tester->config.rbuf, tester->config.len); in SpiReliabilityTest() 446 (void)SpiRead(tester->handle, NULL, -1); in SpiReliabilityTest()
|