Struct Pllmul
#[repr(transparent)]pub struct Pllmul(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Pllmul
impl Pllmul
pub const MUL3: Self
pub const MUL3: Self
PLL clock entry x 3
pub const MUL4: Self
pub const MUL4: Self
PLL clock entry x 4
pub const MUL6: Self
pub const MUL6: Self
PLL clock entry x 6
pub const MUL8: Self
pub const MUL8: Self
PLL clock entry x 8
pub const MUL12: Self
pub const MUL12: Self
PLL clock entry x 12
pub const MUL16: Self
pub const MUL16: Self
PLL clock entry x 16
pub const MUL24: Self
pub const MUL24: Self
PLL clock entry x 24
pub const MUL32: Self
pub const MUL32: Self
PLL clock entry x 32
pub const MUL48: Self
pub const MUL48: Self
PLL clock entry x 48
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