Struct daisy::pac::mdios::doutr0::DOUTR0_SPEC
pub struct DOUTR0_SPEC;
Expand description
Trait Implementations§
§impl Readable for DOUTR0_SPEC
impl Readable for DOUTR0_SPEC
read()
method returns doutr0::R reader structure
§impl RegisterSpec for DOUTR0_SPEC
impl RegisterSpec for DOUTR0_SPEC
§impl Resettable for DOUTR0_SPEC
impl Resettable for DOUTR0_SPEC
reset()
method sets DOUTR0 to value 0
§fn reset_value() -> <DOUTR0_SPEC as RegisterSpec>::Ux
fn reset_value() -> <DOUTR0_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for DOUTR0_SPEC
impl RefUnwindSafe for DOUTR0_SPEC
impl Send for DOUTR0_SPEC
impl Sync for DOUTR0_SPEC
impl Unpin for DOUTR0_SPEC
impl UnwindSafe for DOUTR0_SPEC
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