Struct atsamd51g::aes::databufptr::DATABUFPTR_SPEC   
source · [−]pub struct DATABUFPTR_SPEC;Expand description
Data buffer pointer
This register you can read, write_with_zero, reset, write, modify. See API.
For information about available fields see databufptr module
Trait Implementations
sourceimpl Readable for DATABUFPTR_SPEC
 
impl Readable for DATABUFPTR_SPEC
read() method returns databufptr::R reader structure
sourceimpl RegisterSpec for DATABUFPTR_SPEC
 
impl RegisterSpec for DATABUFPTR_SPEC
sourceimpl Resettable for DATABUFPTR_SPEC
 
impl Resettable for DATABUFPTR_SPEC
reset() method sets DATABUFPTR to value 0
sourcefn reset_value() -> Self::Ux
 
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for DATABUFPTR_SPEC
 
impl Writable for DATABUFPTR_SPEC
write(|w| ..) method takes databufptr::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for DATABUFPTR_SPEC
impl Send for DATABUFPTR_SPEC
impl Sync for DATABUFPTR_SPEC
impl Unpin for DATABUFPTR_SPEC
impl UnwindSafe for DATABUFPTR_SPEC
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