Enum Lserdyif
#[repr(u8)]pub enum Lserdyif {
B_0X0 = 0,
B_0X1 = 1,
}Variants§
B_0X0 = 0
No clock ready interrupt caused by the LSE oscillator.
B_0X1 = 1
Clock ready interrupt caused by the LSE oscillator.
Implementations§
Trait Implementations§
§impl Ord for Lserdyif
impl Ord for Lserdyif
§impl PartialOrd for Lserdyif
impl PartialOrd for Lserdyif
impl Copy for Lserdyif
impl Eq for Lserdyif
impl StructuralPartialEq for Lserdyif
Auto Trait Implementations§
impl Freeze for Lserdyif
impl RefUnwindSafe for Lserdyif
impl Send for Lserdyif
impl Sync for Lserdyif
impl Unpin for Lserdyif
impl UnwindSafe for Lserdyif
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