Ch6omW

Type Alias Ch6omW 

pub type Ch6omW<'a, REG> = BitWriter<'a, REG, Ch6om>;
Expand description

Field CH6OM writer - Channel 6 Output Mask

Aliased Type§

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

Implementations§

§

impl<'a, REG> Ch6omW<'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.