Type Alias xmc4800::dac::dac0cfg0::SignR

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

Field SIGN reader - Selects Between Signed and Unsigned DAC0 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