pub struct MACA2LR_SPEC;
Expand description
Trait Implementations§
Source§impl Readable for MACA2LR_SPEC
read()
method returns maca2lr::R reader structure
impl Readable for MACA2LR_SPEC
read()
method returns maca2lr::R reader structure
Source§impl RegisterSpec for MACA2LR_SPEC
impl RegisterSpec for MACA2LR_SPEC
Source§impl Resettable for MACA2LR_SPEC
reset()
method sets MACA2LR to value 0xffff_ffff
impl Resettable for MACA2LR_SPEC
reset()
method sets MACA2LR to value 0xffff_ffff
Source§fn reset_value() -> <MACA2LR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <MACA2LR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Source§impl Writable for MACA2LR_SPEC
write(|w| ..)
method takes maca2lr::W writer structure
impl Writable for MACA2LR_SPEC
write(|w| ..)
method takes maca2lr::W writer structure
Auto Trait Implementations§
impl Freeze for MACA2LR_SPEC
impl RefUnwindSafe for MACA2LR_SPEC
impl Send for MACA2LR_SPEC
impl Sync for MACA2LR_SPEC
impl Unpin for MACA2LR_SPEC
impl UnwindSafe for MACA2LR_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