Home
last modified time | relevance | path

Searched refs:hi_io_pull (Results 1 - 6 of 6) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_io.h385 } hi_io_pull; typedef
396 * @param val [IN] type #hi_io_pull,I/O pull-up enable.CNcomment:待设置的上下拉状态。CNend
404 hi_u32 hi_io_set_pull(hi_io_name id, hi_io_pull val);
415 * @param val [OUT] type #hi_io_pull*,pull-up status.CNcomment:获取到的上下拉状态。CNend.
423 hi_u32 hi_io_get_pull(hi_io_name id, hi_io_pull *val);
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_io.c60 hi_io_pull io_pull_stat; in at_setup_iosetmode_cmd()
85 io_pull_stat = (hi_io_pull)atoi(argv[2]); /* argc 2 */ in at_setup_iosetmode_cmd()
118 hi_io_pull io_pull_stat; in at_setup_iogetmode_cmd()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/io/
H A Dhi_flashboot_io.c47 hi_u32 hi_io_get_pull(hi_io_name id, hi_io_pull* val) in hi_io_get_pull()
54 *val = (hi_io_pull) ((reg_val >> IO_DRV_PULL_START_BIT) & IO_DRV_PULL_MASK); in hi_io_get_pull()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H A Dhi_flashboot_io.h53 * @param val [OUT] type #hi_io_pull*,pull-up status.CNcomment:获取到的上下拉状态。CNend.
61 hi_u32 hi_io_get_pull(hi_io_name id, hi_io_pull *val);
H A Dhi_boot_rom.h881 } hi_io_pull; typedef
1226 * @param val [IN] type #hi_io_pull,I/O pull-up enable.CNcomment:待设置的上下拉状态。CNend
1234 hi_u32 hi_io_set_pull(hi_io_name id, hi_io_pull val);
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H A Dhi_boot_rom.h1091 } hi_io_pull; typedef
1436 * @param val [IN] type #hi_io_pull,I/O pull-up enable.CNcomment:待设置的上下拉状态。CNend
1444 hi_u32 hi_io_set_pull(hi_io_name id, hi_io_pull val);

Completed in 11 milliseconds