pub enum SDIOIT_A {
NotReceived = 0,
Received = 1,
}
Expand description
SDIO interrupt received
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for SDIOIT_A
impl StructuralPartialEq for SDIOIT_A
Auto Trait Implementations§
impl Freeze for SDIOIT_A
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more