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
impl Copy for Waitcfg
impl Eq for Waitcfg
impl StructuralPartialEq for Waitcfg
Auto Trait Implementations§
impl Freeze for Waitcfg
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
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
)