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