Function cortex_m_asm::isb[][src]

pub fn isb()
Expand description

Instruction Synchronization Barrier

Flushes the pipeline in the processor, so that all instructions following the ISB are fetched from cache or memory, after the instruction has been completed.