Ch1omW

Type Alias Ch1omW 

pub type Ch1omW<'a, REG> = BitWriter<'a, REG, Ch1om>;
Expand description

Field CH1OM writer - Channel 1 Output Mask

Aliased Type§

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

Implementations§

§

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

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

Channel output is not masked. It continues to operate normally.

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

Channel output is masked. It is forced to its inactive state.