Type Alias xmc4800::usic0_ch0::pcr_iicmode::MclkW

source ·
pub type MclkW<'a, REG> = BitWriter<'a, REG, Mclk>;
Expand description

Field MCLK writer - Master Clock Enable

Aliased Type§

struct MclkW<'a, REG> { /* private fields */ }

Implementations§

source§

impl<'a, REG> MclkW<'a, REG>
where REG: Writable + RegisterSpec,

source

pub fn value1(self) -> &'a mut W<REG>

The MCLK generation is disabled and MCLK is 0.

source

pub fn value2(self) -> &'a mut W<REG>

The MCLK generation is enabled.