Enum stm32wlxx_hal::pac::flash::acr::LATENCY_A
#[repr(u8)]pub enum LATENCY_A {
Ws0 = 0,
Ws1 = 1,
Ws2 = 2,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Latency
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LATENCY_A
impl StructuralPartialEq for LATENCY_A
Auto Trait Implementations§
impl RefUnwindSafe for LATENCY_A
impl Send for LATENCY_A
impl Sync for LATENCY_A
impl Unpin for LATENCY_A
impl UnwindSafe for LATENCY_A
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