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