Home
last modified time | relevance | path

Searched refs:hi_gpio_dir (Results 1 - 7 of 7) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H A Dhi_flashboot_gpio.h67 } 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 Dhi_gpio.h71 } 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 Dat_io.c40 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 Dat_io.h29 hi_u32 gpio_get_dir(hi_gpio_idx id, hi_gpio_dir *dir);
H A Dat_lowpower.c130 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 Dhal_iot_gpio.c49 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 Dhi_flashboot_gpio.c32 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