pub type SDIOSUSPEND_R = BitReader<SDIOSUSPEND_A>;
Expand description
Field SDIOSuspend
reader - SD I/O suspend command
Implementations
sourceimpl SDIOSUSPEND_R
impl SDIOSUSPEND_R
sourcepub fn variant(&self) -> SDIOSUSPEND_A
pub fn variant(&self) -> SDIOSUSPEND_A
Get enumerated values variant
sourcepub fn is_disabled(&self) -> bool
pub fn is_disabled(&self) -> bool
Checks if the value of the field is Disabled
sourcepub fn is_enabled(&self) -> bool
pub fn is_enabled(&self) -> bool
Checks if the value of the field is Enabled