|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "at.h"

结构体 | |
| struct | nvread_args_t |
| struct | nvwrite_args_t |
| struct | efusemac_args_t |
| struct | reboot_args_t |
| struct | mfgflag_args_t |
| struct | dieid_args_t |
| struct | customer_rsvd_efuse_args_t |
| struct | ssijtag_args_t |
| struct | pubkey_args_t |
| struct | secverify_args_t |
| struct | flashread_args_t |
| struct | flashwrite_args_t |
| union | at_plt_cmd_args_t |
| struct | factory_mode_args_t |
| struct | loglevel_args_t |
| struct | sleepmode_args_t |
| struct | pm_args_t |
| struct | uartport_args_t |
| struct | getiomode_args_t |
| struct | setiomode_args_t |
| struct | gpiodir_args_t |
| struct | wrgpio_args_t |
| struct | rdgpio_args_t |
| struct | date_args_t |
| struct | license_args_t |
| struct | acccode_args_t |
| at_ret_t at_date_cmd | ( | void | ) |
| at_ret_t at_date_set_cmd | ( | const date_args_t * | args | ) |
| at_ret_t at_exe_reset_cmd | ( | void | ) |
| at_ret_t at_factory_erase | ( | void | ) |
| at_ret_t at_factory_mode_read | ( | void | ) |
| at_ret_t at_factory_mode_switch | ( | const factory_mode_args_t * | args | ) |
| at_ret_t at_get_dump | ( | void | ) |
| at_ret_t at_get_iomode | ( | const getiomode_args_t * | args | ) |
| at_ret_t at_get_log_level | ( | void | ) |
| at_ret_t at_get_sleep_mode | ( | void | ) |
| at_ret_t at_help | ( | void | ) |
| at_ret_t at_query_tsensor_temp | ( | void | ) |
| at_ret_t at_query_ver_cmd | ( | void | ) |
| at_ret_t at_query_xtal_compesation | ( | void | ) |
| at_ret_t at_rdgpio | ( | const rdgpio_args_t * | args | ) |
| at_ret_t at_set_gpio_dir | ( | const gpiodir_args_t * | args | ) |
| at_ret_t at_set_iomode | ( | const setiomode_args_t * | args | ) |
| at_ret_t at_set_log_level | ( | const loglevel_args_t * | args | ) |
| at_ret_t at_set_sleep_mode | ( | const sleepmode_args_t * | args | ) |
| at_ret_t at_set_uart_port | ( | const uartport_args_t * | args | ) |
| at_ret_t at_wrgpio | ( | const wrgpio_args_t * | args | ) |
| at_ret_t at_write_acccode | ( | const acccode_args_t * | args | ) |
| at_ret_t cmd_disable_ssi_jtag | ( | void | ) |
| at_ret_t cmd_get_customer_rsvd_efuse | ( | void | ) |
| at_ret_t cmd_get_dieid | ( | void | ) |
| at_ret_t cmd_get_hash_root_public_key | ( | void | ) |
| at_ret_t cmd_get_sec_verify_status | ( | void | ) |
| at_ret_t cmd_get_ssi_jtag_status | ( | void | ) |
| at_ret_t cmd_sec_verify_enable | ( | void | ) |
| at_ret_t cmd_set_customer_rsvd_efuse | ( | const customer_rsvd_efuse_args_t * | args | ) |
| at_ret_t cmd_set_hash_root_public_key | ( | const pubkey_args_t * | args | ) |
| at_ret_t cmd_write_mfg_flag | ( | void | ) |
| at_ret_t get_efuse_mac_addr | ( | void | ) |
| at_ret_t plt_flash_read | ( | const flashread_args_t * | args | ) |
| at_ret_t plt_flash_write | ( | const flashwrite_args_t * | args | ) |
| at_ret_t plt_nv_read | ( | const nvread_args_t * | args | ) |
| at_ret_t plt_nv_write | ( | const nvwrite_args_t * | args | ) |
| at_ret_t plt_reboot | ( | void | ) |
| at_ret_t save_license | ( | const license_args_t * | args | ) |
| at_ret_t set_efuse_mac_addr | ( | const efusemac_args_t * | args | ) |
| const at_para_parse_syntax_t acccode_syntax[] |
| const at_cmd_entry_t at_plt_cmd_parse_table[] |
| const at_para_parse_syntax_t customer_rsvd_efuse_syntax[] |
| const at_para_parse_syntax_t date_syntax[] |
| const int32_t efusemac_mac_type_values[] |
| const at_para_parse_syntax_t efusemac_syntax[] |
| const at_para_parse_syntax_t factory_mode_syntax[] |
| const at_para_parse_syntax_t flashread_syntax[] |
| const at_para_parse_syntax_t flashwrite_syntax[] |
| const at_para_parse_syntax_t getiomode_syntax[] |
| const int32_t gpiodir_para2_values[] |
| const at_para_parse_syntax_t gpiodir_syntax[] |
| const at_para_parse_syntax_t license_syntax[] |
| const at_para_parse_syntax_t loglevel_syntax[] |
| const at_para_parse_syntax_t nvread_syntax[] |
| const int32_t nvwrite_para2_values[] |
| const at_para_parse_syntax_t nvwrite_syntax[] |
| const at_para_parse_syntax_t pm_syntax[] |
| const at_para_parse_syntax_t pubkey_syntax[] |
| const at_para_parse_syntax_t rdgpio_syntax[] |
| const at_para_parse_syntax_t setiomode_syntax[] |
| const at_para_parse_syntax_t sleepmode_syntax[] |
| const at_para_parse_syntax_t uartport_syntax[] |
| const int32_t wrgpio_para2_values[] |
| const at_para_parse_syntax_t wrgpio_syntax[] |