/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_hf/main/ |
D | app_hf_msg_set.c | 354 .hint = NULL, in register_hfp_hf() 362 .hint = NULL, in register_hfp_hf() 370 .hint = NULL, in register_hfp_hf() 378 .hint = NULL, in register_hfp_hf() 386 .hint = NULL, in register_hfp_hf() 394 .hint = NULL, in register_hfp_hf() 402 .hint = NULL, in register_hfp_hf() 410 .hint = NULL, in register_hfp_hf() 418 .hint = "<num>", in register_hfp_hf() 426 .hint = NULL, in register_hfp_hf() [all …]
|
/hal_espressif-3.6.0/components/console/ |
D | commands.c | 33 char *hint; member 79 free(it->hint); in esp_console_deinit() 104 free(item->hint); in esp_console_cmd_register() 108 if (cmd->hint) { in esp_console_cmd_register() 113 unused = asprintf(&item->hint, " %s", cmd->hint); in esp_console_cmd_register() 123 item->hint = buf; in esp_console_cmd_register() 164 return it->hint; in esp_console_get_hint() 224 const char *hint = (it->hint) ? it->hint : ""; in help_command() local 225 printf("%-s %s\n", it->command, hint); in help_command()
|
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s2/ |
D | reset_reason.c | 68 esp_reset_reason_t hint = esp_reset_reason_get_hint(); in esp_reset_reason_init() local 69 s_reset_reason = get_reset_reason(esp_rom_get_reset_reason(PRO_CPU_NUM), hint); in esp_reset_reason_init() 70 if (hint != ESP_RST_UNKNOWN) { in esp_reset_reason_init() 97 void IRAM_ATTR esp_reset_reason_set_hint(esp_reset_reason_t hint) in esp_reset_reason_set_hint() argument 99 assert((hint & (~RST_REASON_MASK)) == 0); in esp_reset_reason_set_hint() 100 uint32_t val = hint | (hint << RST_REASON_SHIFT) | RST_REASON_BIT; in esp_reset_reason_set_hint()
|
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s3/ |
D | reset_reason.c | 68 esp_reset_reason_t hint = esp_reset_reason_get_hint(); in esp_reset_reason_init() local 69 s_reset_reason = get_reset_reason(esp_rom_get_reset_reason(PRO_CPU_NUM), hint); in esp_reset_reason_init() 70 if (hint != ESP_RST_UNKNOWN) { in esp_reset_reason_init() 95 void IRAM_ATTR esp_reset_reason_set_hint(esp_reset_reason_t hint) in esp_reset_reason_set_hint() argument 97 assert((hint & (~RST_REASON_MASK)) == 0); in esp_reset_reason_set_hint() 98 uint32_t val = hint | (hint << RST_REASON_SHIFT) | RST_REASON_BIT; in esp_reset_reason_set_hint()
|
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32c3/ |
D | reset_reason.c | 68 esp_reset_reason_t hint = esp_reset_reason_get_hint(); in esp_reset_reason_init() local 69 s_reset_reason = get_reset_reason(esp_rom_get_reset_reason(PRO_CPU_NUM), hint); in esp_reset_reason_init() 70 if (hint != ESP_RST_UNKNOWN) { in esp_reset_reason_init() 97 void IRAM_ATTR esp_reset_reason_set_hint(esp_reset_reason_t hint) in esp_reset_reason_set_hint() argument 99 assert((hint & (~RST_REASON_MASK)) == 0); in esp_reset_reason_set_hint() 100 uint32_t val = hint | (hint << RST_REASON_SHIFT) | RST_REASON_BIT; in esp_reset_reason_set_hint()
|
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32h2/ |
D | reset_reason.c | 68 esp_reset_reason_t hint = esp_reset_reason_get_hint(); in esp_reset_reason_init() local 69 s_reset_reason = get_reset_reason(esp_rom_get_reset_reason(PRO_CPU_NUM), hint); in esp_reset_reason_init() 70 if (hint != ESP_RST_UNKNOWN) { in esp_reset_reason_init() 97 void IRAM_ATTR esp_reset_reason_set_hint(esp_reset_reason_t hint) in esp_reset_reason_set_hint() argument 99 assert((hint & (~RST_REASON_MASK)) == 0); in esp_reset_reason_set_hint() 100 uint32_t val = hint | (hint << RST_REASON_SHIFT) | RST_REASON_BIT; in esp_reset_reason_set_hint()
|
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32/ |
D | reset_reason.c | 69 esp_reset_reason_t hint = esp_reset_reason_get_hint(); in esp_reset_reason_init() local 70 s_reset_reason = get_reset_reason(esp_rom_get_reset_reason(PRO_CPU_NUM), hint); in esp_reset_reason_init() 71 if (hint != ESP_RST_UNKNOWN) { in esp_reset_reason_init() 98 void IRAM_ATTR esp_reset_reason_set_hint(esp_reset_reason_t hint) in esp_reset_reason_set_hint() argument 100 assert((hint & (~RST_REASON_MASK)) == 0); in esp_reset_reason_set_hint() 101 uint32_t val = hint | (hint << RST_REASON_SHIFT) | RST_REASON_BIT; in esp_reset_reason_set_hint()
|
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/hfp_ag/main/ |
D | app_hf_msg_set.c | 342 .hint = NULL, in register_hfp_ag() 350 .hint = NULL, in register_hfp_ag() 358 .hint = NULL, in register_hfp_ag() 366 .hint = NULL, in register_hfp_ag() 376 .hint = NULL, in register_hfp_ag() 384 .hint = NULL, in register_hfp_ag() 392 .hint = "<num>", in register_hfp_ag() 402 .hint = NULL, in register_hfp_ag() 410 .hint = NULL, in register_hfp_ag() 421 .hint = NULL, in register_hfp_ag() [all …]
|
/hal_espressif-3.6.0/examples/bluetooth/nimble/throughput_app/blecent_throughput/components/cmd_system/ |
D | cmd_system.c | 76 .hint = NULL, in register_version() 95 .hint = NULL, in register_restart() 114 .hint = NULL, in register_free() 133 .hint = NULL, in register_heap() 167 .hint = NULL, in register_tasks() 236 .hint = NULL, in register_deep_sleep() 331 .hint = NULL, in register_light_sleep()
|
/hal_espressif-3.6.0/components/mdns/ |
D | mdns_console.c | 111 .hint = NULL, in register_mdns_query_a() 169 .hint = NULL, in register_mdns_query_aaaa() 231 .hint = NULL, in register_mdns_query_srv() 293 .hint = NULL, in register_mdns_query_txt() 359 .hint = NULL, in register_mdns_query_ptr() 427 .hint = NULL, in register_mdns_query_ip() 496 .hint = NULL, in register_mdns_query_svc() 542 .hint = NULL, in register_mdns_init() 561 .hint = NULL, in register_mdns_free() 599 .hint = NULL, in register_mdns_set_hostname() [all …]
|
/hal_espressif-3.6.0/examples/system/console/advanced/components/cmd_system/ |
D | cmd_system.c | 90 .hint = NULL, in register_version() 109 .hint = NULL, in register_restart() 128 .hint = NULL, in register_free() 147 .hint = NULL, in register_heap() 181 .hint = NULL, in register_tasks() 268 .hint = NULL, in register_deep_sleep() 363 .hint = NULL, in register_light_sleep()
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_coex_test/main/ |
D | coex_cmd.c | 122 .hint = NULL, in register_coex_cmd() 132 .hint = NULL, in register_coex_cmd() 146 .hint = NULL, in register_coex_cmd() 162 .hint = NULL, in register_coex_cmd()
|
/hal_espressif-3.6.0/components/lwip/test/ |
D | test_lwip_apps.c | 64 struct addrinfo hint; variable 66 memset(&hint, 0, sizeof(hint)); 69 TEST_ASSERT(getaddrinfo(TEST_ICMP_DESTINATION_DOMAIN_NAME, NULL, &hint, &res) == 0);
|
/hal_espressif-3.6.0/examples/protocols/icmp_echo/main/ |
D | echo_example_main.c | 119 struct addrinfo hint; in do_ping_cmd() local 121 memset(&hint, 0, sizeof(hint)); in do_ping_cmd() 123 if (getaddrinfo(ping_args.host->sval[0], NULL, &hint, &res) != 0) { in do_ping_cmd() 164 .hint = NULL, in register_ping()
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_console/main/ |
D | ble_mesh_console_system.c | 55 .hint = NULL, in register_restart() 74 .hint = NULL, in register_free() 177 .hint = "all | flash | monitor", in register_make()
|
D | ble_mesh_register_cmd.c | 997 .hint = NULL, in ble_mesh_register_cmd() 1012 .hint = NULL, in ble_mesh_register_cmd() 1024 .hint = NULL, in ble_mesh_register_cmd() 1043 .hint = NULL, in ble_mesh_register_cmd() 1062 .hint = NULL, in ble_mesh_register_cmd() 1075 .hint = NULL, in ble_mesh_register_cmd() 1084 .hint = NULL, in ble_mesh_register_cmd() 1107 .hint = NULL, in ble_mesh_register_cmd() 1119 .hint = NULL, in ble_mesh_register_cmd() 1132 .hint = NULL, in ble_mesh_register_cmd() [all …]
|
/hal_espressif-3.6.0/examples/bluetooth/esp_ble_mesh/ble_mesh_wifi_coexist/main/ |
D | cmd_wifi.c | 433 .hint = NULL, in register_wifi() 446 .hint = NULL, in register_wifi() 461 .hint = NULL, in register_wifi() 471 .hint = NULL, in register_wifi() 479 .hint = NULL, in register_wifi() 497 .hint = NULL, in register_wifi() 507 .hint = NULL, in register_wifi()
|
/hal_espressif-3.6.0/examples/peripherals/i2c/i2c_tools/main/ |
D | cmd_i2ctools.c | 107 .hint = NULL, in register_i2cconfig() 151 .hint = NULL, in register_i2cdectect() 233 .hint = NULL, in register_i2cget() 299 .hint = NULL, in register_i2cset() 395 .hint = NULL, in register_i2cdump()
|
/hal_espressif-3.6.0/examples/peripherals/mcpwm/mcpwm_brushed_dc_control/main/ |
D | cmd_mcpwm_motor.c | 210 .hint = "config -s", in register_motor_ctrl_config() 230 .hint = "expt -i <duty> -m <fixed/tri/rect> -p <double> --max <duty> --min <duty>", in register_motor_ctrl_expt() 248 .hint = "pid -p <double> -i <double> -d <double> -t <loc/inc>", in register_motor_ctrl_pid() 264 .hint = "motor -u 10", in register_motor_ctrl_motor()
|
/hal_espressif-3.6.0/examples/system/console/advanced/components/cmd_nvs/ |
D | cmd_nvs.c | 543 .hint = NULL, in register_nvs() 552 .hint = NULL, in register_nvs() 560 .hint = NULL, in register_nvs() 568 .hint = NULL, in register_nvs() 576 .hint = NULL, in register_nvs() 587 .hint = NULL, in register_nvs()
|
/hal_espressif-3.6.0/examples/wifi/iperf/main/ |
D | cmd_wifi.c | 440 .hint = NULL, in register_wifi() 453 .hint = NULL, in register_wifi() 468 .hint = NULL, in register_wifi() 478 .hint = NULL, in register_wifi() 497 .hint = NULL, in register_wifi()
|
/hal_espressif-3.6.0/components/esp-tls/ |
D | esp_tls_wolfssl.c | 32 static inline unsigned int esp_wolfssl_psk_client_cb(WOLFSSL* ssl, const char* hint, char* identity, 202 …if(cfg->psk_hint_key->key == NULL || cfg->psk_hint_key->hint == NULL || cfg->psk_hint_key->key_siz… in set_client_config() 212 …if((cfg->psk_hint_key->key_size > PSK_MAX_KEY_LEN) || (strlen(cfg->psk_hint_key->hint) > PSK_MAX_I… in set_client_config() 220 memcpy(psk_id_str, cfg->psk_hint_key->hint, strlen(cfg->psk_hint_key->hint)); in set_client_config() 588 static inline unsigned int esp_wolfssl_psk_client_cb(WOLFSSL* ssl, const char* hint, in esp_wolfssl_psk_client_cb() argument
|
/hal_espressif-3.6.0/docs/en/api-reference/protocols/ |
D | icmp_echo.rst | 69 struct addrinfo hint; 71 memset(&hint, 0, sizeof(hint)); 73 getaddrinfo("www.espressif.com", NULL, &hint, &res);
|
/hal_espressif-3.6.0/examples/wifi/ftm/main/ |
D | ftm_main.c | 538 .hint = NULL, in register_wifi() 552 .hint = NULL, in register_wifi() 565 .hint = NULL, in register_wifi() 575 .hint = NULL, in register_wifi() 595 .hint = NULL, in register_wifi()
|
/hal_espressif-3.6.0/examples/bluetooth/nimble/bleprph_wifi_coex/main/ |
D | main.c | 218 struct addrinfo hint; in do_ping_cmd() local 220 memset(&hint, 0, sizeof(hint)); in do_ping_cmd() 224 if (getaddrinfo(EXAMPLE_PING_IP, NULL, &hint, &res) != 0) { in do_ping_cmd()
|