Searched refs:bypass (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-3.7.0/components/hal/esp32s2/include/hal/ |
D | i2s_ll.h | 970 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/ |
D | i2s_ll.h | 668 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()
|
D | mcpwm_ll.h | 959 …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/ |
D | burn-efuse-cmd.rst | 41 …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/ |
D | mcpwm_ll.h | 980 …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/ |
D | mcpwm_ll.h | 971 …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/ |
D | mcpwm_ll.h | 982 …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/ |
D | Kconfig.projbuild | 343 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/ |
D | Kconfig | 53 … 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/ |
D | Kconfig | 120 This option allows to bypass "block erase" and always do sector erase commands.
|