pub enum RSTARE {
Disabled = 0,
Enabled = 1,
}
Expand description
RSTARE
Value on reset: 0
Variants§
Disabled = 0
0: CNT Register reads do not trigger reset
Enabled = 1
1: CNT Register reads trigger reset of LPTIM
Trait Implementations§
impl Copy for RSTARE
impl Eq for RSTARE
impl StructuralPartialEq for RSTARE
Auto Trait Implementations§
impl Freeze for RSTARE
impl RefUnwindSafe for RSTARE
impl Send for RSTARE
impl Sync for RSTARE
impl Unpin for RSTARE
impl UnwindSafe for RSTARE
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