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