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