[][src]Function nucleo_f042k6::asm::isb

pub fn isb()

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.