Type Alias CarddselR

Source
pub type CarddselR = BitReader<Carddselselect>;
Expand description

Field CARDDSEL reader - Card Detect Signal Selection

Aliased Type§

struct CarddselR { /* private fields */ }

Implementations§

Source§

impl CarddselR

Source

pub const fn variant(&self) -> Carddselselect

Get enumerated values variant

Source

pub fn is_normal(&self) -> bool

SDCD# is selected (for normal use)

Source

pub fn is_test(&self) -> bool

The Card Select Test Level is selected (for test purpose)