Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ Clint
Class
Clint
crates/virtual-machine/src/devices/clint.rs:7–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
use crate::memory::MemoryAccess;
6
7
#[derive(Clone)]
8
pub struct Clint {
9
pub mtime: u64,
10
mtimecmp: u64,
11
msip: u32,
12
}
13
14
impl Default for Clint {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected