pub type CardDetectPinLevelR = BitReader<CardDetectPinLevel>;
Expand description

Field CARD_DETECT_PIN_LEVEL reader - Card Detect Pin Level

Aliased Type§

struct CardDetectPinLevelR { /* private fields */ }

Implementations§

source§

impl CardDetectPinLevelR

source

pub const fn variant(&self) -> CardDetectPinLevel

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

No Card present (SDCD = 1)

source

pub fn is_value2(&self) -> bool

Card present (SDCD = 0)