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