Home
last modified time | relevance | path

Searched refs:GpioMethod (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-platform-gpio-develop.md49 GpioMethod定义:
52 struct GpioMethod {
67 **表 1** GpioMethod结构体成员的钩子函数功能说明
202 …完成驱动入口注册之后,下一步就是以核心层GpioCntlr对象的初始化为核心,包括驱动适配者自定义结构体(传递参数和数据),实例化GpioCntlr成员GpioMethod(让用户可以通过接口来调…
246 struct GpioMethod *ops;
255 - GpioCntlr成员钩子函数结构体GpioMethod的实例化。
258 //GpioMethod结构体成员都是钩子函数,驱动适配者需要根据表1完成相应的函数功能。
259 static struct GpioMethod g_method = {
/ohos5.0/drivers/hdf_core/framework/support/platform/include/gpio/
H A Dgpio_core.h27 struct GpioMethod;
41 struct GpioMethod *ops;
118 struct GpioMethod { struct
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-gpio-develop.md47 **GpioMethod**:
50 struct GpioMethod {
65 **Table 1** Hook functions in **GpioMethod**
169 …member functions (**Bind**, **Init** and **Release**) to instantiate **GpioMethod** in **GpioCntlr…
213 struct GpioMethod *ops;
222 - Instantiate the **GpioMethod** structure in **GpioCntlr**.
225 …// The members of the GpioMethod structure are hook functions. You need to implement them by refer…
226 static struct GpioMethod g_method = {
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/gpio/
H A Dgpio_adapter.c223 static struct GpioMethod g_method = {
/ohos5.0/drivers/hdf_core/adapter/platform/gpio/
H A Dgpio_wm.c102 struct GpioMethod g_GpioCntlrMethod = {
H A Dgpio_gr5xx.c298 static struct GpioMethod g_GpioCntlrMethod = {
H A Dgpio_asr.c243 struct GpioMethod g_GpioCntlrMethod = {
H A Dgpio_bes.c125 struct GpioMethod g_GpioCntlrMethod = {
H A Dgpio_stm32f4xx.c138 struct GpioMethod g_GpioCntlrMethod = {