Home
last modified time | relevance | path

Searched refs:SpiRead (Results 1 – 5 of 5) sorted by relevance

/drivers/hdf_core/framework/include/platform/
Dspi_if.h214 int32_t SpiRead(DevHandle handle, uint8_t *buf, uint32_t len);
/drivers/hdf_core/framework/support/platform/src/spi/
Dspi_if.c51 int32_t SpiRead(DevHandle handle, uint8_t *buf, uint32_t len) in SpiRead() function
Dspi_if_u.c200 int32_t SpiRead(DevHandle handle, uint8_t *buf, uint32_t len) in SpiRead() function
/drivers/hdf_core/framework/model/sensor/driver/common/src/
Dsensor_platform_if.c66 if (SpiRead(busCfg->spiCfg.handle, data, dataLen) != HDF_SUCCESS) { in ReadSensor()
/drivers/hdf_core/framework/test/unittest/platform/common/
Dspi_test.c226 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()