Type Alias CarddplR

Source
pub type CarddplR = BitReader<Carddplselect>;
Expand description

Field CARDDPL reader - Card Detect Pin Level

Aliased Type§

struct CarddplR { /* private fields */ }

Implementations§

Source§

impl CarddplR

Source

pub const fn variant(&self) -> Carddplselect

Get enumerated values variant

Source

pub fn is_no(&self) -> bool

No card present (SDCD#=1)

Source

pub fn is_yes(&self) -> bool

Card present (SDCD#=0)