pub struct W(_);
Expand description
Register PIN_CTRL
writer
Implementations§
source§impl W
impl W
sourcepub fn clk_out1(&mut self) -> CLK_OUT1_W<'_, 0>
pub fn clk_out1(&mut self) -> CLK_OUT1_W<'_, 0>
Bits 0:4 - 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(&mut self) -> CLK_OUT2_W<'_, 5>
pub fn clk_out2(&mut self) -> CLK_OUT2_W<'_, 5>
Bits 5:9 - 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(&mut self) -> CLK_OUT3_W<'_, 10>
pub fn clk_out3(&mut self) -> CLK_OUT3_W<'_, 10>
Bits 10:14 - 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 = W<PIN_CTRL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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