Type Alias xmc4300::dac::dac0cfg0::SignW

source ·
pub type SignW<'a, REG> = BitWriter<'a, REG, Sign>;
Expand description

Field SIGN writer - Selects Between Signed and Unsigned DAC0 Mode

Aliased Type§

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

Implementations§

source§

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

source

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

DAC expects unsigned input data

source

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

DAC expects signed input data