Struct d1_pac::i2s_pcm::i2s_pcm_rxchmap1::R
source · pub struct R(/* private fields */);
Expand description
Register i2s_pcm_rxchmap1
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 [8-11] 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 - RX 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 8:11 - RX 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 16:19 - RX 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 24:27 - RX Channel 11 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 [8-11] Select
sourcepub fn ch8_select(&self) -> CH_SELECT_R
pub fn ch8_select(&self) -> CH_SELECT_R
Bits 4:5 - RX Channel 8 Select
sourcepub fn ch9_select(&self) -> CH_SELECT_R
pub fn ch9_select(&self) -> CH_SELECT_R
Bits 12:13 - RX Channel 9 Select
sourcepub fn ch10_select(&self) -> CH_SELECT_R
pub fn ch10_select(&self) -> CH_SELECT_R
Bits 20:21 - RX Channel 10 Select
sourcepub fn ch11_select(&self) -> CH_SELECT_R
pub fn ch11_select(&self) -> CH_SELECT_R
Bits 28:29 - RX Channel 11 Select
Methods from Deref<Target = R<I2S_PCM_RXCHMAP1_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