pub type M_RX_FULL_W<'a, REG> = BitWriter<'a, REG, M_RX_FULL_A>;
Expand description

Field M_RX_FULL writer - This bit masks the R_RX_FULL interrupt in IC_INTR_STAT register.

Reset value: 0x1

Aliased Type§

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

Implementations§

source§

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

source

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

RX_FULL interrupt is masked

source

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

RX_FULL interrupt is unmasked