Struct stm32_hal2::pac::pf::clidr::CLIDR_SPEC
source · [−]pub struct CLIDR_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for CLIDR_SPEC
impl Readable for CLIDR_SPEC
read()
method returns clidr::R reader structure
sourceimpl RegisterSpec for CLIDR_SPEC
impl RegisterSpec for CLIDR_SPEC
sourceimpl Resettable for CLIDR_SPEC
impl Resettable for CLIDR_SPEC
reset()
method sets CLIDR to value 0x0900_0003
sourcefn reset_value() -> <CLIDR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <CLIDR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more