pub enum PWRSAV_A {
Enabled,
Disabled,
}
Expand description
Power saving configuration bit
Value on reset: 0
Variants
Enabled
0: SDIO_CK clock is always enabled
Disabled
1: SDIO_CK is only enabled when the bus is active
Trait Implementations
impl Copy for PWRSAV_A
impl StructuralPartialEq for PWRSAV_A
Auto Trait Implementations
impl RefUnwindSafe for PWRSAV_A
impl Send for PWRSAV_A
impl Sync for PWRSAV_A
impl Unpin for PWRSAV_A
impl UnwindSafe for PWRSAV_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