RreW

Type Alias RreW 

pub type RreW<'a, REG> = BitWriter<'a, REG, Rre>;
Expand description

Field RRE writer - Round-Robin Enable

Aliased Type§

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

Implementations§

§

impl<'a, REG> RreW<'a, REG>
where REG: Writable + RegisterSpec,

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

Round-robin operation is disabled.

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

Round-robin operation is enabled.