Type Alias xmc4300::dac::dac1cfg0::SIGN_W

source ·
pub type SIGN_W<'a, REG> = BitWriter<'a, REG, SIGN_A>;
Expand description

Field SIGN writer - Selects between signed and unsigned DAC1 mode

Aliased Type§

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

Implementations§

source§

impl<'a, REG> SIGN_W<'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