Type Alias VBATE_R

Source
pub type VBATE_R = BitReader<VBATE_A>;
Expand description

Field VBATE reader - VBAT enable

Aliased Type§

struct VBATE_R { /* private fields */ }

Implementations§

Source§

impl VBATE_R

Source

pub fn variant(&self) -> VBATE_A

Get enumerated values variant

Source

pub fn is_disabled(&self) -> bool

Checks if the value of the field is Disabled

Source

pub fn is_enabled(&self) -> bool

Checks if the value of the field is Enabled