pub enum PCMmix {
Left,
Half,
Right,
}Expand description
PCM mix This is used to set the PCM mix of the CS43L22 In summary, it is used to set the gain of the left and right channels of the I2S stream
Variants§
Trait Implementations§
impl Copy for PCMmix
impl StructuralPartialEq for PCMmix
Auto Trait Implementations§
impl Freeze for PCMmix
impl RefUnwindSafe for PCMmix
impl Send for PCMmix
impl Sync for PCMmix
impl Unpin for PCMmix
impl UnsafeUnpin for PCMmix
impl UnwindSafe for PCMmix
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