Enum Hsipllunlockdetie
#[repr(u8)]pub enum Hsipllunlockdetie {
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§
§impl Hsipllunlockdetie
impl Hsipllunlockdetie
pub const fn from_bits(val: u8) -> Hsipllunlockdetie
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for Hsipllunlockdetie
impl Clone for Hsipllunlockdetie
§fn clone(&self) -> Hsipllunlockdetie
fn clone(&self) -> Hsipllunlockdetie
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for Hsipllunlockdetie
impl Debug for Hsipllunlockdetie
§impl From<Hsipllunlockdetie> for u8
impl From<Hsipllunlockdetie> for u8
§fn from(val: Hsipllunlockdetie) -> u8
fn from(val: Hsipllunlockdetie) -> u8
Converts to this type from the input type.
§impl From<u8> for Hsipllunlockdetie
impl From<u8> for Hsipllunlockdetie
§fn from(val: u8) -> Hsipllunlockdetie
fn from(val: u8) -> Hsipllunlockdetie
Converts to this type from the input type.
§impl Ord for Hsipllunlockdetie
impl Ord for Hsipllunlockdetie
§fn cmp(&self, other: &Hsipllunlockdetie) -> Ordering
fn cmp(&self, other: &Hsipllunlockdetie) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialEq for Hsipllunlockdetie
impl PartialEq for Hsipllunlockdetie
§impl PartialOrd for Hsipllunlockdetie
impl PartialOrd for Hsipllunlockdetie
impl Copy for Hsipllunlockdetie
impl Eq for Hsipllunlockdetie
impl StructuralPartialEq for Hsipllunlockdetie
Auto Trait Implementations§
impl Freeze for Hsipllunlockdetie
impl RefUnwindSafe for Hsipllunlockdetie
impl Send for Hsipllunlockdetie
impl Sync for Hsipllunlockdetie
impl Unpin for Hsipllunlockdetie
impl UnwindSafe for Hsipllunlockdetie
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