Expand description
Helper functions for the Cortex-M architecture.
Functions§
- is_
interrupt_ context - Check if we are executing in an interrupt handler or not.
- nop
- NOP instruction
- reset
- Reset the chip.
- wfi⚠
- WFI instruction
- with_
interrupts_ ⚠disabled - Single-core critical section operation