Struct wm8731::analog_audio_path::AnalogAudioPath[][src]

pub struct AnalogAudioPath { /* fields omitted */ }

Implementations

impl AnalogAudioPath[src]

pub fn new() -> Self[src]

pub fn mic_boost(&mut self) -> EnableDisable<'_>[src]

Microphone input level boost

pub fn mute_mic(&mut self) -> EnableDisable<'_>[src]

Mic input mute to ADC

pub fn input_select(&mut self) -> InputSelect<'_>[src]

Microphone/line input select to ADC

pub fn bypass(&mut self) -> EnableDisable<'_>[src]

Bypass switch

pub fn dac_select(&mut self) -> DacSelect<'_>[src]

DAC select

pub fn sidetone(&mut self) -> EnableDisable<'_>[src]

Side tone switch

pub fn sidetone_attenuation(&mut self)[src]

Side tone attenuation

Trait Implementations

impl Clone for AnalogAudioPath[src]

impl Copy for AnalogAudioPath[src]

impl Debug for AnalogAudioPath[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.