Function msp430::asm::barrier

source ·
pub fn barrier()
Expand description

A compiler fence, prevents instruction reordering.

Unlike nop, this does not emit machine code.