pub type STBITERR_R = BitReader<STBITERR_A>;
Expand description
Field STBITERR
reader - Start bit not detected on all data signals in wide bus mode
Implementations
sourceimpl STBITERR_R
impl STBITERR_R
sourcepub fn variant(&self) -> STBITERR_A
pub fn variant(&self) -> STBITERR_A
Get enumerated values variant
sourcepub fn is_detected(&self) -> bool
pub fn is_detected(&self) -> bool
Checks if the value of the field is Detected
sourcepub fn is_not_detected(&self) -> bool
pub fn is_not_detected(&self) -> bool
Checks if the value of the field is NotDetected