Enum stm32_metapac::sai::vals::Outdriv
#[repr(u8)]pub enum Outdriv {
ONSTART = 0,
IMMEDIATELY = 1,
}
Variants§
ONSTART = 0
Audio block output driven when SAIEN is set
IMMEDIATELY = 1
Audio block output driven immediately after the setting of this bit
Implementations§
Trait Implementations§
§impl Ord for Outdriv
impl Ord for Outdriv
§impl PartialOrd for Outdriv
impl PartialOrd for Outdriv
§fn partial_cmp(&self, other: &Outdriv) -> Option<Ordering>
fn partial_cmp(&self, other: &Outdriv) -> 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 Outdriv
impl Eq for Outdriv
impl StructuralEq for Outdriv
impl StructuralPartialEq for Outdriv
Auto Trait Implementations§
impl RefUnwindSafe for Outdriv
impl Send for Outdriv
impl Sync for Outdriv
impl Unpin for Outdriv
impl UnwindSafe for Outdriv
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