Type Alias xmc4400::usic0_ch0::brg::SCLKCFG_R

source ·
pub type SCLKCFG_R = FieldReader<SCLKCFG_A>;
Expand description

Field SCLKCFG reader - Shift Clock Output Configuration

Aliased Type§

struct SCLKCFG_R { /* private fields */ }

Implementations§

source§

impl SCLKCFG_R

source

pub const fn variant(&self) -> SCLKCFG_A

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

The passive level is 0 and the delay is disabled.

source

pub fn is_value2(&self) -> bool

The passive level is 1 and the delay is disabled.

source

pub fn is_value3(&self) -> bool

The passive level is 0 and the delay is enabled.

source

pub fn is_value4(&self) -> bool

The passive level is 1 and the delay is enabled.