Struct d1_pac::i2s_pcm::i2s_pcm_rxchmap0::R
source · pub struct R(/* private fields */);
Expand description
Register i2s_pcm_rxchmap0
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
RX Channel [12-15] 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 0:3 - RX 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 8:11 - RX Channel 13 mapping
0000: The first sample
…
1111: The sixteenth sample
sourcepub fn ch14_map(&self) -> CH_MAP_R
pub fn ch14_map(&self) -> CH_MAP_R
Bits 16:19 - RX Channel 14 mapping
0000: The first sample
…
1111: The sixteenth sample
sourcepub fn ch15_map(&self) -> CH_MAP_R
pub fn ch15_map(&self) -> CH_MAP_R
Bits 24:27 - RX Channel 15 mapping
0000: The first sample
…
1111: The sixteenth sample
sourcepub unsafe fn ch_select(&self, n: u8) -> CH_SELECT_R
pub unsafe fn ch_select(&self, n: u8) -> CH_SELECT_R
RX Channel [12-15] Select
sourcepub fn ch12_select(&self) -> CH_SELECT_R
pub fn ch12_select(&self) -> CH_SELECT_R
Bits 4:5 - RX Channel 12 Select
sourcepub fn ch13_select(&self) -> CH_SELECT_R
pub fn ch13_select(&self) -> CH_SELECT_R
Bits 12:13 - RX Channel 13 Select
sourcepub fn ch14_select(&self) -> CH_SELECT_R
pub fn ch14_select(&self) -> CH_SELECT_R
Bits 20:21 - RX Channel 14 Select
sourcepub fn ch15_select(&self) -> CH_SELECT_R
pub fn ch15_select(&self) -> CH_SELECT_R
Bits 28:29 - RX Channel 15 Select
Methods from Deref<Target = R<I2S_PCM_RXCHMAP0_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