pub struct EvtimerlSpec;Expand description
EVTIMER Low
You can read this register and get evtimerl::R. See API.
Trait Implementations§
impl Readable for EvtimerlSpec
read() method returns evtimerl::R reader structure
Source§impl RegisterSpec for EvtimerlSpec
impl RegisterSpec for EvtimerlSpec
Source§impl Resettable for EvtimerlSpec
reset() method sets EVTIMERL to value 0
impl Resettable for EvtimerlSpec
reset() method sets EVTIMERL 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 EvtimerlSpec
impl RefUnwindSafe for EvtimerlSpec
impl Send for EvtimerlSpec
impl Sync for EvtimerlSpec
impl Unpin for EvtimerlSpec
impl UnsafeUnpin for EvtimerlSpec
impl UnwindSafe for EvtimerlSpec
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