Enum stm32_hal2::sai::Mono
source · [−]#[repr(u8)]
pub enum Mono {
Stereo,
Mono,
}
Expand description
Select Stereo or Mono mode. Sets xCR1 register, MONO field.
Variants
Stereo
Mono
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Mono
impl Send for Mono
impl Sync for Mono
impl Unpin for Mono
impl UnwindSafe for Mono
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more