Type Alias xmc4800::dac::dac1cfg0::SignR

source ·
pub type SignR = BitReader<Sign>;
Expand description

Field SIGN reader - Selects between signed and unsigned DAC1 mode

Aliased Type§

struct SignR { /* private fields */ }

Implementations§

source§

impl SignR

source

pub const fn variant(&self) -> Sign

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

DAC expects unsigned input data

source

pub fn is_value2(&self) -> bool

DAC expects signed input data