Type Alias AddrlenW

Source
pub type AddrlenW<'a, REG> = BitWriter<'a, REG, Addrlenselect>;
Expand description

Field ADDRLEN writer - Address Length

Aliased Type§

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

Implementations§

Source§

impl<'a, REG> AddrlenW<'a, REG>
where REG: Writable + RegisterSpec,

Source

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

24-bits address length

Source

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

32-bits address length