mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
816ddc8867
The portDISABLE_INTERRUPTS() macro on Xtensa should return only the interrupt mask/level before the interrupts were disabled. Previously, the entire contents of PS register were returned (i.e., direct return from RSIL instruction without any bit masking or shifting). This commit fixes the portDISABLE_INTERRUPTS() macro to return the INTLEVEL bitfield of the PS register. |
||
---|---|---|
.. | ||
riscv | ||
xtensa |