AddrcfgW

Type Alias AddrcfgW 

pub type AddrcfgW<'a, REG> = FieldWriter<'a, REG, 3, Addrcfg, Safe>;
Expand description

Field ADDRCFG writer - Address Configuration

Aliased Type§

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

Implementations§

§

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

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

Address match 0 (7-bit).

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

Address match 0 (10-bit).

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

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

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

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

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

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

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

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

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

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

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

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