AddrcfgR

Type Alias AddrcfgR 

pub type AddrcfgR = FieldReader<Addrcfg>;
Expand description

Field ADDRCFG reader - Address Configuration

Aliased Type§

pub struct AddrcfgR { /* private fields */ }

Implementations§

§

impl AddrcfgR

pub const fn variant(&self) -> Addrcfg

Get enumerated values variant

pub fn is_000(&self) -> bool

Address match 0 (7-bit).

pub fn is_001(&self) -> bool

Address match 0 (10-bit).

pub fn is_010(&self) -> bool

Address match 0 (7-bit) or Address match 1 (7-bit).

pub fn is_011(&self) -> bool

Address match 0 (10-bit) or Address match 1 (10-bit).

pub fn is_100(&self) -> bool

Address match 0 (7-bit) or Address match 1 (10-bit).

pub fn is_101(&self) -> bool

Address match 0 (10-bit) or Address match 1 (7-bit).

pub fn is_110(&self) -> bool

From Address match 0 (7-bit) to Address match 1 (7-bit).

pub fn is_111(&self) -> bool

From Address match 0 (10-bit) to Address match 1 (10-bit).