Type Alias CPSMEN_R

Source
pub type CPSMEN_R = BitReader<CPSMEN>;
Expand description

Field CPSMEN reader - Command path state machine (CPSM) Enable bit

Aliased Type§

struct CPSMEN_R { /* private fields */ }

Implementations§

Source§

impl CPSMEN_R

Source

pub const fn variant(&self) -> CPSMEN

Get enumerated values variant

Source

pub fn is_disabled(&self) -> bool

Command path state machine disabled

Source

pub fn is_enabled(&self) -> bool

Command path state machine enabled