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