Home
last modified time | relevance | path

Searched refs:hi_io_driver_strength (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
H A Dhi_flashboot_io.h42 } hi_io_driver_strength; typedef
92 * @param level [IN] type #hi_io_driver_strength,I/O drive strength level.CNcomment:IO驱动能力级别。CNend
100 hi_u32 hi_io_set_driver_strength(hi_io_name id, hi_io_driver_strength val);
111 * @param val [OUT] type #hi_io_driver_strength*,I/O drive strength level.CNcomment:IO驱动能力级别。CNend
119 hi_u32 hi_io_get_driver_strength(hi_io_name id, hi_io_driver_strength *val);
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_io.h373 } hi_io_driver_strength; typedef
495 * @param level [IN] type #hi_io_driver_strength,I/O drive strength level.CNcomment:IO驱动能力级别。CNend
503 hi_u32 hi_io_set_driver_strength(hi_io_name id, hi_io_driver_strength val);
514 * @param val [OUT] type #hi_io_driver_strength*,I/O drive strength level.CNcomment:IO驱动能力级别。CNend
522 hi_u32 hi_io_get_driver_strength(hi_io_name id, hi_io_driver_strength *val);
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/io/
H A Dhi_flashboot_io.c59 hi_u32 hi_io_set_driver_strength(hi_io_name id, hi_io_driver_strength val) in hi_io_set_driver_strength()
78 hi_u32 hi_io_get_driver_strength(hi_io_name id, hi_io_driver_strength* val) in hi_io_get_driver_strength()
87 *val = (hi_io_driver_strength) ((reg_val >> IO_DRV_STRENGTH_START_BIT) & IO_DRV_STRENGTH_MASK); in hi_io_get_driver_strength()
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_io.c61 hi_io_driver_strength io_power_level; in at_setup_iosetmode_cmd()
93 io_power_level = (hi_io_driver_strength)atoi(argv[3]); /* argc 3 */ in at_setup_iosetmode_cmd()
119 hi_io_driver_strength io_capalibity; in at_setup_iogetmode_cmd()

Completed in 3 milliseconds