Enum daisy::pac::rcc::d2ccip1r::SPI123SEL_A
#[repr(u8)]pub enum SPI123SEL_A {
Pll1Q = 0,
Pll2P = 1,
Pll3P = 2,
I2sCkin = 3,
Per = 4,
}
Expand description
SAI1 and DFSDM1 kernel Aclk clock source selection
Value on reset: 0
Variants§
Pll1Q = 0
0: pll1_q selected as peripheral clock
Pll2P = 1
1: pll2_p selected as peripheral clock
Pll3P = 2
2: pll3_p selected as peripheral clock
I2sCkin = 3
3: I2S_CKIN selected as peripheral clock
Per = 4
4: PER selected as peripheral clock
Trait Implementations§
impl Copy for SAI1SEL_A
impl StructuralPartialEq for SAI1SEL_A
Auto Trait Implementations§
impl Freeze for SAI1SEL_A
impl RefUnwindSafe for SAI1SEL_A
impl Send for SAI1SEL_A
impl Sync for SAI1SEL_A
impl Unpin for SAI1SEL_A
impl UnwindSafe for SAI1SEL_A
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