Enum Usart16910sel
#[repr(u8)]pub enum Usart16910sel {
PCLK2 = 0,
PLL2_Q = 1,
PLL3_Q = 2,
HSI = 3,
CSI = 4,
LSE = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
PCLK2 = 0
rcc_pclk2 selected as peripheral clock
PLL2_Q = 1
pll2_q selected as peripheral clock
PLL3_Q = 2
pll3_q selected as peripheral clock
HSI = 3
hsi_ker selected as peripheral clock
CSI = 4
csi_ker selected as peripheral clock
LSE = 5
LSE selected as peripheral clock
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
§impl Usart16910sel
impl Usart16910sel
pub const fn from_bits(val: u8) -> Usart16910sel
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for Usart16910sel
impl Clone for Usart16910sel
§fn clone(&self) -> Usart16910sel
fn clone(&self) -> Usart16910sel
Returns a copy 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 From<u8> for Usart16910sel
impl From<u8> for Usart16910sel
§fn from(val: u8) -> Usart16910sel
fn from(val: u8) -> Usart16910sel
Converts to this type from the input type.
§impl Ord for Usart16910sel
impl Ord for Usart16910sel
§impl PartialEq for Usart16910sel
impl PartialEq for Usart16910sel
§impl PartialOrd for Usart16910sel
impl PartialOrd for Usart16910sel
impl Copy for Usart16910sel
impl Eq for Usart16910sel
impl StructuralPartialEq for Usart16910sel
Auto Trait Implementations§
impl Freeze for Usart16910sel
impl RefUnwindSafe for Usart16910sel
impl Send for Usart16910sel
impl Sync for Usart16910sel
impl Unpin for Usart16910sel
impl UnwindSafe for Usart16910sel
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)