Searched refs:SpiSetCfg (Results 1 – 8 of 8) sorted by relevance
/drivers/hdf_core/framework/include/platform/ |
D | spi_if.h | 239 int32_t SpiSetCfg(DevHandle handle, struct SpiCfg *cfg);
|
/drivers/hdf_core/framework/test/unittest/platform/common/ |
D | spi_test.c | 203 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/ |
D | spi_fuzzer.cpp | 52 SpiSetCfg(handle, cfg); in SpiFuzzDoTest()
|
/drivers/hdf_core/framework/support/platform/src/spi/ |
D | spi_if.c | 71 int32_t SpiSetCfg(DevHandle handle, struct SpiCfg *cfg) in SpiSetCfg() function
|
D | spi_if_u.c | 220 int32_t SpiSetCfg(DevHandle handle, struct SpiCfg *cfg) in SpiSetCfg() function
|
/drivers/hdf_core/framework/model/display/driver/panel/ |
D | ssp_st7789.c | 110 ret = SpiSetCfg(spiHandle, &cfg); in GetSpiHandle()
|
/drivers/peripheral/sensor/chipset/ppg/ |
D | ppg_cs1262_spi.c | 73 ret = SpiSetCfg(busCfg->spiCfg.handle, &busCfg->spiCfg.spi); in Cs1262InitSpi()
|
/drivers/hdf_core/framework/model/sensor/driver/common/src/ |
D | sensor_config_parser.c | 221 ret = SpiSetCfg(busCfg->spiCfg.handle, &busCfg->spiCfg.spi); in GetSensorSpiHandle()
|