Home
last modified time | relevance | path

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

123

/hal_espressif-3.4.0/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-3.4.0/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-3.4.0/tools/kconfig_new/test/confserver/
Dtest_confserver.py77 initial = expect_json(p)
78 print('Initial: %s' % initial)
/hal_espressif-3.4.0/docs/en/get-started-legacy/
Dmake-project.rst41 …o 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-3.4.0/docs/en/api-reference/peripherals/
Dtimer.rst43 …- **Auto Reload**: Sets if the counter should :cpp:member:`auto_reload` the initial counter value …
53 …o ``true``, or call :cpp:func:`timer_start`. You can specify the timer's initial counter value by …
66 Auto Reload :cpp:func:`timer_set_auto_reload` Set if the initial counter value should be relo…
/hal_espressif-3.4.0/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-3.4.0/examples/protocols/mdns/main/
DKconfig.projbuild28 Please set to false to disable initial querying to avoid warnings.
/hal_espressif-3.4.0/docs/en/api-guides/
Dusb-otg-console.rst58 …nd with the USB CDC port. There are 3 alternative options to perform the initial upload listed bel…
60 Once the initial upload is done, the application will start up and a USB CDC port will appear in th…
64 …The port name may change after the initial upload, so check the port list again before running ``i…
/hal_espressif-3.4.0/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-3.4.0/examples/system/deep_sleep/main/
DKconfig.projbuild19 the window defined by the initial temperature and a threshold
/hal_espressif-3.4.0/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-3.4.0/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-3.4.0/examples/bluetooth/bluedroid/ble/gatt_security_server/
DREADME.md20 1.`esp_ble_gap_set_security_param` should be used to set the security parameters in the initial sta…
/hal_espressif-3.4.0/examples/peripherals/mcpwm/mcpwm_brushed_dc_control/
DREADME.md123 Set initial value, limitation and wave mode of expectation. Both dynamic and
203 * 'i' - initial duty if you set mode 'fixed'
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/
DREADME.md20 1.`esp_ble_gap_set_security_param` should be used to set the security parameters in the initial sta…
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_security_client/
DREADME.md19 1. `esp_ble_gap_set_security_param` should be used to set the security parameters in the initial st…
/hal_espressif-3.4.0/components/esptool_py/esptool/docs/en/advanced-topics/
Dserial-protocol.rst167 …| ``0x08`` | SYNC | `Sync Frame <#initial-synchronisation>`__ | 36 bytes: …
191 …| ``0x08`` | SYNC | `Sync Frame <#initial-synchronisation>`__ …
201 …| ``0x0f`` | CHANGE_BAUDRATE | `Change Baud rate <#initial-synchronisation>`__ …
229 …| ``0x08`` | SYNC | `Sync Frame <#initial-synchronisation>`__ …
239 …| ``0x0f`` | CHANGE_BAUDRATE | `Change Baud rate <#initial-synchronisation>`__ …
467 Here is a second example showing part of the initial synchronization sequence (lots of 0x55 bytes w…
Dspi-flash-modes.rst107 …a header which has flash speed, flash mode, and some other metadata. The initial host mode is dete…
110 This only determines the mode which is used for the initial boot from reset. Software may then conf…
/hal_espressif-3.4.0/examples/protocols/http_request/
DREADME.md68 <meta name="viewport" content="width=device-width, initial-scale=1" />
/hal_espressif-3.4.0/examples/storage/sd_card/sdmmc/
DREADME.md78 …t. For slot 1, it will switch to 4-line mode when initializing the card (initial communication alw…
99 …IF_MOUNT_FAILED` menuconfig option enabled. Card was unformatted, so the initial mount has failed.…
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/
DREADME.md20 1. `esp_ble_gap_set_security_param` should be used to set the security parameters in the initial st…
/hal_espressif-3.4.0/examples/system/startup_time/
DREADME.md5 …minimum possible startup time for an ESP-IDF application (i.e. time from initial reset until the `…
/hal_espressif-3.4.0/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-3.4.0/components/esptool_py/esptool/docs/en/esptool/
Dbasic-options.rst46 The baud rate is limited to 115200 when esptool establishes the initial connection, higher speeds a…
/hal_espressif-3.4.0/
DSUPPORT_POLICY.md9 30 months after the initial stable release date.

123