pub struct OPTIONS0_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for OPTIONS0_SPEC
impl Readable for OPTIONS0_SPEC
read()
method returns options0::R reader structure
sourceimpl RegisterSpec for OPTIONS0_SPEC
impl RegisterSpec for OPTIONS0_SPEC
sourceimpl Resettable for OPTIONS0_SPEC
impl Resettable for OPTIONS0_SPEC
reset()
method sets OPTIONS0 to value 0x1c49_2000
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for OPTIONS0_SPEC
impl Writable for OPTIONS0_SPEC
write(|w| ..)
method takes options0::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for OPTIONS0_SPEC
impl Send for OPTIONS0_SPEC
impl Sync for OPTIONS0_SPEC
impl Unpin for OPTIONS0_SPEC
impl UnwindSafe for OPTIONS0_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more