Function msp430::asm::nop

source ·
pub fn nop()
Expand description

A no-operation. Useful to prevent delay loops from being optimized away.

Unlike barrier, this does not prevent reordering of memory access.