/hal_espressif-3.4.0/examples/cxx/experimental/experimental_cpp_component/include/ |
D | gpio_cxx.hpp | 42 class GPIONumBase final : public StrongValueComparable<uint32_t> { 89 class GPIOPullMode final : public StrongValueComparable<uint32_t> { 133 class GPIOWakeupIntrType final: public StrongValueComparable<uint32_t> { 162 class GPIODriveStrength final : public StrongValueComparable<uint32_t> {
|
/hal_espressif-3.4.0/examples/bluetooth/esp_ble_mesh/common_components/light_driver/ |
D | iot_led.c | 40 int final; member 362 fade_data->cur = (fade_data->cur == fade_data->final) ? 0 : fade_data->final; in fade_timercb() 486 fade_data->final = FLOATINT_2_FIXED(value, LEDC_FIXED_Q); in iot_led_set_channel() 494 fade_data->step = abs(fade_data->cur - fade_data->final) / fade_data->num; in iot_led_set_channel() 496 if (fade_data->cur > fade_data->final) { in iot_led_set_channel() 519 fade_data->final = fade_data->cur = FLOATINT_2_FIXED(value, LEDC_FIXED_Q); in iot_led_start_blink()
|
/hal_espressif-3.4.0/docs/en/api-guides/performance/ |
D | size.rst | 6 …variables that are actually referenced by the program are linked into the final binary. In some ca… 109 …LF file". This means how much each static library archive has contributed to the final binary size. 130 …s`` to get a summary of the contribution each object file has made to the final binary size. Each … 260 … is a summary of everything the linker did when it created ("linked") the final firmware binary fi… 266 …ote that not every object file shown in this list ends up included in the final binary, some end u… 268 …final binary, but then nothing else referred to them so they were discarded from the final binary.… 271 …ds, you can see each symbol (function or static variable) linked into the final binary along with … 273 …final ``.bin`` file, the ``memory map`` also includes some sections in the ELF file that are only … 276 …final binary. It also includes symbols in discarded sections. Therefore, just because something is… 287 The following configuration options will reduce the final binary size of almost any ESP-IDF project:
|
/hal_espressif-3.4.0/examples/system/ota/native_ota_example/main/ |
D | CMakeLists.txt | 1 # Embed the server root certificate into the final binary
|
/hal_espressif-3.4.0/examples/system/ota/simple_ota_example/main/ |
D | CMakeLists.txt | 1 # Embed the server root certificate into the final binary
|
/hal_espressif-3.4.0/examples/protocols/https_mbedtls/main/ |
D | CMakeLists.txt | 1 # Embed the server root certificate into the final binary
|
/hal_espressif-3.4.0/examples/protocols/https_request/main/ |
D | CMakeLists.txt | 1 # Embed the server root certificate into the final binary
|
/hal_espressif-3.4.0/examples/protocols/esp_http_client/main/ |
D | CMakeLists.txt | 1 # Embed the server root certificate into the final binary
|
/hal_espressif-3.4.0/examples/system/ota/advanced_https_ota/main/ |
D | CMakeLists.txt | 4 # Embed the server root certificate into the final binary
|
/hal_espressif-3.4.0/tools/test_apps/build_system/ldalign_test/ |
D | README.txt | 5 This will let both of them be merged when generating the final bin image.
|
/hal_espressif-3.4.0/examples/cxx/experimental/esp_mqtt_cxx/tcp/main/ |
D | mqtt_tcp_example.cpp | 22 class MyClient final : public mqtt::Client {
|
/hal_espressif-3.4.0/examples/cxx/experimental/esp_mqtt_cxx/ssl/main/ |
D | mqtt_ssl_example.cpp | 26 class MyClient final : public idf::mqtt::Client {
|
/hal_espressif-3.4.0/components/espcoredump/ |
D | linker.lf | 13 # Always include .iram2.coredump section in the final linker script file,
|
/hal_espressif-3.4.0/components/esp_system/ld/ |
D | ld.cmake | 17 # final binary
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s2/ |
D | Kconfig.mac | 10 to the final octet of the base MAC address. If the number of universal MAC addresses is one,
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32s3/ |
D | Kconfig.mac | 10 … sequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32/ |
D | Kconfig.mac | 10 … sequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.
|
/hal_espressif-3.4.0/components/esp_http_server/src/ |
D | httpd_ws.c | 266 frame->final = aux->ws_final; in httpd_ws_recv_frame() 386 …header_buf[0] |= (!frame->fragmented) ? HTTPD_WS_FIN_BIT : (frame->final? HTTPD_WS_FIN_BIT: HTTPD_… in httpd_ws_send_frame_async()
|
/hal_espressif-3.4.0/components/esp_hw_support/port/esp32c3/ |
D | Kconfig.mac | 12 … sequentially by adding 0, 1, 2 and 3 (respectively) to the final octet of the base MAC address.
|
/hal_espressif-3.4.0/components/wifi_provisioning/src/ |
D | manager.c | 763 goto final; in update_wifi_scan_results() 769 goto final; in update_wifi_scan_results() 782 goto final; in update_wifi_scan_results() 786 final: in update_wifi_scan_results()
|
/hal_espressif-3.4.0/examples/protocols/http_server/persistent_sockets/ |
D | README.md | 40 * the script does a GET before closing and displays the final value of the accumulator
|
/hal_espressif-3.4.0/docs/en/api-reference/protocols/ |
D | esp_sdio_slave_protocol.rst | 90 CMD52/53 (Read 0x10~0x11, read to check the final value) 99 CMD52/53 (Read 0x110~0x111, read to check the final value)
|
/hal_espressif-3.4.0/docs/en/api-reference/network/ |
D | esp_netif_driver.rst | 29 A final part of the network interface initialization consists of attaching the esp-netif instance t…
|
/hal_espressif-3.4.0/components/esp_http_server/include/ |
D | esp_http_server.h | 1592 bool final; /*!< Final frame: member
|
/hal_espressif-3.4.0/components/bootloader/ |
D | project_include.cmake | 140 # So for now we just have the top-level build remove the final build products...
|