Struct Usartsel
#[repr(transparent)]pub struct Usartsel(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Usartsel
impl Usartsel
pub const RCC_PCLK2: Self
pub const RCC_PCLK2: Self
rcc_pclk2 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 Usartsel
impl Ord for Usartsel
§impl PartialOrd for Usartsel
impl PartialOrd for Usartsel
impl Copy for Usartsel
impl Eq for Usartsel
impl StructuralPartialEq for Usartsel
Auto Trait Implementations§
impl Freeze for Usartsel
impl RefUnwindSafe for Usartsel
impl Send for Usartsel
impl Sync for Usartsel
impl Unpin for Usartsel
impl UnwindSafe for Usartsel
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