Searched refs:hi_gpio_dir (Results 1 - 7 of 7) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/ |
H A D | hi_flashboot_gpio.h | 67 } hi_gpio_dir; typedef 78 * @param dir [OUT] type #hi_gpio_dir*,I/O direction.CNcomment:GPIO方向。CNend 86 hi_u32 hi_gpio_get_dir(hi_gpio_idx id, hi_gpio_dir *dir); 97 * @param dir [IN] type #hi_gpio_dir,I/O direction.CNcomment:GPIO方向。CNend 105 hi_u32 hi_gpio_set_dir(hi_gpio_idx id, hi_gpio_dir dir);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_gpio.h | 71 } hi_gpio_dir; typedef 169 * @param dir [IN] type #hi_gpio_dir,I/O direction.CNcomment:GPIO方向。CNend 177 hi_u32 hi_gpio_set_dir(hi_gpio_idx id, hi_gpio_dir dir); 188 * @param dir [OUT] type #hi_gpio_dir*,I/O direction.CNcomment:GPIO方向。CNend 196 hi_u32 hi_gpio_get_dir(hi_gpio_idx id, hi_gpio_dir *dir);
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/ |
H A D | at_io.c | 40 hi_u32 gpio_get_dir(hi_gpio_idx id, hi_gpio_dir *dir) in gpio_get_dir() 158 hi_gpio_dir io_dir; in at_setup_gpiodir_cmd() 178 io_dir = (hi_gpio_dir)atoi(argv[1]); in at_setup_gpiodir_cmd() 208 hi_gpio_dir io_dir; in at_setup_gpiowt_cmd() 262 hi_gpio_dir io_dir; in at_setup_gpiord_cmd()
|
H A D | at_io.h | 29 hi_u32 gpio_get_dir(hi_gpio_idx id, hi_gpio_dir *dir);
|
H A D | at_lowpower.c | 130 hi_gpio_dir gpio_dir = HI_GPIO_DIR_IN; in check_io_status()
|
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/iot_hardware/wifiiot_lite/ |
H A D | hal_iot_gpio.c | 49 return hi_gpio_set_dir((hi_gpio_idx)id, (hi_gpio_dir)dir);
in IoTGpioSetDir() 54 return hi_gpio_get_dir((hi_gpio_idx)id, (hi_gpio_dir *)dir);
in IoTGpioGetDir()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/gpio/ |
H A D | hi_flashboot_gpio.c | 32 hi_u32 hi_gpio_get_dir(hi_gpio_idx id, hi_gpio_dir *dir) in hi_gpio_get_dir() 88 hi_u32 hi_gpio_set_dir(hi_gpio_idx id, hi_gpio_dir dir) in hi_gpio_set_dir()
|
Completed in 4 milliseconds