Enum stm32wlxx_hal::pac::rtc::sr::SSRUF_A
pub enum SSRUF_A {
Underflow = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
SSR underflow flag
Value on reset: 0
Variants§
Underflow = 1
1: This flag is set by hardware when the SSR rolls under 0. SSRUF is not set when SSCLR=1
Trait Implementations§
impl Copy for SSRUF_A
impl StructuralPartialEq for SSRUF_A
Auto Trait Implementations§
impl RefUnwindSafe for SSRUF_A
impl Send for SSRUF_A
impl Sync for SSRUF_A
impl Unpin for SSRUF_A
impl UnwindSafe for SSRUF_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