#[repr(transparent)]pub struct TxdMode(pub u32);Expand description
Configure EasyDMA mode
Tuple Fields§
§0: u32Implementations§
Source§impl TxdMode
impl TxdMode
Sourcepub const fn lpop(&self) -> TxdModeLpop
pub const fn lpop(&self) -> TxdModeLpop
Enable low-power operation, or use low-latency
Sourcepub const fn set_lpop(&mut self, val: TxdModeLpop)
pub const fn set_lpop(&mut self, val: TxdModeLpop)
Enable low-power operation, or use low-latency
Trait Implementations§
impl Copy for TxdMode
impl Eq for TxdMode
impl StructuralPartialEq for TxdMode
Auto Trait Implementations§
impl Freeze for TxdMode
impl RefUnwindSafe for TxdMode
impl Send for TxdMode
impl Sync for TxdMode
impl Unpin for TxdMode
impl UnwindSafe for TxdMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)