Type Alias gd32f1::gd32f190::timer0::cchp::BrkpW

source ·
pub type BrkpW<'a, REG> = BitWriter<'a, REG, Brkp>;
Expand description

Field BRKP writer - Break polarity

Aliased Type§

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

Implementations§

source§

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

source

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

BRKIN is active low

source

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

BRKIN is active high