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