Type Alias d1_pac::i2s_pcm::i2s_pcm_clkd::MCLKO_EN_W

source ·
pub type MCLKO_EN_W<'a, const O: u8> = BitWriter<'a, u32, I2S_PCM_CLKD_SPEC, MCLKO_EN_A, O>;
Expand description

Field mclko_en writer - MCLK Output Enable

Note: Whether in slave or master mode, when this bit is set to ‘1’, MCLK should be output.

Aliased Type§

struct MCLKO_EN_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, const O: u8> MCLKO_EN_W<'a, O>

source

pub fn disable(self) -> &'a mut W

Disable MCLK Output

source

pub fn enable(self) -> &'a mut W

Enable MCLK Output