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