Function nucleo_f401re::asm::isb

source ·
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.