Struct Saisel
#[repr(transparent)]pub struct Saisel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Saisel
impl Saisel
pub const PLL1_Q: Self
pub const PLL1_Q: Self
pll1_q_ck selected as kernel clock (default after reset)
pub const PLL2_P: Self
pub const PLL2_P: Self
pll2_p_ck selected as kernel clock
pub const PLL3_P: Self
pub const PLL3_P: Self
pll3_p_ck selected as kernel clock
pub const AUDIOCLK: Self
pub const AUDIOCLK: Self
AUDIOCLK selected as kernel clock
pub const PER: Self
pub const PER: Self
per_ck selected as kernel clock
Trait Implementations§
§impl Ord for Saisel
impl Ord for Saisel
§impl PartialOrd for Saisel
impl PartialOrd for Saisel
impl Copy for Saisel
impl Eq for Saisel
impl StructuralPartialEq for Saisel
Auto Trait Implementations§
impl Freeze for Saisel
impl RefUnwindSafe for Saisel
impl Send for Saisel
impl Sync for Saisel
impl Unpin for Saisel
impl UnwindSafe for Saisel
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