Struct atsamd51p::port::RegisterBlock
source · [−]#[repr(C)]pub struct RegisterBlock {
pub group0: GROUP,
pub group1: GROUP,
pub group2: GROUP,
pub group3: GROUP,
/* private fields */
}Expand description
Register block
Fields
group0: GROUP0x00..0x60 - GROUP[%s]
group1: GROUP0x80..0xe0 - GROUP[%s]
group2: GROUP0x100..0x160 - GROUP[%s]
group3: GROUP0x180..0x1e0 - GROUP[%s]
Auto Trait Implementations
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more