pub struct Lpuart2RxRequest;Expand description
DMA request source for LPUART2 RX.
Trait Implementations§
Source§impl Clone for Lpuart2RxRequest
impl Clone for Lpuart2RxRequest
Source§fn clone(&self) -> Lpuart2RxRequest
fn clone(&self) -> Lpuart2RxRequest
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 Lpuart2RxRequest
impl Debug for Lpuart2RxRequest
Source§impl DmaRequest for Lpuart2RxRequest
impl DmaRequest for Lpuart2RxRequest
Source§const REQUEST_NUMBER: u8 = 25u8
const REQUEST_NUMBER: u8 = 25u8
The hardware request source number for the DMA mux.
impl Copy for Lpuart2RxRequest
Auto Trait Implementations§
impl Freeze for Lpuart2RxRequest
impl RefUnwindSafe for Lpuart2RxRequest
impl Send for Lpuart2RxRequest
impl Sync for Lpuart2RxRequest
impl Unpin for Lpuart2RxRequest
impl UnwindSafe for Lpuart2RxRequest
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