Searched refs:GetCfg (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/support/platform/src/i2s/ |
H A D | i2s_core.c | 209 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 D | driver-platform-spi-develop.md | 79 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 D | spi_core.h | 22 int32_t (*GetCfg)(struct SpiCntlr *cntlr, struct SpiCfg *cfg); member
|
/ohos5.0/drivers/hdf_core/framework/support/platform/include/i2s/ |
H A D | i2s_core.h | 22 int32_t (*GetCfg)(struct I2sCntlr *cntlr, struct I2sCfg *cfg); member
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/spi/ |
H A D | spi_core.c | 117 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 D | driver-platform-spi-develop.md | 19 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 D | spi_virtual.c | 320 .GetCfg = VirtualSpiGetCfg,
|
/ohos5.0/drivers/hdf_core/adapter/platform/spi/ |
H A D | spi_wm.c | 302 .GetCfg = SpiDevGetCfg,
|
H A D | spi_stm32f4xx.c | 539 .GetCfg = SpiDevGetCfg,
|
H A D | spi_bes.c | 600 .GetCfg = SpiDevGetCfg,
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/spi/ |
H A D | spi_adapter.c | 382 .GetCfg = SpiAdapterGetCfg,
|