#[repr(C)]pub struct RegisterBlock {
pub imr: IMR,
pub emr: EMR,
pub rtsr: RTSR,
pub ftsr: FTSR,
pub swier: SWIER,
pub pr: PR,
}
Expand description
Register block
Fields§
§imr: IMR
0x00 - IMR
emr: EMR
0x04 - EMR
rtsr: RTSR
0x08 - RTSR
ftsr: FTSR
0x0c - FTSR
swier: SWIER
0x10 - SWIER
pr: PR
0x14 - PR
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