Type Alias DpselW

Source
pub type DpselW<'a, REG> = BitWriter<'a, REG, Dpselselect>;
Expand description

Field DPSEL writer - Data Present Select

Aliased Type§

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

Implementations§

Source§

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

Source

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

No Data Present

Source

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

Data Present