RwrnmskW

Type Alias RwrnmskW 

pub type RwrnmskW<'a, REG> = BitWriter<'a, REG, Rwrnmsk>;
Expand description

Field RWRNMSK writer - Rx Warning Interrupt Mask

Aliased Type§

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

Implementations§

§

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

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

Rx Warning Interrupt disabled.

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

Rx Warning Interrupt enabled.