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