#[repr(u8)]
pub enum SDBVSEL_A {
_1V8,
_3V0,
_3V3,
}
Expand description
SD Bus Voltage Select
Value on reset: 7
Variants
_1V8
5: 1.8V (Typ.)
_3V0
6: 3.0V (Typ.)
_3V3
7: 3.3V (Typ.)
Trait Implementations
impl Copy for SDBVSEL_A
impl StructuralPartialEq for SDBVSEL_A
Auto Trait Implementations
impl RefUnwindSafe for SDBVSEL_A
impl Send for SDBVSEL_A
impl Sync for SDBVSEL_A
impl Unpin for SDBVSEL_A
impl UnwindSafe for SDBVSEL_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