pub struct EvtimerhSpec;Expand description
EVTIMER High
You can read this register and get evtimerh::R. See API.
Trait Implementations§
impl Readable for EvtimerhSpec
read() method returns evtimerh::R reader structure
Source§impl RegisterSpec for EvtimerhSpec
impl RegisterSpec for EvtimerhSpec
Source§impl Resettable for EvtimerhSpec
reset() method sets EVTIMERH to value 0
impl Resettable for EvtimerhSpec
reset() method sets EVTIMERH to value 0
Source§const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
const RESET_VALUE: Self::Ux = <Self::Ux>::ZERO
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for EvtimerhSpec
impl RefUnwindSafe for EvtimerhSpec
impl Send for EvtimerhSpec
impl Sync for EvtimerhSpec
impl Unpin for EvtimerhSpec
impl UnsafeUnpin for EvtimerhSpec
impl UnwindSafe for EvtimerhSpec
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