/hal_espressif-2.7.6/examples/protocols/openssl_client/ |
D | README.md | 11 * Configure target domain and port number under "Example Configuration" 15 2. open the UART TTY, then you can see it print the context of target domain
|
/hal_espressif-2.7.6/components/mdns/private_include/ |
D | mdns_private.h | 216 char domain[MDNS_NAME_BUF_LEN]; member 229 char * domain; member 242 char * domain; member 301 const char * domain; member
|
/hal_espressif-2.7.6/components/mdns/ |
D | mdns.c | 247 char* mdns_name_ptrs[]={name->host, name->service, name->proto, name->domain}; in _mdns_read_fqdn() 440 name.domain[0] = 0; in _mdns_append_fqdn() 832 if (q->domain) { in _mdns_append_question() 833 str[str_index++] = q->domain; in _mdns_append_question() 1400 q->domain = MDNS_DEFAULT_DOMAIN; in _mdns_create_probe_packet() 1427 q->domain = MDNS_DEFAULT_DOMAIN; in _mdns_create_probe_packet() 2101 …service, uint16_t priority, uint16_t weight, uint16_t port, const char * host, const char * domain) in _mdns_check_srv_collision() argument 2111 size_t their_domain_len = strlen(domain); in _mdns_check_srv_collision() 2142 memcpy(their_data + their_index, domain, their_domain_len); in _mdns_check_srv_collision() 2308 … && (name->domain && name->domain[0] && !strcasecmp(name->domain, MDNS_DEFAULT_DOMAIN)) in _mdns_name_is_discovery() [all …]
|
/hal_espressif-2.7.6/examples/protocols/openssl_client/main/ |
D | Kconfig.projbuild | 7 Target domain for the example to connect to.
|
/hal_espressif-2.7.6/docs/zh_CN/contribute/ |
D | creating-examples.rst | 34 - 所有的源代码都需要在文件开头指定许可信息(表示该代码是 ``in the public domain CC0``)和免责声明。或者,源代码也可以应用 ``Apache License 2.0`…
|
/hal_espressif-2.7.6/examples/protocols/smtp_client/main/ |
D | Kconfig.projbuild | 7 Target domain for the example to connect to.
|
/hal_espressif-2.7.6/docs/en/api-reference/system/ |
D | sleep_modes.rst | 79 …set to a predefined logic level. RTC IO is part of RTC peripherals power domain, so RTC peripheral… 99 …use internal pullup or pulldown resistors, request RTC peripherals power domain to be kept on duri… 114 …ific event is detected. ULP coprocessor is part of RTC peripherals power domain, and it runs the p… 138 …e driven is part of the {IDF_TARGET_SPI_POWER_DOMAIN} power domain. If so, this power domain must … 140 …ard, GPIO16 and GPIO17 are linked to {IDF_TARGET_SPI_POWER_DOMAIN} power domain. If they are confi… 141 …light sleep, the power domain should be configured to remain powered ON. This can be done with :cp…
|
/hal_espressif-2.7.6/components/esp_system/include/ |
D | esp_sleep.h | 344 esp_err_t esp_sleep_pd_config(esp_sleep_pd_domain_t domain,
|
/hal_espressif-2.7.6/examples/protocols/http_server/restful_server/ |
D | README.md | 21 … address in the webpage. In this example, we use the `mDNS` to parse the domain name `esp-home.loc… 74 * Set the domain name in `mDNS Host Name` option. 111 Besides that, this example also enables the NetBIOS feature with the domain name `esp-home`. If you…
|
/hal_espressif-2.7.6/examples/protocols/http_server/restful_server/main/ |
D | Kconfig.projbuild | 7 Specify the domain name used in the mDNS service.
|
/hal_espressif-2.7.6/components/esp_system/ |
D | sleep_modes.c | 1236 esp_err_t esp_sleep_pd_config(esp_sleep_pd_domain_t domain, in esp_sleep_pd_config() argument 1239 if (domain >= ESP_PD_DOMAIN_MAX || option > ESP_PD_OPTION_AUTO) { in esp_sleep_pd_config() 1242 s_config.pd_options[domain] = option; in esp_sleep_pd_config()
|
D | Kconfig | 92 …value (ESP_PD_OPTION_AUTO) as OFF. Also, it is possible to force a power domain to stay ON during …
|
/hal_espressif-2.7.6/docs/en/contribute/ |
D | creating-examples.rst | 34 * All original example code has a license header saying it is "in the public domain / CC0", and a w…
|
/hal_espressif-2.7.6/examples/protocols/icmp_echo/ |
D | README.md | 82 * Run `ping` with a wrong domain name
|
/hal_espressif-2.7.6/examples/system/perfmon/ |
D | README.md | 152 Processor domain PSO bubble 355 Processor domain PSO bubble
|
/hal_espressif-2.7.6/docs/en/api-reference/protocols/ |
D | mqtt.rst | 119 * ``host``: MQTT broker domain (ipv4 as string), setting the uri will override this
|
/hal_espressif-2.7.6/docs/en/ |
D | COPYRIGHT.rst | 97 * miniz_, by Rich Geldreich - placed into the public domain.
|
/hal_espressif-2.7.6/examples/storage/spiffsgen/spiffs_image/sub/ |
D | alice.txt | 3389 Creating the works from public domain print editions means that no 3402 practically ANYTHING with public domain eBooks. Redistribution is 3448 collection are in the public domain in the United States. If an 3449 individual work is in the public domain in the United States and you are 3486 from the public domain (does not contain a notice indicating that it is 3573 public domain works in creating the Project Gutenberg-tm 3684 increasing the number of public domain and licensed works that can be
|