Searched refs:configured (Results 1 – 25 of 29) sorted by relevance
12
/hal_espressif-latest/components/xtensa/ |
D | project_include.cmake | 1 # Check toolchain is configured properly in cmake
|
/hal_espressif-latest/components/soc/ |
D | Kconfig | 7 # Be configured based on flash size selection.
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_5_gap.c | 336 if(extend_adv_cb.inst[instance].configured && extend_adv_cb.inst[instance].connetable) { in BTM_BleSetExtendedAdvRandaddr() 410 extend_adv_cb.inst[instance].configured = true; in BTM_BleSetExtendedAdvParams() 638 extend_adv_cb.inst[instance].configured = false; in BTM_BleExtAdvSetRemove() 667 extend_adv_cb.inst[i].configured = false; in BTM_BleExtAdvSetClear() 695 if (!extend_adv_cb.inst[instance].configured || in BTM_BlePeriodicAdvSetParams() 1167 if (!extend_adv_cb.inst[instance].configured) { in btm_ble_ext_adv_set_data_validate()
|
/hal_espressif-latest/components/esp_phy/ |
D | Kconfig | 55 1. Country configured by API esp_wifi_set_country() 58 3. Country configured by API esp_wifi_set_country()
|
/hal_espressif-latest/components/esp_netif/ |
D | Kconfig | 78 … (LWIP_NUM_NETIF_CLIENT_DATA) option needs to be properly configured to be LwIP bridge avaiable!
|
D | README.md | 102 Important is then specific configuration of particular file descriptor. It can be configured to giv…
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | advanced-options.rst | 81 …If the ``--spi-connection`` argument is not provided, the SPI flash is configured to use :ref:`pin… 118 …``--spi-connection <CLK>,<Q>,<D>,<HD>,<CS>`` allows a custom list of pins to be configured for the…
|
D | flash-modes.rst | 120 …offset 0x8000. All of the partitions in this table must fit inside the configured flash size, othe…
|
/hal_espressif-latest/components/bt/controller/esp32/ |
D | Kconfig.in | 78 PCM role can be configured as PCM master or PCM slave 90 PCM polarity can be configured as Falling Edge or Rising Edge 252 power clock. This option is allowed as long as External 32kHz crystal is configured as
|
/hal_espressif-latest/components/esp_psram/ |
D | Kconfig.spiram.common | 86 configured size and the static memory usage of the app.
|
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/ |
D | burn-efuse-cmd.rst | 97 … 33 is 30, 31 (this is visible in the summary output if these pins are configured for any SPI I/Os…
|
/hal_espressif-latest/components/esp_system/ld/esp32s3/ |
D | memory.ld.in | 24 * D cache use the memory from high address, so when it's configured to 16K/32K, the region
|
/hal_espressif-latest/components/esp_hw_support/ |
D | Kconfig | 73 more time when chip wakes up. Can only be enabled if there is no SPIRAM configured. 134 - GPIO needs to be configured as input-mode only
|
/hal_espressif-latest/components/esp_system/ld/esp32c2/ |
D | sections.ld.in | 197 …* RISC-V gcc is configured with --enable-initfini-array so it emits an .init_array section instead.
|
/hal_espressif-latest/tools/esptool_py/docs/en/advanced-topics/ |
D | boot-mode-selection.rst | 156 - The ``DTR`` and ``RTS`` lines are configured differently 345 …al the SPI clock used to load the software bootloader will be half the configured value (40MHz/2=2…
|
D | spi-flash-modes.rst | 112 For example, on ESP32 if ESP-IDF is configured for qio/qout mode then the IDF software bootloader i…
|
D | serial-protocol.rst | 321 … a large data payload which is also used by the ESP chip to detect the configured baud rate. The E… 322 … a large data payload which is also used by the ESP chip to detect the configured baud rate. {IDF_… 416 …The "Default SPI flash interface" uses pins configured via the ``SPI_PAD_CONFIG_xxx`` efuses (if u…
|
/hal_espressif-latest/components/esp_system/ld/esp32h2/ |
D | sections.ld.in | 345 …* RISC-V gcc is configured with --enable-initfini-array so it emits an .init_array section instead.
|
/hal_espressif-latest/tools/esptool_py/ |
D | CONTRIBUTING.rst | 103 … Linter`` tools will be automatically run by ``pre-commit`` if that is configured. To check your c…
|
/hal_espressif-latest/components/esp_system/ld/esp32c6/ |
D | sections.ld.in | 345 …* RISC-V gcc is configured with --enable-initfini-array so it emits an .init_array section instead.
|
/hal_espressif-latest/components/esp_system/ld/esp32c3/ |
D | sections.ld.in | 310 …* RISC-V gcc is configured with --enable-initfini-array so it emits an .init_array section instead.
|
/hal_espressif-latest/components/esp_system/ |
D | Kconfig | 443 If this option is enabled, the Task Watchdog Timer will be configured to 444 trigger the panic handler when it times out. This can also be configured
|
/hal_espressif-latest/components/bootloader/ |
D | Kconfig.projbuild | 154 The factory reset will occur if there is a GPIO input held at the configured level while 164 …The selected GPIO will be configured as an input with internal pull-up enabled (note that on some … 166 reset, this GPIO must be held high or low (as configured) on startup. 216 The selected GPIO will be configured as an input with internal pull-up enabled.
|
/hal_espressif-latest/components/esp_wifi/ |
D | Kconfig | 289 …explicitly configured before attempting connection. Please refer to the Wi-Fi Driver API Guide for… 313 …explicitly configured before attempting connection. Please refer to the Wi-Fi Driver API Guide for…
|
/hal_espressif-latest/components/spi_flash/ |
D | Kconfig | 281 SPI Flash driver uses the flash size configured in bootloader header by default.
|
12