pub enum Fsdclkdselect {
Noeffect = 0,
Disable = 1,
}
Expand description
Force SDCK Disabled
Value on reset: 0
Variants§
Noeffect = 0
0: No effect
Disable = 1
1: SDCLK can be stopped at any time after DATA transfer.SDCLK enable forcing for 8 SDCLK cycles is disabled
Trait Implementations§
Source§impl Clone for Fsdclkdselect
impl Clone for Fsdclkdselect
Source§fn clone(&self) -> Fsdclkdselect
fn clone(&self) -> Fsdclkdselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Fsdclkdselect
impl Debug for Fsdclkdselect
Source§impl From<Fsdclkdselect> for bool
impl From<Fsdclkdselect> for bool
Source§fn from(variant: Fsdclkdselect) -> Self
fn from(variant: Fsdclkdselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Fsdclkdselect
impl PartialEq for Fsdclkdselect
impl Copy for Fsdclkdselect
impl Eq for Fsdclkdselect
impl StructuralPartialEq for Fsdclkdselect
Auto Trait Implementations§
impl Freeze for Fsdclkdselect
impl RefUnwindSafe for Fsdclkdselect
impl Send for Fsdclkdselect
impl Sync for Fsdclkdselect
impl Unpin for Fsdclkdselect
impl UnwindSafe for Fsdclkdselect
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