Home
last modified time | relevance | path

Searched refs:SpiSetCfg (Results 1 – 8 of 8) sorted by relevance

/drivers/hdf_core/framework/include/platform/
Dspi_if.h239 int32_t SpiSetCfg(DevHandle handle, struct SpiCfg *cfg);
/drivers/hdf_core/framework/test/unittest/platform/common/
Dspi_test.c203 ret = SpiSetCfg(tester->handle, cfg); in SpiDoTransferTest()
297 ret = SpiSetCfg(tester->handle, &g_spiCfg); in SpiMultiTransferTest()
439 (void)SpiSetCfg(tester->handle, &cfg); in SpiReliabilityTest()
440 (void)SpiSetCfg(tester->handle, NULL); in SpiReliabilityTest()
/drivers/hdf_core/framework/support/platform/test/fuzztest/spi_fuzzer/
Dspi_fuzzer.cpp52 SpiSetCfg(handle, cfg); in SpiFuzzDoTest()
/drivers/hdf_core/framework/support/platform/src/spi/
Dspi_if.c71 int32_t SpiSetCfg(DevHandle handle, struct SpiCfg *cfg) in SpiSetCfg() function
Dspi_if_u.c220 int32_t SpiSetCfg(DevHandle handle, struct SpiCfg *cfg) in SpiSetCfg() function
/drivers/hdf_core/framework/model/display/driver/panel/
Dssp_st7789.c110 ret = SpiSetCfg(spiHandle, &cfg); in GetSpiHandle()
/drivers/peripheral/sensor/chipset/ppg/
Dppg_cs1262_spi.c73 ret = SpiSetCfg(busCfg->spiCfg.handle, &busCfg->spiCfg.spi); in Cs1262InitSpi()
/drivers/hdf_core/framework/model/sensor/driver/common/src/
Dsensor_config_parser.c221 ret = SpiSetCfg(busCfg->spiCfg.handle, &busCfg->spiCfg.spi); in GetSensorSpiHandle()