MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / Wfi

Class Wfi

crates/asm-to-binary/src/riscv/rv64i.rs:612–612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610/// WFI - wait for interrupt (system instruction)
611#[derive(Debug, Clone, PartialEq, Eq)]
612pub struct Wfi;
613
614impl Default for Wfi {
615 fn default() -> Self {

Callers 1

parse_instruction_lineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected