Home
last modified time | relevance | path

Searched refs:XTHAL_MAYBE (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/xtensa/include/xtensa/
Dhal.h120 #define XTHAL_MAYBE -1 /* 0=NO, 1=YES, -1=MAYBE */ macro
121 #define XTHAL_FUZZY_AND(a,b) (((a)==0 || (b)==0) ? 0 : ((a)==1 && (b)==1) ? 1 : XTHAL_MAYBE)
122 #define XTHAL_FUZZY_OR(a,b) (((a)==1 || (b)==1) ? 1 : ((a)==0 && (b)==0) ? 0 : XTHAL_MAYBE)
123 #define XTHAL_FUZZY_NOT(a) (((a)==0 || (a)==1) ? (1-(a)) : XTHAL_MAYBE)
/hal_espressif-latest/components/xtensa/esp32/include/xtensa/config/
Dcore.h1347 : XTHAL_MAYBE )
1350 : XTHAL_MAYBE )
1352 ((major) >= 2000 && XCHAL_HAVE_XEA1)) ? 0 : XTHAL_MAYBE)
/hal_espressif-latest/components/xtensa/esp32s2/include/xtensa/config/
Dcore.h1401 : XTHAL_MAYBE )
1404 : XTHAL_MAYBE )
1406 ((major) >= 2000 && XCHAL_HAVE_XEA1)) ? 0 : XTHAL_MAYBE)
/hal_espressif-latest/components/xtensa/esp32s3/include/xtensa/config/
Dcore.h1407 : XTHAL_MAYBE )
1410 : XTHAL_MAYBE )
1412 ((major) >= 2000 && XCHAL_HAVE_XEA1)) ? 0 : XTHAL_MAYBE)