Home
last modified time | relevance | path

Searched defs:XTHAL_SET_INTSET (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/xtensa/include/xtensa/
Dcore-macros.h342 # define XTHAL_SET_INTSET(v) do { int __interrupt = (int)(v); \ macro
346 # define XTHAL_SET_INTSET(v) do { int __interrupt = (int)(v); \ macro
371 # define XTHAL_SET_INTSET(v) do {/*nothing*/} while(0) macro