Searched refs:GpioDriverInit (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/drivers/hdf_core/adapter/platform/gpio/ |
H A D | gpio_bes.c | 103 static int32_t GpioDriverInit(struct HdfDeviceObject *device); 110 .Init = GpioDriverInit, 297 static int32_t GpioDriverInit(struct HdfDeviceObject *device) function
|
H A D | gpio_wm.c | 323 static int32_t GpioDriverInit(struct HdfDeviceObject *device) in GpioDriverInit() function 391 .Init = GpioDriverInit,
|
H A D | gpio_stm32f4xx.c | 115 static int32_t GpioDriverInit(struct HdfDeviceObject *device); 122 .Init = GpioDriverInit, 385 static int32_t GpioDriverInit(struct HdfDeviceObject *device) function
|
H A D | gpio_gr5xx.c | 388 static int32_t GpioDriverInit(struct HdfDeviceObject *device) in GpioDriverInit() function 441 .Init = GpioDriverInit,
|
H A D | gpio_asr.c | 414 static int32_t GpioDriverInit(struct HdfDeviceObject *device) function 474 .Init = GpioDriverInit,
|
/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-stm32mp15xx-on-smallsystem.md | 363 .Init = GpioDriverInit, 418 5. 完善驱动代码,gpio_config.hcs的配置信息会在GpioDriverInit中加载。 420 static int32_t GpioDriverInit(struct HdfDeviceObject *device)
|
H A D | porting-asr582x-combo-demo.md | 375 .Init = GpioDriverInit, 399 4. gpio.hcs的配置信息会在GpioDriverInit进行加载,并执行对应GPIO引脚的初始化。应用层控制LED灯和读取按键信息只需要以下简单的代码:
|
H A D | porting-w800-combo-demo.md | 482 .Init = GpioDriverInit, 502 4. 在GpioDriverInit获取hcs参数进行初始化,如下:
|
H A D | porting-bes2600w-on-minisystem-display-demo.md | 538 .Init = GpioDriverInit, 547 static int32_t GpioDriverInit(struct HdfDeviceObject *device)
|
H A D | porting-cst85f01-combo-demo.md | 449 .Init = GpioDriverInit,
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-stm32mp15xx-on-smallsystem.md | 361 .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 D | porting-asr582x-combo-demo.md | 375 .Init = GpioDriverInit, 399 4. The configuration information of `gpio.hcs` is loaded in GpioDriverInit, and the corresponding G…
|
H A D | porting-w800-combo-demo.md | 482 .Init = GpioDriverInit, 502 4. Obtain the **hcs** parameter from **GpioDriverInit** for initialization, as shown below:
|
H A D | porting-cst85f01-combo-demo.md | 447 .Init = GpioDriverInit,
|
H A D | porting-bes2600w-on-minisystem-display-demo.md | 537 .Init = GpioDriverInit, 546 static int32_t GpioDriverInit(struct HdfDeviceObject *device)
|