pub struct RegisterBlock {
pub gctrl: GCTRL,
pub gstat: GSTAT,
pub gidls: GIDLS,
pub gidlc: GIDLC,
pub gcss: GCSS,
pub gcsc: GCSC,
pub gcst: GCST,
pub midr: MIDR,
/* private fields */
}Expand description
Register block
Fields§
§gctrl: GCTRL0x00 - Global Control Register
gstat: GSTAT0x04 - Global Status Register
gidls: GIDLS0x08 - Global Idle Set
gidlc: GIDLC0x0c - Global Idle Clear
gcss: GCSS0x10 - Global Channel Set
gcsc: GCSC0x14 - Global Channel Clear
gcst: GCST0x18 - Global Channel Status
midr: MIDR0x80 - Module Identification
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more