pub enum ChipSelectHighTime {
_1Cycle,
_2Cycle,
_3Cycle,
_4Cycle,
_5Cycle,
_6Cycle,
_7Cycle,
_8Cycle,
}
Expand description
Time the Chip Select line stays high.
Variants§
Trait Implementations§
source§impl Clone for ChipSelectHighTime
impl Clone for ChipSelectHighTime
source§fn clone(&self) -> ChipSelectHighTime
fn clone(&self) -> ChipSelectHighTime
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 Into<u8> for ChipSelectHighTime
impl Into<u8> for ChipSelectHighTime
impl Copy for ChipSelectHighTime
Auto Trait Implementations§
impl Freeze for ChipSelectHighTime
impl RefUnwindSafe for ChipSelectHighTime
impl Send for ChipSelectHighTime
impl Sync for ChipSelectHighTime
impl Unpin for ChipSelectHighTime
impl UnwindSafe for ChipSelectHighTime
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)