WidthR

Type Alias WidthR 

pub type WidthR = FieldReader<Width>;
Expand description

Field WIDTH reader - Transfer Width

Aliased Type§

pub struct WidthR { /* private fields */ }

Implementations§

§

impl WidthR

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

Get enumerated values variant

pub fn is_00(&self) -> bool

Single bit transfer.

pub fn is_01(&self) -> bool

Two bit transfer.

pub fn is_10(&self) -> bool

Four bit transfer.