Type Alias xmc4800::dac::dac0cfg1::MuldivR

source ·
pub type MuldivR = BitReader<Muldiv>;
Expand description

Field MULDIV reader - Switch between up- and downscale of the DAC0 input data values

Aliased Type§

struct MuldivR { /* private fields */ }

Implementations§

source§

impl MuldivR

source

pub const fn variant(&self) -> Muldiv

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

downscale = division (shift SCALE positions to the right)

source

pub fn is_value2(&self) -> bool

upscale = multiplication (shift SCALE positions to the left)