pub struct DATA32B_W<'a> { /* private fields */ }
Expand description
Field DATA32B
writer - Data 32 Bit
Implementations
sourceimpl<'a> DATA32B_W<'a>
impl<'a> DATA32B_W<'a>
sourcepub fn data_trans_8bit(self) -> &'a mut W
pub fn data_trans_8bit(self) -> &'a mut W
Data transaction from/to DATA register are 8-bit
sourcepub fn data_trans_32bit(self) -> &'a mut W
pub fn data_trans_32bit(self) -> &'a mut W
Data transaction from/to DATA register are 32-bit
Auto Trait Implementations
impl<'a> RefUnwindSafe for DATA32B_W<'a>
impl<'a> Send for DATA32B_W<'a>
impl<'a> Sync for DATA32B_W<'a>
impl<'a> Unpin for DATA32B_W<'a>
impl<'a> !UnwindSafe for DATA32B_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more