pub struct I2sConfig {
pub mode: I2sMode,
pub standard: I2sStandard,
pub format: AudioFormat,
pub mclk_div: Option<u32>,
}
Expand description
I2S configuration parameters
Fields§
§mode: I2sMode
§standard: I2sStandard
§format: AudioFormat
§mclk_div: Option<u32>
MCLK divider ratio (optional)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for I2sConfig
impl RefUnwindSafe for I2sConfig
impl Send for I2sConfig
impl Sync for I2sConfig
impl Unpin for I2sConfig
impl UnwindSafe for I2sConfig
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