Struct daisy::pac::hrtim_timc::rstcr::RSTCR_SPEC
pub struct RSTCR_SPEC;
Expand description
Trait Implementations§
§impl Readable for RSTCR_SPEC
impl Readable for RSTCR_SPEC
read()
method returns rstcr::R reader structure
§impl RegisterSpec for RSTCR_SPEC
impl RegisterSpec for RSTCR_SPEC
§impl Resettable for RSTCR_SPEC
impl Resettable for RSTCR_SPEC
reset()
method sets RSTCR to value 0
§fn reset_value() -> <RSTCR_SPEC as RegisterSpec>::Ux
fn reset_value() -> <RSTCR_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for RSTCR_SPEC
impl RefUnwindSafe for RSTCR_SPEC
impl Send for RSTCR_SPEC
impl Sync for RSTCR_SPEC
impl Unpin for RSTCR_SPEC
impl UnwindSafe for RSTCR_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