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