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