Enum stm32_metapac::otg::vals::Pfivl
#[repr(u8)]pub enum Pfivl {
FRAME_INTERVAL_80 = 0,
FRAME_INTERVAL_85 = 1,
FRAME_INTERVAL_90 = 2,
FRAME_INTERVAL_95 = 3,
}
Variants§
FRAME_INTERVAL_80 = 0
80% of the frame interval
FRAME_INTERVAL_85 = 1
85% of the frame interval
FRAME_INTERVAL_90 = 2
90% of the frame interval
FRAME_INTERVAL_95 = 3
95% of the frame interval
Implementations§
Trait Implementations§
§impl Ord for Pfivl
impl Ord for Pfivl
§impl PartialOrd for Pfivl
impl PartialOrd for Pfivl
§fn partial_cmp(&self, other: &Pfivl) -> Option<Ordering>
fn partial_cmp(&self, other: &Pfivl) -> 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 Pfivl
impl Eq for Pfivl
impl StructuralEq for Pfivl
impl StructuralPartialEq for Pfivl
Auto Trait Implementations§
impl RefUnwindSafe for Pfivl
impl Send for Pfivl
impl Sync for Pfivl
impl Unpin for Pfivl
impl UnwindSafe for Pfivl
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