Type Alias gd32e1::gd32e103::rcu::bdctl::RtcenR

source ·
pub type RtcenR = BitReader<Rtcen>;
Expand description

Field RTCEN reader - RTC clock enable

Aliased Type§

struct RtcenR { /* private fields */ }

Implementations§

source§

impl RtcenR

source

pub const fn variant(&self) -> Rtcen

Get enumerated values variant

source

pub fn is_disabled(&self) -> bool

RTC clock disabled

source

pub fn is_enabled(&self) -> bool

RTC clock enabled