Enum stm32f4xx::chip_specific::flash::FlashLatency16
source · pub enum FlashLatency16 {
Show 16 variants
Latency0,
Latency1,
Latency2,
Latency3,
Latency4,
Latency5,
Latency6,
Latency7,
Latency8,
Latency9,
Latency10,
Latency11,
Latency12,
Latency13,
Latency14,
Latency15,
}
Variants§
Latency0
Latency1
Latency2
Latency3
Latency4
Latency5
Latency6
Latency7
Latency8
Latency9
Latency10
Latency11
Latency12
Latency13
Latency14
Latency15
Trait Implementations§
source§impl Clone for FlashLatency16
impl Clone for FlashLatency16
source§fn clone(&self) -> FlashLatency16
fn clone(&self) -> FlashLatency16
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FlashLatency16
impl Debug for FlashLatency16
source§impl From<FlashLatency16> for u32
impl From<FlashLatency16> for u32
source§fn from(val: FlashLatency16) -> Self
fn from(val: FlashLatency16) -> Self
Converts to this type from the input type.
source§impl PartialEq for FlashLatency16
impl PartialEq for FlashLatency16
source§fn eq(&self, other: &FlashLatency16) -> bool
fn eq(&self, other: &FlashLatency16) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RegisterToFlashLatency for FlashLatency16
impl RegisterToFlashLatency for FlashLatency16
fn convert_register_to_enum(flash_latency_register: u32) -> Self
impl Copy for FlashLatency16
impl StructuralPartialEq for FlashLatency16
Auto Trait Implementations§
impl Freeze for FlashLatency16
impl RefUnwindSafe for FlashLatency16
impl Send for FlashLatency16
impl Sync for FlashLatency16
impl Unpin for FlashLatency16
impl UnwindSafe for FlashLatency16
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)