Enum stm32f4xx_hal::pac::sdio::sta::STBITERR_A
source · [−]pub enum STBITERR_A {
Detected,
NotDetected,
}
Expand description
Start bit not detected on all data signals in wide bus mode
Value on reset: 0
Variants
Detected
0: No start bit detected error
NotDetected
1: Start bit not detected error
Trait Implementations
sourceimpl Clone for STBITERR_A
impl Clone for STBITERR_A
sourcefn clone(&self) -> STBITERR_A
fn clone(&self) -> STBITERR_A
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for STBITERR_A
impl Debug for STBITERR_A
sourceimpl PartialEq<STBITERR_A> for STBITERR_A
impl PartialEq<STBITERR_A> for STBITERR_A
sourcefn eq(&self, other: &STBITERR_A) -> bool
fn eq(&self, other: &STBITERR_A) -> bool
impl Copy for STBITERR_A
impl StructuralPartialEq for STBITERR_A
Auto Trait Implementations
impl RefUnwindSafe for STBITERR_A
impl Send for STBITERR_A
impl Sync for STBITERR_A
impl Unpin for STBITERR_A
impl UnwindSafe for STBITERR_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more