Struct d1_pac::i2s_pcm::i2s_pcm_rxchmap2::R
source · pub struct R(/* private fields */);
Expand description
Register i2s_pcm_rxchmap2
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 [4-7] mapping
0000: The first sample
…
1111: The sixteenth sample
sourcepub fn ch4_map(&self) -> CH_MAP_R
pub fn ch4_map(&self) -> CH_MAP_R
Bits 0:3 - RX Channel 4 mapping
0000: The first sample
…
1111: The sixteenth sample
sourcepub fn ch5_map(&self) -> CH_MAP_R
pub fn ch5_map(&self) -> CH_MAP_R
Bits 8:11 - RX Channel 5 mapping
0000: The first sample
…
1111: The sixteenth sample
sourcepub fn ch6_map(&self) -> CH_MAP_R
pub fn ch6_map(&self) -> CH_MAP_R
Bits 16:19 - RX Channel 6 mapping
0000: The first sample
…
1111: The sixteenth sample
sourcepub fn ch7_map(&self) -> CH_MAP_R
pub fn ch7_map(&self) -> CH_MAP_R
Bits 24:27 - RX Channel 7 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 [4-7] Select
sourcepub fn ch4_select(&self) -> CH_SELECT_R
pub fn ch4_select(&self) -> CH_SELECT_R
Bits 4:5 - RX Channel 4 Select
sourcepub fn ch5_select(&self) -> CH_SELECT_R
pub fn ch5_select(&self) -> CH_SELECT_R
Bits 12:13 - RX Channel 5 Select
sourcepub fn ch6_select(&self) -> CH_SELECT_R
pub fn ch6_select(&self) -> CH_SELECT_R
Bits 20:21 - RX Channel 6 Select
sourcepub fn ch7_select(&self) -> CH_SELECT_R
pub fn ch7_select(&self) -> CH_SELECT_R
Bits 28:29 - RX Channel 7 Select
Methods from Deref<Target = R<I2S_PCM_RXCHMAP2_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