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