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