pub type M_RD_REQ_W<'a, REG> = BitWriter<'a, REG, M_RD_REQ_A>;
Expand description

Field M_RD_REQ writer - This bit masks the R_RD_REQ interrupt in IC_INTR_STAT register.

Reset value: 0x1

Aliased Type§

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

Implementations§

source§

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

source

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

RD_REQ interrupt is masked

source

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

RD_REQ interrupt is unmasked