Home
last modified time | relevance | path

Searched refs:GetCfg (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/src/i2s/
H A Di2s_core.c209 if (cntlr->method == NULL || cntlr->method->GetCfg == NULL) { in I2sCntlrGetCfg()
215 ret = cntlr->method->GetCfg(cntlr, cfg); in I2sCntlrGetCfg()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-spi-develop.md79 int32_t (*GetCfg)(struct SpiCntlr *cntlr, struct SpiCfg *cfg);
93 | GetCfg | cntlr:结构体指针,核心层SPI控制器。<br/>cfg:结构体指针,Spi属性。 | HDF_STATUS相关状态 | 获取控制器属性 |
315 .GetCfg = Pl022GetCfg,
/ohos5.0/drivers/hdf_core/framework/support/platform/include/spi/
H A Dspi_core.h22 int32_t (*GetCfg)(struct SpiCntlr *cntlr, struct SpiCfg *cfg); member
/ohos5.0/drivers/hdf_core/framework/support/platform/include/i2s/
H A Di2s_core.h22 int32_t (*GetCfg)(struct I2sCntlr *cntlr, struct I2sCfg *cfg); member
/ohos5.0/drivers/hdf_core/framework/support/platform/src/spi/
H A Dspi_core.c117 if (cntlr->method == NULL || cntlr->method->GetCfg == NULL) { in SpiCntlrGetCfg()
124 ret = cntlr->method->GetCfg(cntlr, cfg); in SpiCntlrGetCfg()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-spi-develop.md19 int32_t (*GetCfg)(struct SpiCntlr *cntlr, struct SpiCfg *cfg);
33 | GetCfg | **cntlr**: structure pointer to the SPI controller at the core layer.<br>**cfg**: struct…
233 .GetCfg = Pl022GetCfg,
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dspi_virtual.c320 .GetCfg = VirtualSpiGetCfg,
/ohos5.0/drivers/hdf_core/adapter/platform/spi/
H A Dspi_wm.c302 .GetCfg = SpiDevGetCfg,
H A Dspi_stm32f4xx.c539 .GetCfg = SpiDevGetCfg,
H A Dspi_bes.c600 .GetCfg = SpiDevGetCfg,
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/spi/
H A Dspi_adapter.c382 .GetCfg = SpiAdapterGetCfg,