Type Alias xmc4300::usic0_ch0::brg::SclkcfgW

source ·
pub type SclkcfgW<'a, REG> = FieldWriterSafe<'a, REG, 2, Sclkcfg>;
Expand description

Field SCLKCFG writer - Shift Clock Output Configuration

Aliased Type§

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

Implementations§

source§

impl<'a, REG> SclkcfgW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

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

The passive level is 0 and the delay is disabled.

source

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

The passive level is 1 and the delay is disabled.

source

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

The passive level is 0 and the delay is enabled.

source

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

The passive level is 1 and the delay is enabled.