Struct d1_pac::smhc::smhc_clkdiv::W
source · pub struct W(/* private fields */);
Expand description
Register smhc_clkdiv
writer
Implementations§
source§impl W
impl W
sourcepub fn cclk_div(&mut self) -> CCLK_DIV_W<'_, 0>
pub fn cclk_div(&mut self) -> CCLK_DIV_W<'_, 0>
Bits 0:7 - Card Clock Divider
sourcepub fn cclk_enb(&mut self) -> CCLK_ENB_W<'_, 16>
pub fn cclk_enb(&mut self) -> CCLK_ENB_W<'_, 16>
Bit 16 - Card Clock Enable
sourcepub fn cclk_ctrl(&mut self) -> CCLK_CTRL_W<'_, 17>
pub fn cclk_ctrl(&mut self) -> CCLK_CTRL_W<'_, 17>
Bit 17 - Card Clock Output Control
sourcepub fn mask_data0(&mut self) -> MASK_DATA0_W<'_, 31>
pub fn mask_data0(&mut self) -> MASK_DATA0_W<'_, 31>
Bit 31
Methods from Deref<Target = W<SMHC_CLKDIV_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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