Type Alias DpselR

Source
pub type DpselR = BitReader<Dpselselect>;
Expand description

Field DPSEL reader - Data Present Select

Aliased Type§

struct DpselR { /* private fields */ }

Implementations§

Source§

impl DpselR

Source

pub const fn variant(&self) -> Dpselselect

Get enumerated values variant

Source

pub fn is_no_data(&self) -> bool

No Data Present

Source

pub fn is_data(&self) -> bool

Data Present