31 #ifndef __HOST_BLSH_CMD_H__ 32 #define __HOST_BLSH_CMD_H__ 41 typedef struct _bus_option
48 enum _packetizer_status
56 #if defined(BL_EMBEDDED_HOST) 64 extern blsh_cmd_t flash_erase_all_unsecure_cmd;
77 #if defined(__cplusplus) 82 void host_blsh_cmd_init(
void);
85 status_t transfer_bus_parse(uint8_t *src, uint8_t *option);
88 status_t transfer_freq_parse(uint8_t *src, uint8_t bus, uint32_t *option);
90 #if defined(__cplusplus) Packetizer status group number (105).
Definition: bootloader_common.h:148
blsh command struct
Definition: blsh.h:50
int32_t status_t
Type used for all status and error return values.
Definition: fsl_common.h:121
bus option
Definition: host_blsh_cmd.h:41