Struct Pllmul
#[repr(transparent)]pub struct Pllmul(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Pllmul
impl Pllmul
pub const MUL2: Self
pub const MUL2: Self
PLL input clock x2
pub const MUL3: Self
pub const MUL3: Self
PLL input clock x3
pub const MUL4: Self
pub const MUL4: Self
PLL input clock x4
pub const MUL5: Self
pub const MUL5: Self
PLL input clock x5
pub const MUL6: Self
pub const MUL6: Self
PLL input clock x6
pub const MUL7: Self
pub const MUL7: Self
PLL input clock x7
pub const MUL8: Self
pub const MUL8: Self
PLL input clock x8
pub const MUL9: Self
pub const MUL9: Self
PLL input clock x9
pub const MUL10: Self
pub const MUL10: Self
PLL input clock x10
pub const MUL11: Self
pub const MUL11: Self
PLL input clock x11
pub const MUL12: Self
pub const MUL12: Self
PLL input clock x12
pub const MUL13: Self
pub const MUL13: Self
PLL input clock x13
pub const MUL14: Self
pub const MUL14: Self
PLL input clock x14
pub const MUL15: Self
pub const MUL15: Self
PLL input clock x15
pub const MUL16: Self
pub const MUL16: Self
PLL input clock x16
pub const MUL16X: Self
pub const MUL16X: Self
PLL input clock x16
Trait Implementations§
§impl Ord for Pllmul
impl Ord for Pllmul
§impl PartialOrd for Pllmul
impl PartialOrd for Pllmul
impl Copy for Pllmul
impl Eq for Pllmul
impl StructuralPartialEq for Pllmul
Auto Trait Implementations§
impl Freeze for Pllmul
impl RefUnwindSafe for Pllmul
impl Send for Pllmul
impl Sync for Pllmul
impl Unpin for Pllmul
impl UnwindSafe for Pllmul
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