Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dupg_start_up.c77 hi_u32 upg_save_wait_mode_nv(hi_nv_ftm_upg_wait_mode *cfg) in upg_save_wait_mode_nv()
80 hi_u32 ret = hi_factory_nv_write(HI_NV_FTM_UPG_WAIT_MODE, cfg, sizeof(hi_nv_ftm_upg_wait_mode), 0); in upg_save_wait_mode_nv()
88 hi_u32 upg_get_wait_mode_nv(hi_nv_ftm_upg_wait_mode *cfg) in upg_get_wait_mode_nv()
90 hi_u32 ret = hi_factory_nv_read(HI_NV_FTM_UPG_WAIT_MODE, cfg, sizeof(hi_nv_ftm_upg_wait_mode), 0); in upg_get_wait_mode_nv()
H A Dupg_start_up.h31 hi_u32 upg_get_wait_mode_nv(hi_nv_ftm_upg_wait_mode *cfg);
32 hi_u32 upg_save_wait_mode_nv(hi_nv_ftm_upg_wait_mode *cfg);
H A Dupg_common.c422 hi_u32 upg_clear_wait_mode(hi_nv_ftm_upg_wait_mode *mode) in upg_clear_wait_mode()
424 hi_u32 ret = memset_s(mode, sizeof(hi_nv_ftm_upg_wait_mode), 0, sizeof(hi_nv_ftm_upg_wait_mode)); in upg_clear_wait_mode()
439 hi_nv_ftm_upg_wait_mode mode_cfg = {0}; in upg_check_clear_wait_mode()
1353 hi_nv_ftm_upg_wait_mode mode; in hi_upg_get_content()
1528 hi_nv_ftm_upg_wait_mode mode_cfg = {0}; in upg_check_transmit_finish_flag()
1570 hi_nv_ftm_upg_wait_mode mode_cfg = {0}; in hi_upg_transmit_finish_save_cache()
1645 hi_nv_ftm_upg_wait_mode mode_cfg = {0}; in hi_upg_finish_with_cache()
/device/soc/hisilicon/hi3861v100/sdk_liteos/config/nv/
H A Dhi_ft_nv.h28 #define HI_NV_FTM_UPG_WAIT_MODE 0xA /* hi_nv_ftm_upg_wait_mode */
55 } hi_nv_ftm_upg_wait_mode; typedef

Completed in 4 milliseconds