Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H A Dcmd_loop.h38 hi_u32 loader_download_image(const uart_ctx *cmd_ctx);
39 hi_u32 loader_burn_efuse(const uart_ctx *cmd_ctx);
40 hi_u32 loader_upload_data(const uart_ctx *cmd_ctx);
41 hi_u32 loader_read_efuse(const uart_ctx *cmd_ctx);
42 hi_u32 loader_flash_protect(const uart_ctx *cmd_ctx);
43 hi_u32 loader_reset(const uart_ctx *cmd_ctx);
44 hi_u32 loader_burn_version(const uart_ctx *cmd_ctx);
45 uart_ctx *cmd_loop_init(hi_void);
47 hi_void cmd_loop(uart_ctx *ctx);
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/
H A Dcmd_loop.c65 typedef hi_u32(*cmd_func) (const uart_ctx *cmd_ctx);
72 uart_ctx *g_cmd_ctx = HI_NULL;
104 hi_u32 loader_reset(const uart_ctx *cmd_ctx) in loader_reset()
114 hi_u32 loader_flash_protect(const uart_ctx *cmd_ctx) in loader_flash_protect()
136 hi_u32 loader_download_image(const uart_ctx *cmd_ctx) in loader_download_image()
422 hi_u32 loader_burn_version(const uart_ctx *cmd_ctx) in loader_burn_version()
471 hi_u32 loader_burn_efuse(const uart_ctx *cmd_ctx) in loader_burn_efuse()
506 hi_u32 loader_read_efuse(const uart_ctx *cmd_ctx) in loader_read_efuse()
530 hi_u32 loader_upload_data(const uart_ctx *cmd_ctx) in loader_upload_data()
564 hi_u32 loader_frame_head_rx(uart_ctx *ct
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/fixed/include/
H A Duart_auth.h62 } uart_ctx; typedef
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/startup/
H A Dmain.c45 uart_ctx *cmd_ctx = HI_NULL; in start_loaderboot()

Completed in 2 milliseconds