Type Alias xmc4300::dac::dac0cfg1::MULDIV_R

source ·
pub type MULDIV_R = BitReader<MULDIV_A>;
Expand description

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

Aliased Type§

struct MULDIV_R { /* private fields */ }

Implementations§

source§

impl MULDIV_R

source

pub const fn variant(&self) -> MULDIV_A

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)