Type Alias xmc4300::vadc_g0::arbcfg::ArbrndW

source ·
pub type ArbrndW<'a, REG> = FieldWriterSafe<'a, REG, 2, Arbrnd>;
Expand description

Field ARBRND writer - Arbitration Round Length

Aliased Type§

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

Implementations§

source§

impl<'a, REG> ArbrndW<'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)