pub type M_TX_EMPTY_W<'a, REG> = BitWriter<'a, REG, M_TX_EMPTY_A>;
Expand description

Field M_TX_EMPTY writer - This bit masks the R_TX_EMPTY interrupt in IC_INTR_STAT register.

Reset value: 0x1

Aliased Type§

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

Implementations§

source§

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

source

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

TX_EMPTY interrupt is masked

source

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

TX_EMPTY interrupt is unmasked