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