RreR

Type Alias RreR 

pub type RreR = BitReader<Rre>;
Expand description

Field RRE reader - Round-Robin Enable

Aliased Type§

pub struct RreR { /* private fields */ }

Implementations§

§

impl RreR

pub const fn variant(&self) -> Rre

Get enumerated values variant

pub fn is_0(&self) -> bool

Round-robin operation is disabled.

pub fn is_1(&self) -> bool

Round-robin operation is enabled.