Enum stm32_metapac::fmc::vals::Rpipe
#[repr(u8)]pub enum Rpipe {
NODELAY = 0,
CLOCKS1 = 1,
CLOCKS2 = 2,
_RESERVED_3 = 3,
}
Variants§
NODELAY = 0
No clock cycle delay
CLOCKS1 = 1
One clock cycle delay
CLOCKS2 = 2
Two clock cycles delay
_RESERVED_3 = 3
Implementations§
Trait Implementations§
§impl Ord for Rpipe
impl Ord for Rpipe
§impl PartialOrd for Rpipe
impl PartialOrd for Rpipe
§fn partial_cmp(&self, other: &Rpipe) -> Option<Ordering>
fn partial_cmp(&self, other: &Rpipe) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Rpipe
impl Eq for Rpipe
impl StructuralEq for Rpipe
impl StructuralPartialEq for Rpipe
Auto Trait Implementations§
impl RefUnwindSafe for Rpipe
impl Send for Rpipe
impl Sync for Rpipe
impl Unpin for Rpipe
impl UnwindSafe for Rpipe
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