Type Alias gd32f1::gd32f190::timer0::cchp::PoenW

source ·
pub type PoenW<'a, REG> = BitWriter<'a, REG, Poen>;
Expand description

Field POEN writer - Primary output enable

Aliased Type§

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

Implementations§

source§

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

source

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

Channel outputs are disabled

source

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

Channel outputs are enabled