pub enum COUNTRSTW {
Reset = 1,
}
Expand description
COUNTRST
Value on reset: 0
Variants§
Reset = 1
1: Trigger synchronous reset of CNT (3 LPTimer core clock cycles)
Trait Implementations§
impl Copy for COUNTRSTW
impl Eq for COUNTRSTW
impl StructuralPartialEq for COUNTRSTW
Auto Trait Implementations§
impl Freeze for COUNTRSTW
impl RefUnwindSafe for COUNTRSTW
impl Send for COUNTRSTW
impl Sync for COUNTRSTW
impl Unpin for COUNTRSTW
impl UnwindSafe for COUNTRSTW
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