pub struct R(_);Expand description
Register OUT_PERI_SEL_CH0 reader
Implementations
sourceimpl R
impl R
sourcepub fn peri_out_sel_ch0(&self) -> PERI_OUT_SEL_CH0_R
pub fn peri_out_sel_ch0(&self) -> PERI_OUT_SEL_CH0_R
Bits 0:5 - This register is used to select peripheral for Tx 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<OUT_PERI_SEL_CH0_SPEC>>
Trait Implementations
sourceimpl From<R<OUT_PERI_SEL_CH0_SPEC>> for R
impl From<R<OUT_PERI_SEL_CH0_SPEC>> for R
sourcefn from(reader: R<OUT_PERI_SEL_CH0_SPEC>) -> Self
fn from(reader: R<OUT_PERI_SEL_CH0_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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