pub type SrrienW<'a, REG> = BitWriter<'a, REG, Srrien>;
Expand description

Field SRRIEN writer - Slave Read Request Interrupt Enable

Aliased Type§

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

Implementations§

source§

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

source

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

The slave read request interrupt is disabled.

source

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

The slave read request interrupt is enabled.