Enum embassy_stm32::qspi::enums::ChipSelectHighTime
source · 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 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