Ch4omW

Type Alias Ch4omW 

pub type Ch4omW<'a, REG> = BitWriter<'a, REG, Ch4om>;
Expand description

Field CH4OM writer - Channel 4 Output Mask

Aliased Type§

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

Implementations§

§

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