Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
612
pub struct Wfi;
613
614
impl Default for Wfi {
615
fn default() -> Self {
Callers
1
parse_instruction_line
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected