#[repr(transparent)]pub struct RxdMode(pub u32);Expand description
Configure EasyDMA mode
Tuple Fields§
§0: u32Implementations§
Source§impl RxdMode
impl RxdMode
Sourcepub const fn lpop(&self) -> RxdModeLpop
pub const fn lpop(&self) -> RxdModeLpop
Enable low-power operation, or use low-latency
Sourcepub const fn set_lpop(&mut self, val: RxdModeLpop)
pub const fn set_lpop(&mut self, val: RxdModeLpop)
Enable low-power operation, or use low-latency
Trait Implementations§
impl Copy for RxdMode
impl Eq for RxdMode
impl StructuralPartialEq for RxdMode
Auto Trait Implementations§
impl Freeze for RxdMode
impl RefUnwindSafe for RxdMode
impl Send for RxdMode
impl Sync for RxdMode
impl Unpin for RxdMode
impl UnwindSafe for RxdMode
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)