Struct d1_pac::i2s_pcm::i2s_pcm_tx2chmap0::R
source · pub struct R(/* private fields */);
Expand description
Register i2s_pcm_tx2chmap0
reader
Implementations§
source§impl R
impl R
sourcepub unsafe fn ch_map(&self, n: u8) -> CH_MAP_R
pub unsafe fn ch_map(&self, n: u8) -> CH_MAP_R
Channel [8-15] mapping
0000: The first sample
…
1111: The sixteenth sample
sourcepub fn ch8_map(&self) -> CH_MAP_R
pub fn ch8_map(&self) -> CH_MAP_R
Bits 0:3 - Channel 8 mapping
0000: The first sample
…
1111: The sixteenth sample
sourcepub fn ch9_map(&self) -> CH_MAP_R
pub fn ch9_map(&self) -> CH_MAP_R
Bits 4:7 - Channel 9 mapping
0000: The first sample
…
1111: The sixteenth sample
sourcepub fn ch10_map(&self) -> CH_MAP_R
pub fn ch10_map(&self) -> CH_MAP_R
Bits 8:11 - Channel 10 mapping
0000: The first sample
…
1111: The sixteenth sample
sourcepub fn ch11_map(&self) -> CH_MAP_R
pub fn ch11_map(&self) -> CH_MAP_R
Bits 12:15 - Channel 11 mapping
0000: The first sample
…
1111: The sixteenth sample
sourcepub fn ch12_map(&self) -> CH_MAP_R
pub fn ch12_map(&self) -> CH_MAP_R
Bits 16:19 - Channel 12 mapping
0000: The first sample
…
1111: The sixteenth sample
sourcepub fn ch13_map(&self) -> CH_MAP_R
pub fn ch13_map(&self) -> CH_MAP_R
Bits 20:23 - Channel 13 mapping
0000: The first sample
…
1111: The sixteenth sample
Methods from Deref<Target = R<I2S_PCM_TX2CHMAP0_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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