Enum stm32wlxx_hal::pac::lptim2::cr::RSTARE_A
pub enum RSTARE_A {
Disabled = 0,
Enabled = 1,
}
Available on crate feature
stm32wl5x_cm4
only.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_A
impl StructuralPartialEq for RSTARE_A
Auto Trait Implementations§
impl RefUnwindSafe for RSTARE_A
impl Send for RSTARE_A
impl Sync for RSTARE_A
impl Unpin for RSTARE_A
impl UnwindSafe for RSTARE_A
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