Enum Msihsindiv
#[repr(u8)]pub enum Msihsindiv {
DIV1 = 0,
DIV2 = 1,
}Variants§
DIV1 = 0
HSE (16 MHz) is used as MSI input clock when PLL mode with high-speed clock is selected.
DIV2 = 1
HSE (32 MHz)/2 is used as MSI input clock when PLL mode with high-speed clock is selected.
Implementations§
§impl Msihsindiv
impl Msihsindiv
pub const fn from_bits(val: u8) -> Msihsindiv
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for Msihsindiv
impl Clone for Msihsindiv
§fn clone(&self) -> Msihsindiv
fn clone(&self) -> Msihsindiv
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for Msihsindiv
impl Debug for Msihsindiv
§impl From<Msihsindiv> for u8
impl From<Msihsindiv> for u8
§fn from(val: Msihsindiv) -> u8
fn from(val: Msihsindiv) -> u8
Converts to this type from the input type.
§impl From<u8> for Msihsindiv
impl From<u8> for Msihsindiv
§fn from(val: u8) -> Msihsindiv
fn from(val: u8) -> Msihsindiv
Converts to this type from the input type.
§impl Ord for Msihsindiv
impl Ord for Msihsindiv
§impl PartialEq for Msihsindiv
impl PartialEq for Msihsindiv
§impl PartialOrd for Msihsindiv
impl PartialOrd for Msihsindiv
impl Copy for Msihsindiv
impl Eq for Msihsindiv
impl StructuralPartialEq for Msihsindiv
Auto Trait Implementations§
impl Freeze for Msihsindiv
impl RefUnwindSafe for Msihsindiv
impl Send for Msihsindiv
impl Sync for Msihsindiv
impl Unpin for Msihsindiv
impl UnwindSafe for Msihsindiv
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