Searched refs:bypass (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | i2s_ll.h | 965 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/ |
D | i2s_ll.h | 663 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()
|
D | mcpwm_ll.h | 963 …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/ |
D | burn-efuse-cmd.rst | 45 …URN`` before it permanently sets eFuses. The ``--do-not-confirm`` option allows you to bypass this.
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | mcpwm_ll.h | 975 …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/ |
D | mcpwm_ll.h | 986 …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/ |
D | mcpwm_ll.h | 984 …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/ |
D | Kconfig.projbuild | 375 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/ |
D | Kconfig | 53 … and you still want to use this chip, you can enable this option to bypass such an error.
|
/hal_espressif-latest/components/spi_flash/ |
D | Kconfig | 237 This option allows to bypass "block erase" and always do sector erase commands.
|