Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/esp32s2/include/hal/
Di2s_ll.h965 static inline void i2s_ll_tx_bypass_pcm(i2s_dev_t *hw, bool bypass) in i2s_ll_tx_bypass_pcm() argument
967 hw->conf1.tx_pcm_bypass = bypass; in i2s_ll_tx_bypass_pcm()
/hal_espressif-latest/components/hal/esp32/include/hal/
Di2s_ll.h663 static inline void i2s_ll_tx_bypass_pcm(i2s_dev_t *hw, bool bypass) in i2s_ll_tx_bypass_pcm() argument
665 hw->conf1.tx_pcm_bypass = bypass; in i2s_ll_tx_bypass_pcm()
Dmcpwm_ll.h963 …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
965 if (bypass) { in mcpwm_ll_deadtime_bypass_path()
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/
Dburn-efuse-cmd.rst45 …URN`` before it permanently sets eFuses. The ``--do-not-confirm`` option allows you to bypass this.
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h975 …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
977 if (bypass) { in mcpwm_ll_deadtime_bypass_path()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dmcpwm_ll.h986 …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
988 if (bypass) { in mcpwm_ll_deadtime_bypass_path()
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dmcpwm_ll.h984 …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
986 if (bypass) { in mcpwm_ll_deadtime_bypass_path()
/hal_espressif-latest/components/bootloader/
DKconfig.projbuild375 it may allow a Secure Boot bypass.
864 For CI tests we use IDF_CI_BUILD to bypass it ("export IDF_CI_BUILD=1").
946 bypass the signature protection.
984 … Only set this option in testing environments. Setting this option allows complete bypass of flash
1122 surface" for an attacker to try and bypass them with a successful physical attack.
/hal_espressif-latest/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-latest/components/spi_flash/
DKconfig237 This option allows to bypass "block erase" and always do sector erase commands.