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