Type Alias esp32c3::io_mux::pin_ctrl::R

source ·
pub type R = R<PIN_CTRL_SPEC>;
Expand description

Register PIN_CTRL reader

Aliased Type§

struct R { /* private fields */ }

Implementations§

source§

impl R

source

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.

source

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.

source

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.