Module cortex_m::asm

source ·
Expand description

Miscellaneous assembly instructions

Functions

Puts the processor in Debug state. Debuggers can pick this up as a “breakpoint”.
Blocks the program for at least n instruction cycles
Data Memory Barrier
Data Synchronization Barrier
Instruction Synchronization Barrier
A no-operation. Useful to prevent delay loops from being optimized away.
Send Event
Wait For Event
Wait For Interrupt