Type Alias xmc4800::sdmmc::present_state::CARD_DETECT_PIN_LEVEL_R

source ·
pub type CARD_DETECT_PIN_LEVEL_R = BitReader<CARD_DETECT_PIN_LEVEL_A>;
Expand description

Field CARD_DETECT_PIN_LEVEL reader - Card Detect Pin Level

Aliased Type§

struct CARD_DETECT_PIN_LEVEL_R { /* private fields */ }

Implementations§

source§

impl CARD_DETECT_PIN_LEVEL_R

source

pub const fn variant(&self) -> CARD_DETECT_PIN_LEVEL_A

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)