pub enum SDIOIT_A {
NotReceived,
Received,
}
Expand description
SDIO interrupt received
Value on reset: 0
Variants
NotReceived
0: SDIO interrupt not receieved
Received
1: SDIO interrupt received
Trait Implementations
impl Copy for SDIOIT_A
impl StructuralPartialEq for SDIOIT_A
Auto Trait Implementations
impl RefUnwindSafe for SDIOIT_A
impl Send for SDIOIT_A
impl Sync for SDIOIT_A
impl Unpin for SDIOIT_A
impl UnwindSafe for SDIOIT_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