Enum Rtcrstie
#[repr(u8)]pub enum Rtcrstie {
B_0X0 = 0,
B_0X1 = 1,
}Variants§
B_0X0 = 0
HSI PLL unlock detection interrupt disabled.
B_0X1 = 1
HSI PLL unlock detection interrupt enabled.
Implementations§
Trait Implementations§
§impl Ord for Rtcrstie
impl Ord for Rtcrstie
§impl PartialOrd for Rtcrstie
impl PartialOrd for Rtcrstie
impl Copy for Rtcrstie
impl Eq for Rtcrstie
impl StructuralPartialEq for Rtcrstie
Auto Trait Implementations§
impl Freeze for Rtcrstie
impl RefUnwindSafe for Rtcrstie
impl Send for Rtcrstie
impl Sync for Rtcrstie
impl Unpin for Rtcrstie
impl UnwindSafe for Rtcrstie
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