Type Alias gd32f1::gd32f190::timer0::smcfg::EtpW

source ·
pub type EtpW<'a, REG> = BitWriter<'a, REG, Etp>;
Expand description

Field ETP writer - External trigger polarity

Aliased Type§

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

Implementations§

source§

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

source

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

ETI is noninverted, active at high level or rising edge

source

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

ETI is inverted, active at low level or falling edge