Struct Pll2mul
#[repr(transparent)]pub struct Pll2mul(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Pll2mul
impl Pll2mul
pub const MUL8: Self
pub const MUL8: Self
PLL clock entry x8
pub const MUL9: Self
pub const MUL9: Self
PLL clock entry x9
pub const MUL10: Self
pub const MUL10: Self
PLL clock entry x10
pub const MUL11: Self
pub const MUL11: Self
PLL clock entry x11
pub const MUL12: Self
pub const MUL12: Self
PLL clock entry x12
pub const MUL13: Self
pub const MUL13: Self
PLL clock entry x13
pub const MUL14: Self
pub const MUL14: Self
PLL clock entry x14
pub const MUL16: Self
pub const MUL16: Self
PLL clock entry x16
pub const MUL20: Self
pub const MUL20: Self
PLL clock entry x20
Trait Implementations§
§impl Ord for Pll2mul
impl Ord for Pll2mul
§impl PartialOrd for Pll2mul
impl PartialOrd for Pll2mul
impl Copy for Pll2mul
impl Eq for Pll2mul
impl StructuralPartialEq for Pll2mul
Auto Trait Implementations§
impl Freeze for Pll2mul
impl RefUnwindSafe for Pll2mul
impl Send for Pll2mul
impl Sync for Pll2mul
impl Unpin for Pll2mul
impl UnwindSafe for Pll2mul
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