pub struct R(_);
Expand description
Register PIN_CTRL
reader
Implementations
sourceimpl R
impl R
sourcepub fn clk_out1(&self) -> CLK_OUT1_R
pub fn clk_out1(&self) -> CLK_OUT1_R
Bits 0:3 - If you want to output clock for I2S to CLK_OUT_out1, set this register to 0x0. CLK_OUT_out1 can be found in peripheral output signals.
sourcepub fn clk_out2(&self) -> CLK_OUT2_R
pub fn clk_out2(&self) -> CLK_OUT2_R
Bits 4:7 - If you want to output clock for I2S to CLK_OUT_out2, set this register to 0x0. CLK_OUT_out2 can be found in peripheral output signals.
sourcepub fn clk_out3(&self) -> CLK_OUT3_R
pub fn clk_out3(&self) -> CLK_OUT3_R
Bits 8:11 - If you want to output clock for I2S to CLK_OUT_out3, set this register to 0x0. CLK_OUT_out3 can be found in peripheral output signals.
Methods from Deref<Target = R<PIN_CTRL_SPEC>>
Trait Implementations
sourceimpl From<R<PIN_CTRL_SPEC>> for R
impl From<R<PIN_CTRL_SPEC>> for R
sourcefn from(reader: R<PIN_CTRL_SPEC>) -> Self
fn from(reader: R<PIN_CTRL_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