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