Enum stm32_metapac::rtc::vals::Ssrumf
#[repr(u8)]pub enum Ssrumf {
_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 Ssrumf
impl Ord for Ssrumf
§impl PartialOrd for Ssrumf
impl PartialOrd for Ssrumf
impl Copy for Ssrumf
impl Eq for Ssrumf
impl StructuralPartialEq for Ssrumf
Auto Trait Implementations§
impl Freeze for Ssrumf
impl RefUnwindSafe for Ssrumf
impl Send for Ssrumf
impl Sync for Ssrumf
impl Unpin for Ssrumf
impl UnwindSafe for Ssrumf
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
)