Enum stm32_metapac::timer::vals::Ossi
#[repr(u8)]pub enum Ossi {
DISABLED = 0,
IDLELEVEL = 1,
}
Variants§
DISABLED = 0
When inactive, OC/OCN outputs are disabled
IDLELEVEL = 1
When inactive, OC/OCN outputs are forced to idle level
Implementations§
Trait Implementations§
§impl Ord for Ossi
impl Ord for Ossi
§impl PartialOrd for Ossi
impl PartialOrd for Ossi
§fn partial_cmp(&self, other: &Ossi) -> Option<Ordering>
fn partial_cmp(&self, other: &Ossi) -> 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 Ossi
impl Eq for Ossi
impl StructuralPartialEq for Ossi
Auto Trait Implementations§
impl Freeze for Ossi
impl RefUnwindSafe for Ossi
impl Send for Ossi
impl Sync for Ossi
impl Unpin for Ossi
impl UnwindSafe for Ossi
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