#[repr(u8)]pub enum Lpusartsel {
PCLK3 = 0,
SYS = 1,
HSI = 2,
LSE = 3,
MSIK = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}
Variants§
PCLK3 = 0
PCLK3 selected
SYS = 1
SYSCLK selected
HSI = 2
HSI selected
LSE = 3
LSE selected
MSIK = 4
MSIK selected
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Source§impl Lpusartsel
impl Lpusartsel
Trait Implementations§
Source§impl Clone for Lpusartsel
impl Clone for Lpusartsel
Source§fn clone(&self) -> Lpusartsel
fn clone(&self) -> Lpusartsel
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 moreSource§impl Debug for Lpusartsel
impl Debug for Lpusartsel
Source§impl From<u8> for Lpusartsel
impl From<u8> for Lpusartsel
Source§fn from(val: u8) -> Lpusartsel
fn from(val: u8) -> Lpusartsel
Converts to this type from the input type.
Source§impl Ord for Lpusartsel
impl Ord for Lpusartsel
Source§fn cmp(&self, other: &Lpusartsel) -> Ordering
fn cmp(&self, other: &Lpusartsel) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Lpusartsel
impl PartialEq for Lpusartsel
Source§impl PartialOrd for Lpusartsel
impl PartialOrd for Lpusartsel
impl Copy for Lpusartsel
impl Eq for Lpusartsel
impl StructuralPartialEq for Lpusartsel
Auto Trait Implementations§
impl Freeze for Lpusartsel
impl RefUnwindSafe for Lpusartsel
impl Send for Lpusartsel
impl Sync for Lpusartsel
impl Unpin for Lpusartsel
impl UnwindSafe for Lpusartsel
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