Function esp32c2_hal::riscv::asm::nop
pub unsafe fn nop()Expand description
nop instruction wrapper
Generates a no-operation. Useful to prevent delay loops from being optimized away.
pub unsafe fn nop()nop instruction wrapper
Generates a no-operation. Useful to prevent delay loops from being optimized away.