Searched refs:SetCfg (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/support/platform/src/i2s/ |
H A D | i2s_core.c | 189 if (cntlr->method == NULL || cntlr->method->SetCfg == NULL) { in I2sCntlrSetCfg() 195 ret = cntlr->method->SetCfg(cntlr, cfg); in I2sCntlrSetCfg()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-platform-spi-develop.md | 80 int32_t (*SetCfg)(struct SpiCntlr *cntlr, struct SpiCfg *cfg); 92 | SetCfg | cntlr:结构体指针,核心层SPI控制器。<br/>cfg:结构体指针,Spi属性。 | HDF_STATUS相关状态 | 设置控制器属性 | 314 .SetCfg = Pl022SetCfg,
|
/ohos5.0/drivers/hdf_core/framework/support/platform/include/spi/ |
H A D | spi_core.h | 23 int32_t (*SetCfg)(struct SpiCntlr *cntlr, struct SpiCfg *cfg); member
|
/ohos5.0/drivers/hdf_core/framework/support/platform/include/i2s/ |
H A D | i2s_core.h | 23 int32_t (*SetCfg)(struct I2sCntlr *cntlr, struct I2sCfg *cfg); member
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/spi/ |
H A D | spi_core.c | 87 if (cntlr->method == NULL || cntlr->method->SetCfg == NULL) { in SpiCntlrSetCfg() 94 ret = cntlr->method->SetCfg(cntlr, cfg); in SpiCntlrSetCfg()
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-spi-develop.md | 20 int32_t (*SetCfg)(struct SpiCntlr *cntlr, struct SpiCfg *cfg); 32 | SetCfg | **cntlr**: structure pointer to the SPI controller at the core layer.<br>**cfg**: struct… 232 .SetCfg = Pl022SetCfg,
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/ |
H A D | spi_virtual.c | 319 .SetCfg = VirtualSpiSetCfg,
|
/ohos5.0/drivers/hdf_core/adapter/platform/spi/ |
H A D | spi_wm.c | 303 .SetCfg = SpiDevSetCfg,
|
H A D | spi_stm32f4xx.c | 540 .SetCfg = SpiDevSetCfg,
|
H A D | spi_bes.c | 601 .SetCfg = SpiDevSetCfg,
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/spi/ |
H A D | spi_adapter.c | 381 .SetCfg = SpiAdapterSetCfg,
|