Home
last modified time | relevance | path

Searched refs:initial (Results 1 – 25 of 55) sorted by relevance

123

/hal_espressif-2.7.6/components/mbedtls/test/
Dtest_apb_dport_access.c38 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/
Dgenerate_chart.py107 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/
DREADME.md7 *This note will be removed once the ESP32-S3 initial support is ready.*
/hal_espressif-2.7.6/tools/kconfig_new/test/confserver/
Dtest_confserver.py77 initial = expect_json(p)
78 print('Initial: %s' % initial)
/hal_espressif-2.7.6/examples/protocols/mdns/main/
DKconfig.projbuild22 Please set to false to disable initial querying to avoid warnings.
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gatt_security_server/
DREADME.md12 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/
DREADME.md12 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/
Dmake-project.rst41 … 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/
Dtimer.rst37 …* **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/
DREADME.md23 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/
Dusb-console.rst49 …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…
Dbootloader.rst9 1. Minimal initial configuration of internal modules;
/hal_espressif-2.7.6/examples/system/deep_sleep/main/
DKconfig.projbuild19 the window defined by the initial temperature and a threshold
/hal_espressif-2.7.6/docs/en/api-reference/protocols/
Desp_https_server.rst44 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/
DREADME.md37 …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/
Dble-mesh-index.rst142 .. figure:: ../../../_static/ble-mesh-initial-config-fail.png
150 .. figure:: ../../../_static/ble-mesh-reconnect-initial-config.png
/hal_espressif-2.7.6/
DSUPPORT_POLICY.md9 30 months after the initial stable release date.
/hal_espressif-2.7.6/docs/en/api-guides/esp-ble-mesh/
Dble-mesh-index.rst141 .. 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/
DKconfig.spiram.common13 If this is enabled, the SPI RAM will be enabled during initial boot. Unless you
/hal_espressif-2.7.6/examples/system/ota/
DREADME.md49 …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/
Dusing-debugger.rst77 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/
DREADME.md113 …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/
DCMakeLists.txt177 "To reflash the bootloader after initial flash:"
/hal_espressif-2.7.6/examples/system/deep_sleep/
DREADME.md55 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/
Dbuild.cmake82 # 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

123