Enum stm32_metapac::rtc::vals::Ssruf
#[repr(u8)]pub enum Ssruf {
_RESERVED_0 = 0,
UNDERFLOW = 1,
}
Variants§
_RESERVED_0 = 0
UNDERFLOW = 1
This flag is set by hardware when the SSR rolls under 0. SSRUF is not set when SSCLR=1
Implementations§
Trait Implementations§
§impl Ord for Ssruf
impl Ord for Ssruf
§impl PartialOrd for Ssruf
impl PartialOrd for Ssruf
impl Copy for Ssruf
impl Eq for Ssruf
impl StructuralPartialEq for Ssruf
Auto Trait Implementations§
impl Freeze for Ssruf
impl RefUnwindSafe for Ssruf
impl Send for Ssruf
impl Sync for Ssruf
impl Unpin for Ssruf
impl UnwindSafe for Ssruf
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)