Home
last modified time | relevance | path

Searched refs:SpiCntlrMethod (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-spi-develop.md75 SpiCntlrMethod定义:
78 struct SpiCntlrMethod {
87 **表 1** SpiCntlrMethod结构体成员的钩子函数功能说明
118 - 实例化SpiCntlr成员SpiCntlrMethod
121 > 实例化SpiCntlr成员SpiCntlrMethod,其定义和成员说明见[接口说明](#接口说明)。
259 …完成属性文件配置之后,下一步就是以核心层SpiCntlr对象的初始化为核心,包括驱动适配者自定义结构体(传递参数和数据),实例化SpiCntlr成员SpiCntlrMethod(让用户可以通过接口…
302 struct SpiCntlrMethod *method;
308 - SpiCntlr成员钩子函数结构体SpiCntlrMethod的实例化。
312 struct SpiCntlrMethod g_method = {
416 cntlr->method = &g_method; // SpiCntlrMethod的实例化对象的挂载
/ohos5.0/drivers/hdf_core/framework/support/platform/include/spi/
H A Dspi_core.h19 struct SpiCntlrMethod;
21 struct SpiCntlrMethod { struct
36 struct SpiCntlrMethod *method; argument
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-spi-develop.md14 **SpiCntlrMethod**:
18 struct SpiCntlrMethod {
27 **Table 1** Description of the callback functions in SpiCntlrMethod
52 - Instantiate **SpiCntlrMethod** in the **SpiCntlr** object.
54 … > For details about the functions in **SpiCntlrMethod**, see [Available APIs](#available-apis).
177 …mber functions (**Bind**, **Init** and **Release**) to instantiate **SpiCntlrMethod** in **SpiCntl…
219 struct SpiCntlrMethod *method;
225 - Instantiating **SpiCntlrMethod** in **SpiCntlr** (other members are initialized by **Init**)
230 struct SpiCntlrMethod g_method = {
336 cntlr->method = &g_method; // Attach the SpiCntlrMethod instance.
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/virtual/
H A Dspi_virtual.c317 static struct SpiCntlrMethod g_method = {
/ohos5.0/drivers/hdf_core/adapter/platform/spi/
H A Dspi_wm.c301 struct SpiCntlrMethod g_SpiCntlrMethod = {
H A Dspi_stm32f4xx.c538 struct SpiCntlrMethod g_twSpiCntlrMethod = {
H A Dspi_bes.c599 struct SpiCntlrMethod g_SpiCntlrMethod = {
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/spi/
H A Dspi_adapter.c380 struct SpiCntlrMethod g_method = {