You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// NOTE(unsafe) single-instruction load with no side effects
unsafe{SCB_ICSR.read_volatile()asu8 == 0}
}
This code checks for a value of the VECTACTIVE field (only for bits 7..0 of the 9-bit field). This value corresponds to the current interrupt number handled (0 for none).
I wonder what should we use here for RISC-V. @ilya-epifanov any ideas?
The text was updated successfully, but these errors were encountered:
async-on-embedded/async-embedded/src/executor.rs
Lines 203 to 207 in 47eb470
This code checks for a value of the
VECTACTIVE
field (only for bits 7..0 of the 9-bit field). This value corresponds to the current interrupt number handled (0 for none).I wonder what should we use here for RISC-V. @ilya-epifanov any ideas?
The text was updated successfully, but these errors were encountered: