pub struct W(/* private fields */);
Expand description
Register smhc_thld
writer
Implementations§
source§impl W
impl W
sourcepub fn card_rd_thld_enb(&mut self) -> CARD_RD_THLD_ENB_W<'_, 0>
pub fn card_rd_thld_enb(&mut self) -> CARD_RD_THLD_ENB_W<'_, 0>
Bit 0 - Card Read Threshold Enable
sourcepub fn card_wr_thld_enb(&mut self) -> CARD_WR_THLD_ENB_W<'_, 2>
pub fn card_wr_thld_enb(&mut self) -> CARD_WR_THLD_ENB_W<'_, 2>
Bit 2 - Card Read/Write Threshold Enable
sourcepub fn card_wr_thld(&mut self) -> CARD_WR_THLD_W<'_, 16>
pub fn card_wr_thld(&mut self) -> CARD_WR_THLD_W<'_, 16>
Bits 16:27 - Card Read/Write Threshold Size
Methods from Deref<Target = W<SMHC_THLD_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