Type Alias xmc4200::vadc_g0::arbcfg::ARBRND_W

source ·
pub type ARBRND_W<'a, REG> = FieldWriter<'a, REG, 2, ARBRND_A, Safe>;
Expand description

Field ARBRND writer - Arbitration Round Length

Aliased Type§

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

Implementations§

source§

impl<'a, REG> ARBRND_W<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

source

pub fn value1(self) -> &'a mut W<REG>

4 arbitration slots per round (tARB = 4 / fADCD)

source

pub fn value2(self) -> &'a mut W<REG>

8 arbitration slots per round (tARB = 8 / fADCD)

source

pub fn value3(self) -> &'a mut W<REG>

16 arbitration slots per round (tARB = 16 / fADCD)

source

pub fn value4(self) -> &'a mut W<REG>

20 arbitration slots per round (tARB = 20 / fADCD)