pub enum Lr {
LeftChannel = 0,
RightChannel = 1,
}Expand description
Left/Right indication. This flag is considered to be a debugging aid and is not expected to be used by an I2S driver. Valid when one channel pair is busy. Indicates left or right data being processed for the currently busy channel pair.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Lr
impl Eq for Lr
impl StructuralPartialEq for Lr
Auto Trait Implementations§
impl Freeze for Lr
impl RefUnwindSafe for Lr
impl Send for Lr
impl Sync for Lr
impl Unpin for Lr
impl UnwindSafe for Lr
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