Home
last modified time | relevance | path

Searched refs:bypass (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-3.7.0/components/hal/esp32s2/include/hal/
Di2s_ll.h970 static inline void i2s_ll_tx_bypass_pcm(i2s_dev_t *hw, bool bypass) in i2s_ll_tx_bypass_pcm() argument
972 hw->conf1.tx_pcm_bypass = bypass; in i2s_ll_tx_bypass_pcm()
/hal_espressif-3.7.0/components/hal/esp32/include/hal/
Di2s_ll.h668 static inline void i2s_ll_tx_bypass_pcm(i2s_dev_t *hw, bool bypass) in i2s_ll_tx_bypass_pcm() argument
670 hw->conf1.tx_pcm_bypass = bypass; in i2s_ll_tx_bypass_pcm()
Dmcpwm_ll.h959 …line void mcpwm_ll_deadtime_bypass_path(mcpwm_dev_t *mcpwm, int operator_id, int path, bool bypass) in mcpwm_ll_deadtime_bypass_path() argument
961 if (bypass) { in mcpwm_ll_deadtime_bypass_path()
/hal_espressif-3.7.0/tools/esptool_py/docs/en/espefuse/
Dburn-efuse-cmd.rst41 …URN`` before it permanently sets eFuses. The ``--do-not-confirm`` option allows you to bypass this.
/hal_espressif-3.7.0/components/hal/esp32h2/include/hal/
Dmcpwm_ll.h980 …line void mcpwm_ll_deadtime_bypass_path(mcpwm_dev_t *mcpwm, int operator_id, int path, bool bypass) in mcpwm_ll_deadtime_bypass_path() argument
982 if (bypass) { in mcpwm_ll_deadtime_bypass_path()
/hal_espressif-3.7.0/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h971 …line void mcpwm_ll_deadtime_bypass_path(mcpwm_dev_t *mcpwm, int operator_id, int path, bool bypass) in mcpwm_ll_deadtime_bypass_path() argument
973 if (bypass) { in mcpwm_ll_deadtime_bypass_path()
/hal_espressif-3.7.0/components/hal/esp32c6/include/hal/
Dmcpwm_ll.h982 …line void mcpwm_ll_deadtime_bypass_path(mcpwm_dev_t *mcpwm, int operator_id, int path, bool bypass) in mcpwm_ll_deadtime_bypass_path() argument
984 if (bypass) { in mcpwm_ll_deadtime_bypass_path()
/hal_espressif-3.7.0/components/bootloader/
DKconfig.projbuild343 it may allow a Secure Boot bypass.
828 For CI tests we use IDF_CI_BUILD to bypass it ("export IDF_CI_BUILD=1").
910 bypass the signature protection.
948 … Only set this option in testing environments. Setting this option allows complete bypass of flash
1070 surface" for an attacker to try and bypass them with a successful physical attack.
/hal_espressif-3.7.0/components/esp_hw_support/
DKconfig53 … and you still want to use this chip, you can enable this option to bypass such an error.
/hal_espressif-3.7.0/components/spi_flash/
DKconfig120 This option allows to bypass "block erase" and always do sector erase commands.