Struct Pllsrc
#[repr(transparent)]pub struct Pllsrc(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Pllsrc
impl Pllsrc
pub const HSI_DIV2: Self
pub const HSI_DIV2: Self
HSI divided by 2 selected as PLL input clock
pub const HSI_DIV_PREDIV: Self
pub const HSI_DIV_PREDIV: Self
HSI divided by PREDIV selected as PLL input clock
pub const HSE_DIV_PREDIV: Self
pub const HSE_DIV_PREDIV: Self
HSE divided by PREDIV selected as PLL input clock
Trait Implementations§
§impl Ord for Pllsrc
impl Ord for Pllsrc
§impl PartialOrd for Pllsrc
impl PartialOrd for Pllsrc
impl Copy for Pllsrc
impl Eq for Pllsrc
impl StructuralPartialEq for Pllsrc
Auto Trait Implementations§
impl Freeze for Pllsrc
impl RefUnwindSafe for Pllsrc
impl Send for Pllsrc
impl Sync for Pllsrc
impl Unpin for Pllsrc
impl UnwindSafe for Pllsrc
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