pub type M_ACTIVITY_W<'a, REG> = BitWriter<'a, REG, M_ACTIVITY_A>;
Expand description

Field M_ACTIVITY writer - This bit masks the R_ACTIVITY interrupt in IC_INTR_STAT register.

Reset value: 0x0

Aliased Type§

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

Implementations§

source§

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

source

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

ACTIVITY interrupt is masked

source

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

ACTIVITY interrupt is unmasked