Struct d1_pac::smhc::smhc_fifoth::W
source · pub struct W(/* private fields */);
Expand description
Register smhc_fifoth
writer
Implementations§
source§impl W
impl W
sourcepub fn bsize_of_trans(&mut self) -> BSIZE_OF_TRANS_W<'_, 28>
pub fn bsize_of_trans(&mut self) -> BSIZE_OF_TRANS_W<'_, 28>
Bits 28:30 - sBurst Size of Multiple Transaction
Methods from Deref<Target = W<SMHC_FIFOTH_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