Type Alias gd32f1::gd32f190::timer0::ctl1::Iso0nW

source ·
pub type Iso0nW<'a, REG> = BitWriter<'a, REG, Iso0n>;
Expand description

Field ISO0N writer - Idle state of channel 0 complementary output

Aliased Type§

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

Implementations§

source§

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

source

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

CHn_ON=0 when POEN=0

source

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

CHn_ON=1 when POEN=0