Home
last modified time | relevance | path

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

/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dboot_mode.h21 #define IS_1XXX(v) (((v)&0x08)==0x08) macro
58 #define ETS_IS_FLASH_BOOT() (IS_1XXX(BOOT_MODE_GET()) || IS_0100(BOOT_MODE_GET(…
61 #define ETS_IS_FAST_FLASH_BOOT() IS_1XXX(BOOT_MODE_GET())
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dboot_mode.h13 #define IS_1XXX(v) (((v)&0x08)==0x08) macro
50 #define ETS_IS_FLASH_BOOT() (IS_1XXX(BOOT_MODE_GET()) || IS_0100(BOOT_MODE_GET(…
53 #define ETS_IS_FAST_FLASH_BOOT() IS_1XXX(BOOT_MODE_GET())
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dboot_mode.h20 #define IS_1XXX(v) (((v)&0x08)==0x08) macro
57 #define ETS_IS_FLASH_BOOT() (IS_1XXX(BOOT_MODE_GET()) || IS_0100(BOOT_MODE_GET(…
60 #define ETS_IS_FAST_FLASH_BOOT() IS_1XXX(BOOT_MODE_GET())
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dboot_mode.h13 #define IS_1XXX(v) (((v)&0x08)==0x08) macro
50 #define ETS_IS_FLASH_BOOT() (IS_1XXX(BOOT_MODE_GET()) || IS_0100(BOOT_MODE_GET(…
53 #define ETS_IS_FAST_FLASH_BOOT() IS_1XXX(BOOT_MODE_GET())
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dboot_mode.h21 #define IS_1XXX(v) (((v)&0x08)==0x08) macro
58 #define ETS_IS_FLASH_BOOT() (IS_1XXX(BOOT_MODE_GET()) || IS_0100(BOOT_MODE_GET(…
61 #define ETS_IS_FAST_FLASH_BOOT() IS_1XXX(BOOT_MODE_GET())
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dboot_mode.h13 #define IS_1XXX(v) (((v)&0x08)==0x08) macro
55 #define ETS_IS_FLASH_BOOT() IS_1XXX(BOOT_MODE_GET())
58 #define ETS_IS_FAST_FLASH_BOOT() IS_1XXX(BOOT_MODE_GET())