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