Struct esp32c3::dma::in_peri_sel_ch0::R
source · pub struct R(_);
Expand description
Register IN_PERI_SEL_CH0
reader
Implementations
sourceimpl R
impl R
sourcepub fn peri_in_sel(&self) -> PERI_IN_SEL_R
pub fn peri_in_sel(&self) -> PERI_IN_SEL_R
Bits 0:5 - This register is used to select peripheral for Rx channel 0. 0:SPI2. 1: reserved. 2: UHCI0. 3: I2S0. 4: reserved. 5: reserved. 6: AES. 7: SHA. 8: ADC_DAC.
Methods from Deref<Target = R<IN_PERI_SEL_CH0_SPEC>>
Trait Implementations
sourceimpl From<R<IN_PERI_SEL_CH0_SPEC>> for R
impl From<R<IN_PERI_SEL_CH0_SPEC>> for R
sourcefn from(reader: R<IN_PERI_SEL_CH0_SPEC>) -> Self
fn from(reader: R<IN_PERI_SEL_CH0_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more