Enum stm32_metapac::flash::vals::Latency
#[repr(u8)]pub enum Latency {
Show 16 variants
WS0 = 0,
WS1 = 1,
WS2 = 2,
WS3 = 3,
WS4 = 4,
WS5 = 5,
WS6 = 6,
WS7 = 7,
WS8 = 8,
WS9 = 9,
WS10 = 10,
WS11 = 11,
WS12 = 12,
WS13 = 13,
WS14 = 14,
WS15 = 15,
}
Variants§
WS0 = 0
0 wait states
WS1 = 1
1 wait states
WS2 = 2
2 wait states
WS3 = 3
3 wait states
WS4 = 4
4 wait states
WS5 = 5
5 wait states
WS6 = 6
6 wait states
WS7 = 7
7 wait states
WS8 = 8
8 wait states
WS9 = 9
9 wait states
WS10 = 10
10 wait states
WS11 = 11
11 wait states
WS12 = 12
12 wait states
WS13 = 13
13 wait states
WS14 = 14
14 wait states
WS15 = 15
15 wait states
Implementations§
Trait Implementations§
§impl Ord for Latency
impl Ord for Latency
§impl PartialOrd for Latency
impl PartialOrd for Latency
impl Copy for Latency
impl Eq for Latency
impl StructuralPartialEq for Latency
Auto Trait Implementations§
impl Freeze for Latency
impl RefUnwindSafe for Latency
impl Send for Latency
impl Sync for Latency
impl Unpin for Latency
impl UnwindSafe for Latency
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
)