Home
last modified time | relevance | path

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

/hal_espressif-latest/components/xtensa/esp32/include/xtensa/config/
Dcore.h1340 # define XCHAL_HW_RELEASE_AT_OR_BELOW(major,minor) (XTHAL_REL_LE( XCHAL_HW_VERSION_MAJOR,XCHAL_HW_V…
1349 : (XTHAL_REL_LE(major,minor, 1040,0) && XCHAL_HAVE_XEA2) ? 1 \
/hal_espressif-latest/components/xtensa/esp32s2/include/xtensa/config/
Dcore.h1394 # define XCHAL_HW_RELEASE_AT_OR_BELOW(major,minor) (XTHAL_REL_LE( XCHAL_HW_VERSION_MAJOR,XCHAL_HW_V…
1403 : (XTHAL_REL_LE(major,minor, 1040,0) && XCHAL_HAVE_XEA2) ? 1 \
/hal_espressif-latest/components/xtensa/esp32s3/include/xtensa/config/
Dcore.h1400 # define XCHAL_HW_RELEASE_AT_OR_BELOW(major,minor) (XTHAL_REL_LE( XCHAL_HW_VERSION_MAJOR,XCHAL_HW_…
1409 : (XTHAL_REL_LE(major,minor, 1040,0) && XCHAL_HAVE_XEA2) ? 1 \
/hal_espressif-latest/components/xtensa/include/xtensa/
Dhal.h113 #define XTHAL_REL_LE(maja,mina, majb,minb) ((maja) < (majb) || \ macro