Home
last modified time | relevance | path

Searched refs:IS_0100 (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dboot_mode.h39 #define IS_0100(v) (((v)&0x0f)==0x04) macro
58 #define ETS_IS_FLASH_BOOT() (IS_1XXX(BOOT_MODE_GET()) || IS_0100(BOOT_MODE_GET(…
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dboot_mode.h31 #define IS_0100(v) (((v)&0x0f)==0x04) macro
50 #define ETS_IS_FLASH_BOOT() (IS_1XXX(BOOT_MODE_GET()) || IS_0100(BOOT_MODE_GET(…
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dboot_mode.h38 #define IS_0100(v) (((v)&0x0f)==0x04) macro
57 #define ETS_IS_FLASH_BOOT() (IS_1XXX(BOOT_MODE_GET()) || IS_0100(BOOT_MODE_GET(…
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dboot_mode.h31 #define IS_0100(v) (((v)&0x0f)==0x04) macro
50 #define ETS_IS_FLASH_BOOT() (IS_1XXX(BOOT_MODE_GET()) || IS_0100(BOOT_MODE_GET(…
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dboot_mode.h39 #define IS_0100(v) (((v)&0x0f)==0x04) macro
58 #define ETS_IS_FLASH_BOOT() (IS_1XXX(BOOT_MODE_GET()) || IS_0100(BOOT_MODE_GET(…
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dboot_mode.h19 #define IS_0100(v) (((v)&0x0f)==0x04) macro
63 #define ETS_IS_SDIO_FEI_FEO_V2_BOOT() IS_0100(BOOT_MODE_GET())