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