Type Alias gd32f1::gd32f130::rcu::apb1en::Timer1enW

source ·
pub type Timer1enW<'a, REG> = BitWriter<'a, REG, Timer1en>;
Expand description

Field TIMER1EN writer - TIMER1 timer clock enable

Aliased Type§

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

Implementations§

source§

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

source

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

The selected clock is disabled

source

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

The selected clock is enabled