Type Alias CarddselW

Source
pub type CarddselW<'a, REG> = BitWriter<'a, REG, Carddselselect>;
Expand description

Field CARDDSEL writer - Card Detect Signal Selection

Aliased Type§

struct CarddselW<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> CarddselW<'a, REG>
where REG: Writable + RegisterSpec,

Source

pub fn normal(self) -> &'a mut W<REG>

SDCD# is selected (for normal use)

Source

pub fn test(self) -> &'a mut W<REG>

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