Home
last modified time | relevance | path

Searched refs:GpioDriverInit (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/platform/gpio/
H A Dgpio_bes.c103 static int32_t GpioDriverInit(struct HdfDeviceObject *device);
110 .Init = GpioDriverInit,
297 static int32_t GpioDriverInit(struct HdfDeviceObject *device) function
H A Dgpio_wm.c323 static int32_t GpioDriverInit(struct HdfDeviceObject *device) in GpioDriverInit() function
391 .Init = GpioDriverInit,
H A Dgpio_stm32f4xx.c115 static int32_t GpioDriverInit(struct HdfDeviceObject *device);
122 .Init = GpioDriverInit,
385 static int32_t GpioDriverInit(struct HdfDeviceObject *device) function
H A Dgpio_gr5xx.c388 static int32_t GpioDriverInit(struct HdfDeviceObject *device) in GpioDriverInit() function
441 .Init = GpioDriverInit,
H A Dgpio_asr.c414 static int32_t GpioDriverInit(struct HdfDeviceObject *device) function
474 .Init = GpioDriverInit,
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-stm32mp15xx-on-smallsystem.md363 .Init = GpioDriverInit,
418 5. 完善驱动代码,gpio_config.hcs的配置信息会在GpioDriverInit中加载。
420 static int32_t GpioDriverInit(struct HdfDeviceObject *device)
H A Dporting-asr582x-combo-demo.md375 .Init = GpioDriverInit,
399 4. gpio.hcs的配置信息会在GpioDriverInit进行加载,并执行对应GPIO引脚的初始化。应用层控制LED灯和读取按键信息只需要以下简单的代码:
H A Dporting-w800-combo-demo.md482 .Init = GpioDriverInit,
502 4. 在GpioDriverInit获取hcs参数进行初始化,如下:
H A Dporting-bes2600w-on-minisystem-display-demo.md538 .Init = GpioDriverInit,
547 static int32_t GpioDriverInit(struct HdfDeviceObject *device)
H A Dporting-cst85f01-combo-demo.md449 .Init = GpioDriverInit,
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-stm32mp15xx-on-smallsystem.md361 .Init = GpioDriverInit,
417 …driver code. Configuration information in **gpio_config.hcs** will be loaded in **GpioDriverInit**.
419 static int32_t GpioDriverInit(struct HdfDeviceObject *device)
H A Dporting-asr582x-combo-demo.md375 .Init = GpioDriverInit,
399 4. The configuration information of `gpio.hcs` is loaded in GpioDriverInit, and the corresponding G…
H A Dporting-w800-combo-demo.md482 .Init = GpioDriverInit,
502 4. Obtain the **hcs** parameter from **GpioDriverInit** for initialization, as shown below:
H A Dporting-cst85f01-combo-demo.md447 .Init = GpioDriverInit,
H A Dporting-bes2600w-on-minisystem-display-demo.md537 .Init = GpioDriverInit,
546 static int32_t GpioDriverInit(struct HdfDeviceObject *device)