1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#[doc = r"Register block"]
#[repr(C)]
pub struct RegisterBlock {
    #[doc = "0x00 - MSIP Register for hart 0"]
    pub msip: MSIP,
    _reserved1: [u8; 0x3ffc],
    #[doc = "0x4000 - MTIMECMPL Register for hart 0"]
    pub mtimecmpl: MTIMECMPL,
    #[doc = "0x4004 - MTIMECMPH Register for hart 0"]
    pub mtimecmph: MTIMECMPH,
    _reserved3: [u8; 0x7ff0],
    #[doc = "0xbff8..0xc000 - MTIME\n\nREF: opensbi"]
    pub mtime: MTIME,
    #[doc = "0xc000 - SSIP Register for hart 0"]
    pub ssip: SSIP,
    _reserved5: [u8; 0x0ffc],
    #[doc = "0xd000 - STIMECMPL Register for hart 0"]
    pub stimecmpl: STIMECMPL,
    #[doc = "0xd004 - STIMECMPH Register for hart 0"]
    pub stimecmph: STIMECMPH,
}
#[doc = "msip (rw) register accessor: an alias for `Reg<MSIP_SPEC>`"]
pub type MSIP = crate::Reg<msip::MSIP_SPEC>;
#[doc = "MSIP Register for hart 0"]
pub mod msip;
#[doc = "mtimecmpl (rw) register accessor: an alias for `Reg<MTIMECMPL_SPEC>`"]
pub type MTIMECMPL = crate::Reg<mtimecmpl::MTIMECMPL_SPEC>;
#[doc = "MTIMECMPL Register for hart 0"]
pub mod mtimecmpl;
#[doc = "mtimecmph (rw) register accessor: an alias for `Reg<MTIMECMPH_SPEC>`"]
pub type MTIMECMPH = crate::Reg<mtimecmph::MTIMECMPH_SPEC>;
#[doc = "MTIMECMPH Register for hart 0"]
pub mod mtimecmph;
#[doc = "mtime (r) register accessor: an alias for `Reg<MTIME_SPEC>`"]
pub type MTIME = crate::Reg<mtime::MTIME_SPEC>;
#[doc = "MTIME\n\nREF: opensbi"]
pub mod mtime;
#[doc = "ssip (rw) register accessor: an alias for `Reg<SSIP_SPEC>`"]
pub type SSIP = crate::Reg<ssip::SSIP_SPEC>;
#[doc = "SSIP Register for hart 0"]
pub mod ssip;
#[doc = "stimecmpl (rw) register accessor: an alias for `Reg<STIMECMPL_SPEC>`"]
pub type STIMECMPL = crate::Reg<stimecmpl::STIMECMPL_SPEC>;
#[doc = "STIMECMPL Register for hart 0"]
pub mod stimecmpl;
#[doc = "stimecmph (rw) register accessor: an alias for `Reg<STIMECMPH_SPEC>`"]
pub type STIMECMPH = crate::Reg<stimecmph::STIMECMPH_SPEC>;
#[doc = "STIMECMPH Register for hart 0"]
pub mod stimecmph;