Type Alias gd32f1::gd32f190::can0::ctl::AwuW

source ·
pub type AwuW<'a, REG> = BitWriter<'a, REG, Awu>;
Expand description

Field AWU writer - Automatic wakeup

Aliased Type§

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

Implementations§

source§

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

source

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

Sleep state is set by software

source

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

Sleep state is set automatically by hardware