Searched refs:disabling (Results 1 – 25 of 43) sorted by relevance
12
/hal_espressif-3.6.0/components/esptool_py/esptool/docs/en/espefuse/ |
D | read-write-protections-cmd.rst | 47 Permanently read-disabling efuse BLOCK2 48 Permanently read-disabling efuses MAC_VERSION, BLOCK3 49 Permanently read-disabling efuses MAC_VERSION, BLOCK3 68 Permanently write-disabling efuse WR_DIS 69 Permanently write-disabling efuses FLASH_CRYPT_CNT, UART_DOWNLOAD_DIS
|
/hal_espressif-3.6.0/tools/test_apps/system/no_embedded_paths/ |
D | README.md | 11 * Assertions disabled (doubles up as a build-time check that disabling assertions doesn't lead to a…
|
/hal_espressif-3.6.0/components/esp_gdbstub/ |
D | Kconfig | 17 If GDBStub fails, try disabling this feature.
|
/hal_espressif-3.6.0/examples/peripherals/sdio/host/main/ |
D | Kconfig.projbuild | 33 If the example does not work, please try disabling the HS mode.
|
/hal_espressif-3.6.0/docs/en/api-reference/system/ |
D | intr_alloc.rst | 115 IDF only handles enabling and disabling of the source itself, leaving status and mask bits to be ha… 117 Please note that leaving some status bits unhandled without masking them, while disabling the handl…
|
D | power_management.rst | 17 …river may need interrupts to be enabled, which means it will have to request disabling light sleep. 19 Since requesting higher APB or CPU frequencies or disabling light sleep causes higher current consu…
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/av/ |
D | bta_av_act.c | 153 if ((p_cb->disabling == TRUE) || (bta_av_cb.rcb[i].shdl != 0)) { in bta_av_close_all_rc() 1269 p_cb->disabling = TRUE; in bta_av_disable() 1875 p_cb->reg_audio, p_cb->reg_video, p_cb->disabling); in bta_av_dereg_comp() 1887 if (p_cb->disabling) { in bta_av_dereg_comp() 1888 p_cb->disabling = FALSE; in bta_av_dereg_comp()
|
/hal_espressif-3.6.0/docs/en/hw-reference/esp32s2/ |
D | user-guide-esp-lyrap-toucha-v1.1.rst | 60 …ion of touches. After receiving this interrupt, the user might consider disabling all the touch se…
|
/hal_espressif-3.6.0/components/mbedtls/ |
D | Kconfig | 618 If you don't need renegotiation, disabling it will save code size and 680 Depending on your PKI use, disabling this can be a security risk. 688 Depending on your PKI use, disabling this can be a security risk. 792 If your certificates are all in the simpler DER format, disabling 801 If writing certificate data only in DER format, disabling this
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | freertos-smp.rst | 318 …eeRTOS (and single core systems in general). However, in an SMP system, disabling interrupts is *… 336 Vanilla FreeRTOS implements critical sections by disabling interrupts, This prevents preemptive con… 338 - ``taskENTER_CRITICAL()`` enters a critical section by disabling interrupts 340 - ``taskENTER_CRITICAL_FROM_ISR()`` enters a critical section from an ISR by disabling interrupt ne… 343 However, in an SMP system, merely disabling interrupts does not constitute a critical section as th…
|
D | wifi-security.rst | 54 …rts PMF only in Station mode. Station defaults to PMF Optional mode and disabling PMF is not possi…
|
D | unit-tests.rst | 132 …neral conception that can be described in ``soc_caps.h`` to control the disabling of tests. If thi… 145 Some old ways of disabling unit tests for targets, that have obvious disadvantages, are deprecated:
|
/hal_espressif-3.6.0/docs/en/security/ |
D | esp32c3_log.inc | 41 W (148) flash_encrypt: Not disabling UART bootloader encryption
|
D | esp32s3_log.inc | 40 W (194) flash_encrypt: Not disabling UART bootloader encryption
|
D | secure-boot-v2.rst | 216 …ROM download mode has been kept enabled in order to prevent permanently disabling it in the develo… 299 …figuration. These include flash encryption, disabling of JTAG, disabling BASIC ROM interpreter, an…
|
D | esp32_log.inc | 48 W (188) flash_encrypt: Not disabling UART bootloader encryption
|
D | esp32s2_log.inc | 48 W (199) flash_encrypt: Not disabling UART bootloader encryption
|
D | secure-boot-v1.rst | 184 …figuration. These include flash encryption, disabling of JTAG, disabling BASIC ROM interpeter, and…
|
/hal_espressif-3.6.0/docs/zh_CN/security/ |
D | esp32c3_log.inc | 41 W (148) flash_encrypt: Not disabling UART bootloader encryption
|
D | esp32_log.inc | 48 W (188) flash_encrypt: Not disabling UART bootloader encryption
|
D | esp32s2_log.inc | 48 W (199) flash_encrypt: Not disabling UART bootloader encryption
|
/hal_espressif-3.6.0/examples/peripherals/sdio/ |
D | README.md | 62 better or disabling the HS mode in menuconfig.
|
/hal_espressif-3.6.0/docs/en/api-reference/network/ |
D | esp-wifi-mesh.rst | 234 …e node type and the node's current state. This parameter is unused when disabling self organized n… 245 ESP-WIFI-MESH will attempt to maintain the node's current Wi-Fi state when disabling self organized…
|
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/av/include/ |
D | bta_av_int.h | 515 BOOLEAN disabling; /* TRUE if api disabled called */ member
|
/hal_espressif-3.6.0/examples/security/flash_encryption/ |
D | README.md | 101 W (188) flash_encrypt: Not disabling UART bootloader encryption
|
12