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