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