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