#[repr(C)]pub struct RegisterBlock {Show 21 fields
pub cr0: CR0,
pub cr1: CR1,
pub intclr: INTCLR,
pub poen0: POEN0,
pub poen1: POEN1,
pub ram0: RAM0,
pub ram1: RAM1,
pub ram2: RAM2,
pub ram3: RAM3,
pub ram4: RAM4,
pub ram5: RAM5,
pub ram6: RAM6,
pub ram7: RAM7,
pub ram8: RAM8,
pub ram9: RAM9,
pub ram10: RAM10,
pub ram11: RAM11,
pub ram12: RAM12,
pub ram13: RAM13,
pub ram14: RAM14,
pub ram15: RAM15,
}Expand description
Register block
Fields§
§cr0: CR00x00 - Control register
cr1: CR10x04 - CR1
intclr: INTCLR0x08 - INTCLR
poen0: POEN00x0c - POEN0
poen1: POEN10x10 - POEN1
ram0: RAM00x14 - des RAM0
ram1: RAM10x18 - des RAM1
ram2: RAM20x1c - des RAM2
ram3: RAM30x20 - des RAM3
ram4: RAM40x24 - des RAM4
ram5: RAM50x28 - des RAM5
ram6: RAM60x2c - des RAM6
ram7: RAM70x30 - des RAM7
ram8: RAM80x34 - des RAM8
ram9: RAM90x38 - des RAM9
ram10: RAM100x3c - des RAM10
ram11: RAM110x40 - des RAM11
ram12: RAM120x44 - des RAM12
ram13: RAM130x48 - des RAM13
ram14: RAM140x4c - des RAM14
ram15: RAM150x50 - des RAM15
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