Type Alias xmc4800::usic0_ch0::sctr::DSM_R

source ·
pub type DSM_R = FieldReader<DSM_A>;
Expand description

Field DSM reader - Data Shift Mode

Aliased Type§

struct DSM_R { /* private fields */ }

Implementations§

source§

impl DSM_R

source

pub const fn variant(&self) -> Option<DSM_A>

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

Receive and transmit data is shifted in and out one bit at a time through DX0 and DOUT0.

source

pub fn is_value3(&self) -> bool

Receive and transmit data is shifted in and out two bits at a time through two input stages (DX0 and DX3) and DOUT[1:0] respectively.

source

pub fn is_value4(&self) -> bool

Receive and transmit data is shifted in and out four bits at a time through four input stages (DX0, DX[5:3]) and DOUT[3:0] respectively.