Type Alias gd32f1::gd32f190::adc::ctl1::DalW

source ·
pub type DalW<'a, REG> = BitWriter<'a, REG, Dal>;
Expand description

Field DAL writer - Data alignment

Aliased Type§

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

Implementations§

source§

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

source

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

Right alignment

source

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

Left alignment