Searched refs:SpiCntlrGetCfg (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/support/platform/include/spi/ |
H A D | spi_core.h | 80 int32_t SpiCntlrGetCfg(struct SpiCntlr *cntlr, uint32_t csNum, struct SpiCfg *cfg);
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/spi/ |
H A D | spi_core.c | 108 int32_t SpiCntlrGetCfg(struct SpiCntlr *cntlr, uint32_t csNum, struct SpiCfg *cfg) in SpiCntlrGetCfg() function 308 ret = SpiCntlrGetCfg(cntlr, csNum, &cfg); in SpiIoGetConfig()
|
H A D | spi_if.c | 92 return SpiCntlrGetCfg(client->cntlr, client->csNum, cfg); in SpiGetCfg()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/platform/src/ |
H A D | spi_dev.c | 159 ret = SpiCntlrGetCfg(cntlr, dev->csNum, &cfg); in SpiDevGetCfg() 198 ret = SpiCntlrGetCfg(cntlr, dev->csNum, &cfg); in SpiDevSetCfg()
|