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