Home
last modified time | relevance | path

Searched refs:SpiGetCfg (Results 1 – 4 of 4) sorted by relevance

/drivers/hdf_core/framework/include/platform/
Dspi_if.h251 int32_t SpiGetCfg(DevHandle handle, struct SpiCfg *cfg);
/drivers/hdf_core/framework/support/platform/src/spi/
Dspi_if.c83 int32_t SpiGetCfg(DevHandle handle, struct SpiCfg *cfg) in SpiGetCfg() function
Dspi_if_u.c267 int32_t SpiGetCfg(DevHandle handle, struct SpiCfg *cfg) in SpiGetCfg() function
/drivers/hdf_core/framework/test/unittest/platform/common/
Dspi_test.c499 ret = SpiGetCfg(tester->handle, &cfg); in SpiIfPerformanceTest()