#[repr(C)]pub struct I2S_CONFIG_Type {
pub MODE: u32,
pub RXEN: u32,
pub TXEN: u32,
pub MCKEN: u32,
pub MCKFREQ: u32,
pub RATIO: u32,
pub SWIDTH: u32,
pub ALIGN: u32,
pub FORMAT: u32,
pub CHANNELS: u32,
}
Expand description
@brief I2S_CONFIG [CONFIG] (Unspecified)
Fields§
§MODE: u32
< (@ 0x00000000) I2S mode.
RXEN: u32
< (@ 0x00000004) Reception (RX) enable.
TXEN: u32
< (@ 0x00000008) Transmission (TX) enable.
MCKEN: u32
< (@ 0x0000000C) Master clock generator enable.
MCKFREQ: u32
< (@ 0x00000010) Master clock generator frequency.
RATIO: u32
< (@ 0x00000014) MCK / LRCK ratio.
SWIDTH: u32
< (@ 0x00000018) Sample width.
ALIGN: u32
< (@ 0x0000001C) Alignment of sample within a frame.
FORMAT: u32
< (@ 0x00000020) Frame format.
CHANNELS: u32
< (@ 0x00000024) Enable channels.
Trait Implementations§
Source§impl Clone for I2S_CONFIG_Type
impl Clone for I2S_CONFIG_Type
Source§fn clone(&self) -> I2S_CONFIG_Type
fn clone(&self) -> I2S_CONFIG_Type
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for I2S_CONFIG_Type
impl Debug for I2S_CONFIG_Type
Source§impl Default for I2S_CONFIG_Type
impl Default for I2S_CONFIG_Type
Source§fn default() -> I2S_CONFIG_Type
fn default() -> I2S_CONFIG_Type
Returns the “default value” for a type. Read more
impl Copy for I2S_CONFIG_Type
Auto Trait Implementations§
impl Freeze for I2S_CONFIG_Type
impl RefUnwindSafe for I2S_CONFIG_Type
impl Send for I2S_CONFIG_Type
impl Sync for I2S_CONFIG_Type
impl Unpin for I2S_CONFIG_Type
impl UnwindSafe for I2S_CONFIG_Type
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 40 bytes