pub type RscrienW<'a, REG> = BitWriter<'a, REG, Rscrien>;
Expand description

Field RSCRIEN writer - Repeated Start Condition Received Interrupt Enable

Aliased Type§

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

Implementations§

source§

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

source

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

The repeated start condition interrupt is disabled.

source

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

The repeated start condition interrupt is enabled.