Enum stm32_metapac::syscfg::vals::AxiramWs
#[repr(u8)]pub enum AxiramWs {
WS0 = 0,
WS1 = 1,
}
Variants§
WS0 = 0
No wait state added when accessing any AXIRAM with ECC = 0.
WS1 = 1
One wait state added when accessing any AXIRAM with ECC = 0. In this case, Fmax = 500 MHz is not guaranteed. (TBC).
Implementations§
Trait Implementations§
§impl Ord for AxiramWs
impl Ord for AxiramWs
§impl PartialOrd for AxiramWs
impl PartialOrd for AxiramWs
impl Copy for AxiramWs
impl Eq for AxiramWs
impl StructuralPartialEq for AxiramWs
Auto Trait Implementations§
impl Freeze for AxiramWs
impl RefUnwindSafe for AxiramWs
impl Send for AxiramWs
impl Sync for AxiramWs
impl Unpin for AxiramWs
impl UnwindSafe for AxiramWs
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
)