Type Alias W

Source
pub type W = W<PIN_CTRL_SPEC>;
Expand description

Register PIN_CTRL writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn clk_out1(&mut self) -> CLK_OUT1_W<'_, PIN_CTRL_SPEC>

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.

Source

pub fn clk_out2(&mut self) -> CLK_OUT2_W<'_, PIN_CTRL_SPEC>

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.

Source

pub fn clk_out3(&mut self) -> CLK_OUT3_W<'_, PIN_CTRL_SPEC>

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.