pub struct RegisterBlock {
pub cr: CR,
pub poscnt: POSCNT,
pub maxcnt: MAXCNT,
pub ie: IE,
pub im: IM,
pub ic: IC,
pub if_: IF,
pub ifov: IFOV,
/* private fields */
}Expand description
Register block
Fields§
§cr: CR0x00 - CR register
poscnt: POSCNT0x04 - POSCNT register
maxcnt: MAXCNT0x08 - MAXCNT register
ie: IE0x20 - IE register
im: IM0x24 - IM register
ic: IC0x28 - IC register
if_: IF0x2c - IF register
ifov: IFOV0x30 - IFOV register
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