Enum stm32_metapac::fmc::vals::Waitcfg
#[repr(u8)]pub enum Waitcfg {
BEFOREWAITSTATE = 0,
DURINGWAITSTATE = 1,
}
Variants§
BEFOREWAITSTATE = 0
NWAIT signal is active one data cycle before wait state
DURINGWAITSTATE = 1
NWAIT signal is active during wait state
Implementations§
Trait Implementations§
§impl Ord for Waitcfg
impl Ord for Waitcfg
§impl PartialOrd for Waitcfg
impl PartialOrd for Waitcfg
§fn partial_cmp(&self, other: &Waitcfg) -> Option<Ordering>
fn partial_cmp(&self, other: &Waitcfg) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Waitcfg
impl Eq for Waitcfg
impl StructuralEq for Waitcfg
impl StructuralPartialEq for Waitcfg
Auto Trait Implementations§
impl RefUnwindSafe for Waitcfg
impl Send for Waitcfg
impl Sync for Waitcfg
impl Unpin for Waitcfg
impl UnwindSafe for Waitcfg
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