pub type M_RESTART_DET_W<'a, REG> = BitWriter<'a, REG, M_RESTART_DET_A>;
Expand description

Field M_RESTART_DET writer - This bit masks the R_RESTART_DET interrupt in IC_INTR_STAT register.

Reset value: 0x0

Aliased Type§

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

Implementations§

source§

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

source

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

RESTART_DET interrupt is masked

source

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

RESTART_DET interrupt is unmasked