pub struct OPTCR_SPEC;
Expand description
Trait Implementations§
Source§impl Readable for OPTCR_SPEC
read()
method returns optcr::R reader structure
impl Readable for OPTCR_SPEC
read()
method returns optcr::R reader structure
Source§impl RegisterSpec for OPTCR_SPEC
impl RegisterSpec for OPTCR_SPEC
Source§impl Resettable for OPTCR_SPEC
reset()
method sets OPTCR to value 0x0fff_aaed
impl Resettable for OPTCR_SPEC
reset()
method sets OPTCR to value 0x0fff_aaed
Source§fn reset_value() -> <OPTCR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <OPTCR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for OPTCR_SPEC
impl RefUnwindSafe for OPTCR_SPEC
impl Send for OPTCR_SPEC
impl Sync for OPTCR_SPEC
impl Unpin for OPTCR_SPEC
impl UnwindSafe for OPTCR_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