/hal_espressif-2.7.6/components/mbedtls/test/ |
D | test_apb_dport_access.c | 38 uint32_t initial = REG_READ(UART_DATE_REG(0)); in apb_access_loop_task() local 40 if (REG_READ(UART_DATE_REG(0)) != initial) { in apb_access_loop_task()
|
/hal_espressif-2.7.6/docs/ |
D | generate_chart.py | 107 def find_next_multiple_of_power_two(number, initial=3): argument 114 return 3 if number <= 1 else initial << msb - 2 << (1 & number >> msb - 2) 116 def find_nearest_multiple_of_power_two(self, number, initial=3, prefer_next=False): argument 117 next_num = self.find_next_multiple_of_power_two(number=number - 1, initial=initial)
|
/hal_espressif-2.7.6/components/esp32s3/ |
D | README.md | 7 *This note will be removed once the ESP32-S3 initial support is ready.*
|
/hal_espressif-2.7.6/tools/kconfig_new/test/confserver/ |
D | test_confserver.py | 77 initial = expect_json(p) 78 print('Initial: %s' % initial)
|
/hal_espressif-2.7.6/examples/protocols/mdns/main/ |
D | Kconfig.projbuild | 22 Please set to false to disable initial querying to avoid warnings.
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gatt_security_server/ |
D | README.md | 12 1.`esp_ble_gap_set_security_param` should be used to set the security parameters in the initial sta…
|
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gatt_security_client/ |
D | README.md | 12 1.`esp_ble_gap_set_security_param` should be used to set the security parameters in the initial sta…
|
/hal_espressif-2.7.6/docs/en/get-started-legacy/ |
D | make-project.rst | 41 … a new chip. Also if partition table has ota_data then this command will flash a initial ota_data. 51 After the initial flash, you may just want to build and flash just your app, not the bootloader and…
|
/hal_espressif-2.7.6/docs/en/api-reference/peripherals/ |
D | timer.rst | 37 …* **Auto Reload**: Sets if the counter should :cpp:member:`auto_reload` the initial counter value … 48 …o ``true``, or call :cpp:func:`timer_start`. You can specify the timer's initial counter value by … 61 Auto Reload :cpp:func:`timer_set_auto_reload` Set if the initial counter value should be relo…
|
/hal_espressif-2.7.6/tools/kconfig_new/ |
D | README.md | 23 Then it will print a JSON dictionary on stdout, representing the initial state of sdkconfig: 42 * "visible" holds a dictionary showing initial visibility status of config symbols (identified by t… 43 * "values" holds a dictionary showing initial values of all config symbols. Invisible symbols are n…
|
/hal_espressif-2.7.6/docs/en/api-guides/ |
D | usb-console.rst | 49 …nd with the USB CDC port. There are 3 alternative options to perform the initial upload listed bel… 51 Once the initial upload is done, the application will start up and a USB CDC port will appear in th… 55 …The port name may change after the initial upload, so check the port list again before running ``i…
|
D | bootloader.rst | 9 1. Minimal initial configuration of internal modules;
|
/hal_espressif-2.7.6/examples/system/deep_sleep/main/ |
D | Kconfig.projbuild | 19 the window defined by the initial temperature and a threshold
|
/hal_espressif-2.7.6/docs/en/api-reference/protocols/ |
D | esp_https_server.rst | 44 The initial session setup can take about two seconds, or more with slower clock speeds or more verb…
|
/hal_espressif-2.7.6/examples/storage/spiffs/ |
D | README.md | 37 …ter was set to `true` in the source code. SPIFFS was unformatted, so the initial mount has failed.…
|
/hal_espressif-2.7.6/docs/zh_CN/api-guides/esp-ble-mesh/ |
D | ble-mesh-index.rst | 142 .. figure:: ../../../_static/ble-mesh-initial-config-fail.png 150 .. figure:: ../../../_static/ble-mesh-reconnect-initial-config.png
|
/hal_espressif-2.7.6/ |
D | SUPPORT_POLICY.md | 9 30 months after the initial stable release date.
|
/hal_espressif-2.7.6/docs/en/api-guides/esp-ble-mesh/ |
D | ble-mesh-index.rst | 141 .. figure:: ../../../_static/ble-mesh-initial-config-fail.png 149 .. figure:: ../../../_static/ble-mesh-reconnect-initial-config.png 171 When provisioning and initial configuration are finished, users can start to configure the node, su…
|
/hal_espressif-2.7.6/components/esp_common/ |
D | Kconfig.spiram.common | 13 If this is enabled, the SPI RAM will be enabled during initial boot. Unless you
|
/hal_espressif-2.7.6/examples/system/ota/ |
D | README.md | 49 …able has ota_data partition (as in our case) then ota_data will erase to initial. It allows to run… 90 … then run the command `idf.py erase_otadata`. It can erase the ota_data partition to initial state.
|
/hal_espressif-2.7.6/docs/en/api-guides/jtag-debugging/ |
D | using-debugger.rst | 77 10. Further down on the same tab, establish an initial breakpoint to halt CPUs after they are reset… 225 …way as the :ref:`jtag-debugging-using-debugger-command-line`, but generates the initial gdb scripts
|
/hal_espressif-2.7.6/examples/storage/sd_card/ |
D | README.md | 113 …t. For slot 1, it will switch to 4-line mode when initializing the card (initial communication alw… 138 …IF_MOUNT_FAILED` menuconfig option enabled. Card was unformatted, so the initial mount has failed.…
|
/hal_espressif-2.7.6/components/bootloader/subproject/ |
D | CMakeLists.txt | 177 "To reflash the bootloader after initial flash:"
|
/hal_espressif-2.7.6/examples/system/deep_sleep/ |
D | README.md | 55 On initial startup, this example will detect that this is the first boot and output the following l…
|
/hal_espressif-2.7.6/tools/cmake/ |
D | build.cmake | 82 # Sets initial list of build specifications (compile options, definitions, etc.) common across 421 # Check if we need to trim the components first, and build initial components list
|