TwrnmskW

Type Alias TwrnmskW 

pub type TwrnmskW<'a, REG> = BitWriter<'a, REG, Twrnmsk>;
Expand description

Field TWRNMSK writer - Tx Warning Interrupt Mask

Aliased Type§

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

Implementations§

§

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

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

Tx Warning Interrupt disabled.

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

Tx Warning Interrupt enabled.