Home
last modified time | relevance | path

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

/hal_xtensa-latest/include/xtensa/
Dhal.h121 #define XTHAL_MAYBE -1 /* 0=NO, 1=YES, -1=MAYBE */ macro
122 #define XTHAL_FUZZY_AND(a,b) (((a)==0 || (b)==0) ? 0 : ((a)==1 && (b)==1) ? 1 : XTHAL_MAYBE)
123 #define XTHAL_FUZZY_OR(a,b) (((a)==1 || (b)==1) ? 1 : ((a)==0 && (b)==0) ? 0 : XTHAL_MAYBE)
124 #define XTHAL_FUZZY_NOT(a) (((a)==0 || (a)==1) ? (1-(a)) : XTHAL_MAYBE)
/hal_xtensa-latest/include/xtensa/config/
Dcore.h1397 : XTHAL_MAYBE )
1400 : XTHAL_MAYBE )
1402 ((major) >= 2000 && XCHAL_HAVE_XEA1)) ? 0 : XTHAL_MAYBE)
/hal_xtensa-latest/zephyr/soc/sample_controller32/xtensa/config/
Dcore.h1327 : XTHAL_MAYBE )
1330 : XTHAL_MAYBE )
1332 ((major) >= 2000 && XCHAL_HAVE_XEA1)) ? 0 : XTHAL_MAYBE)