Enum Uart16910sel
#[repr(u8)]pub enum Uart16910sel {
PCLK2 = 0,
PER = 1,
IC9 = 2,
IC14 = 3,
LSE = 4,
MSI = 5,
HSI_DIV = 6,
_RESERVED_7 = 7,
}Variants§
PCLK2 = 0
pclk2 selected as reference clock.
PER = 1
per_ck selected as reference clock.
IC9 = 2
ic9_ck selected as reference clock.
IC14 = 3
ic14_ck selected as reference clock.
LSE = 4
lse_ck selected as reference clock.
MSI = 5
msi_ck selected as reference clock.
HSI_DIV = 6
hsi_div_ck selected as reference clock.
_RESERVED_7 = 7
Implementations§
§impl Uart16910sel
impl Uart16910sel
pub const fn from_bits(val: u8) -> Uart16910sel
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for Uart16910sel
impl Clone for Uart16910sel
§fn clone(&self) -> Uart16910sel
fn clone(&self) -> Uart16910sel
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 Uart16910sel
impl Debug for Uart16910sel
§impl Format for Uart16910sel
impl Format for Uart16910sel
§impl From<u8> for Uart16910sel
impl From<u8> for Uart16910sel
§fn from(val: u8) -> Uart16910sel
fn from(val: u8) -> Uart16910sel
Converts to this type from the input type.
§impl Ord for Uart16910sel
impl Ord for Uart16910sel
§impl PartialEq for Uart16910sel
impl PartialEq for Uart16910sel
§impl PartialOrd for Uart16910sel
impl PartialOrd for Uart16910sel
impl Copy for Uart16910sel
impl Eq for Uart16910sel
impl StructuralPartialEq for Uart16910sel
Auto Trait Implementations§
impl Freeze for Uart16910sel
impl RefUnwindSafe for Uart16910sel
impl Send for Uart16910sel
impl Sync for Uart16910sel
impl Unpin for Uart16910sel
impl UnwindSafe for Uart16910sel
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