Struct Uartsel
#[repr(transparent)]pub struct Uartsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Uartsel
impl Uartsel
pub const RCC_PCLK1: Self
pub const RCC_PCLK1: Self
rcc_pclk1 selected as peripheral clock
pub const PLL2_Q: Self
pub const PLL2_Q: Self
pll2_q selected as peripheral clock
pub const PLL3_Q: Self
pub const PLL3_Q: Self
pll3_q selected as peripheral clock
pub const HSI_KER: Self
pub const HSI_KER: Self
hsi_ker selected as peripheral clock
pub const CSI_KER: Self
pub const CSI_KER: Self
csi_ker selected as peripheral clock
pub const LSE: Self
pub const LSE: Self
LSE selected as peripheral clock
Trait Implementations§
§impl Ord for Uartsel
impl Ord for Uartsel
§impl PartialOrd for Uartsel
impl PartialOrd for Uartsel
impl Copy for Uartsel
impl Eq for Uartsel
impl StructuralPartialEq for Uartsel
Auto Trait Implementations§
impl Freeze for Uartsel
impl RefUnwindSafe for Uartsel
impl Send for Uartsel
impl Sync for Uartsel
impl Unpin for Uartsel
impl UnwindSafe for Uartsel
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