ra4m3/
dbg.rs

1#[doc = r"Register block"]
2#[repr(C)]
3pub struct RegisterBlock {
4    #[doc = "0x00 - Debug Status Register"]
5    pub dbgstr: DBGSTR,
6    _reserved1: [u8; 0x0c],
7    #[doc = "0x10 - Debug Stop Control Register"]
8    pub dbgstopcr: DBGSTOPCR,
9}
10#[doc = "DBGSTR (r) register accessor: an alias for `Reg<DBGSTR_SPEC>`"]
11pub type DBGSTR = crate::Reg<dbgstr::DBGSTR_SPEC>;
12#[doc = "Debug Status Register"]
13pub mod dbgstr;
14#[doc = "DBGSTOPCR (rw) register accessor: an alias for `Reg<DBGSTOPCR_SPEC>`"]
15pub type DBGSTOPCR = crate::Reg<dbgstopcr::DBGSTOPCR_SPEC>;
16#[doc = "Debug Stop Control Register"]
17pub mod dbgstopcr;