Struct atsamd21g::pac0::RegisterBlock
source · [−]#[repr(C)]pub struct RegisterBlock {
pub wpclr: Reg<WPCLR_SPEC>,
pub wpset: Reg<WPSET_SPEC>,
}Expand description
Register block
Fields
wpclr: Reg<WPCLR_SPEC>0x00 - Write Protection Clear
wpset: Reg<WPSET_SPEC>0x04 - Write Protection Set
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