Files
cortex-m-quickstart/cortex_m/asm/sidebar-items.js
2018-09-03 15:09:46 +00:00

1 line
461 B
JavaScript

initSidebarItems({"fn":[["bkpt","Puts the processor in Debug state. Debuggers can pick this up as a \"breakpoint\"."],["delay","Blocks the program for at least `n` instruction cycles"],["dmb","Data Memory Barrier"],["dsb","Data Synchronization Barrier"],["isb","Instruction Synchronization Barrier"],["nop","A no-operation. Useful to prevent delay loops from being optimized away."],["sev","Send Event"],["wfe","Wait For Event"],["wfi","Wait For Interrupt"]]});