Type Alias W

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

Register i2s_config writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn reg_i2s_ref_clk_div( &mut self, ) -> REG_I2S_REF_CLK_DIV_W<'_, I2S_CONFIG_SPEC>

Bits 0:5

Source

pub fn reg_i2s_di_ref_clk_sel( &mut self, ) -> REG_I2S_DI_REF_CLK_SEL_W<'_, I2S_CONFIG_SPEC>

Bit 6

Source

pub fn reg_i2s_ref_clk_en( &mut self, ) -> REG_I2S_REF_CLK_EN_W<'_, I2S_CONFIG_SPEC>

Bit 7

Source

pub fn reg_i2s_do_ref_clk_sel( &mut self, ) -> REG_I2S_DO_REF_CLK_SEL_W<'_, I2S_CONFIG_SPEC>

Bit 8

Source

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self

Writes raw bits to the register.

§Safety

Passing incorrect value can cause undefined behaviour. See reference manual