pub type RscrienR = BitReader<Rscrien>;
Expand description

Field RSCRIEN reader - Repeated Start Condition Received Interrupt Enable

Aliased Type§

struct RscrienR { /* private fields */ }

Implementations§

source§

impl RscrienR

source

pub const fn variant(&self) -> Rscrien

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

The repeated start condition interrupt is disabled.

source

pub fn is_value2(&self) -> bool

The repeated start condition interrupt is enabled.