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