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