Home
last modified time | relevance | path

Searched refs:IS_00XX (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dboot_mode.h24 #define IS_00XX(v) (((v)&0x0c)==0x00) macro
90 #define ETS_IS_JOINT_DOWNLOAD_BOOT() IS_00XX(BOOT_MODE_GET())
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dboot_mode.h16 #define IS_00XX(v) (((v)&0x0c)==0x00) macro
82 #define ETS_IS_JOINT_DOWNLOAD_BOOT() IS_00XX(BOOT_MODE_GET())
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dboot_mode.h23 #define IS_00XX(v) (((v)&0x0c)==0x00) macro
89 #define ETS_IS_JOINT_DOWNLOAD_BOOT() IS_00XX(BOOT_MODE_GET())
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dboot_mode.h16 #define IS_00XX(v) (((v)&0x0c)==0x00) macro
82 #define ETS_IS_JOINT_DOWNLOAD_BOOT() IS_00XX(BOOT_MODE_GET())
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dboot_mode.h24 #define IS_00XX(v) (((v)&0x0c)==0x00) macro
90 #define ETS_IS_JOINT_DOWNLOAD_BOOT() IS_00XX(BOOT_MODE_GET())