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