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