#[repr(u8)]pub enum En32kClk {
CD_CLK_SEL_A = 0,
CD_CLK_SEL_B = 1,
}Variants§
CD_CLK_SEL_A = 0
Use the peripheral clock (ipg_clk) for card detection.
CD_CLK_SEL_B = 1
Use the low power clock (ipg_clk_lp) for card detection.
Implementations§
Trait Implementations§
Source§impl Ord for En32kClk
impl Ord for En32kClk
Source§impl PartialOrd for En32kClk
impl PartialOrd for En32kClk
impl Copy for En32kClk
impl Eq for En32kClk
impl StructuralPartialEq for En32kClk
Auto Trait Implementations§
impl Freeze for En32kClk
impl RefUnwindSafe for En32kClk
impl Send for En32kClk
impl Sync for En32kClk
impl Unpin for En32kClk
impl UnwindSafe for En32kClk
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