MCPcopy 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

5use crate::memory::MemoryAccess;
6
7#[derive(Clone)]
8pub struct Clint {
9 pub mtime: u64,
10 mtimecmp: u64,
11 msip: u32,
12}
13
14impl Default for Clint {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected