/hal_espressif-3.4.0/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-3.4.0/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-3.4.0/tools/kconfig_new/test/confserver/ |
D | test_confserver.py | 77 initial = expect_json(p) 78 print('Initial: %s' % initial)
|
/hal_espressif-3.4.0/docs/en/get-started-legacy/ |
D | make-project.rst | 41 …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/ |
D | timer.rst | 43 …- **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/ |
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-3.4.0/examples/protocols/mdns/main/ |
D | Kconfig.projbuild | 28 Please set to false to disable initial querying to avoid warnings.
|
/hal_espressif-3.4.0/docs/en/api-guides/ |
D | usb-otg-console.rst | 58 …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/ |
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-3.4.0/examples/system/deep_sleep/main/ |
D | Kconfig.projbuild | 19 the window defined by the initial temperature and a threshold
|
/hal_espressif-3.4.0/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-3.4.0/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-3.4.0/examples/bluetooth/bluedroid/ble/gatt_security_server/ |
D | README.md | 20 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/ |
D | README.md | 123 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/ |
D | README.md | 20 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/ |
D | README.md | 19 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/ |
D | serial-protocol.rst | 167 …| ``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…
|
D | spi-flash-modes.rst | 107 …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/ |
D | README.md | 68 <meta name="viewport" content="width=device-width, initial-scale=1" />
|
/hal_espressif-3.4.0/examples/storage/sd_card/sdmmc/ |
D | README.md | 78 …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/ |
D | README.md | 20 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/ |
D | README.md | 5 …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/ |
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-3.4.0/components/esptool_py/esptool/docs/en/esptool/ |
D | basic-options.rst | 46 The baud rate is limited to 115200 when esptool establishes the initial connection, higher speeds a…
|
/hal_espressif-3.4.0/ |
D | SUPPORT_POLICY.md | 9 30 months after the initial stable release date.
|