pub struct W(_);
Expand description
Register CLKENA
writer
Implementations§
source§impl W
impl W
sourcepub fn cclk_enable(&mut self) -> CCLK_ENABLE_W<'_, 0>
pub fn cclk_enable(&mut self) -> CCLK_ENABLE_W<'_, 0>
Bits 0:1 - Clock-enable control for two SD card clocks and one MMC card clock is supported. One bit per card. 0: Clock disabled; 1: Clock enabled.
sourcepub fn lp_enable(&mut self) -> LP_ENABLE_W<'_, 16>
pub fn lp_enable(&mut self) -> LP_ENABLE_W<'_, 16>
Bits 16:17 - Disable clock when the card is in IDLE state. One bit per card. 0: clock disabled; 1: clock enabled.
Methods from Deref<Target = W<CLKENA_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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