pub struct Lpuart5RxRequest;Expand description
DMA request source for LPUART5 RX.
Trait Implementations§
Source§impl Clone for Lpuart5RxRequest
impl Clone for Lpuart5RxRequest
Source§fn clone(&self) -> Lpuart5RxRequest
fn clone(&self) -> Lpuart5RxRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Lpuart5RxRequest
impl Debug for Lpuart5RxRequest
Source§impl DmaRequest for Lpuart5RxRequest
impl DmaRequest for Lpuart5RxRequest
Source§const REQUEST_NUMBER: u8 = 31u8
const REQUEST_NUMBER: u8 = 31u8
The hardware request source number for the DMA mux.
impl Copy for Lpuart5RxRequest
Auto Trait Implementations§
impl Freeze for Lpuart5RxRequest
impl RefUnwindSafe for Lpuart5RxRequest
impl Send for Lpuart5RxRequest
impl Sync for Lpuart5RxRequest
impl Unpin for Lpuart5RxRequest
impl UnwindSafe for Lpuart5RxRequest
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