Type Alias gd32f1::gd32f190::timer1::smcfg::EtpR

source ·
pub type EtpR = BitReader<Etp>;
Expand description

Field ETP reader - External trigger polarity

Aliased Type§

struct EtpR { /* private fields */ }

Implementations§

source§

impl EtpR

source

pub const fn variant(&self) -> Etp

Get enumerated values variant

source

pub fn is_not_inverted(&self) -> bool

ETI is noninverted, active at high level or rising edge

source

pub fn is_inverted(&self) -> bool

ETI is inverted, active at low level or falling edge