pub enum OUTDRIV {
OnStart = 0,
Immediately = 1,
}
Expand description
Output drive
Value on reset: 0
Variants§
OnStart = 0
0: Audio block output driven when SAIEN is set
Immediately = 1
1: Audio block output driven immediately after the setting of this bit
Trait Implementations§
impl Copy for OUTDRIV
impl Eq for OUTDRIV
impl StructuralPartialEq for OUTDRIV
Auto Trait Implementations§
impl Freeze for OUTDRIV
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