pub struct UART5 { /* private fields */ }Expand description
UART5 peripheral
Implementations§
Trait Implementations§
Source§impl RxDma<UART5> for LPDMA1_CH0
impl RxDma<UART5> for LPDMA1_CH0
Source§impl RxDma<UART5> for LPDMA1_CH1
impl RxDma<UART5> for LPDMA1_CH1
Source§impl RxDma<UART5> for LPDMA1_CH2
impl RxDma<UART5> for LPDMA1_CH2
Source§impl RxDma<UART5> for LPDMA1_CH3
impl RxDma<UART5> for LPDMA1_CH3
Source§impl RxDma<UART5> for LPDMA2_CH0
impl RxDma<UART5> for LPDMA2_CH0
Source§impl RxDma<UART5> for LPDMA2_CH1
impl RxDma<UART5> for LPDMA2_CH1
Source§impl RxDma<UART5> for LPDMA2_CH2
impl RxDma<UART5> for LPDMA2_CH2
Source§impl RxDma<UART5> for LPDMA2_CH3
impl RxDma<UART5> for LPDMA2_CH3
Source§impl TxDma<UART5> for LPDMA1_CH0
impl TxDma<UART5> for LPDMA1_CH0
Source§impl TxDma<UART5> for LPDMA1_CH1
impl TxDma<UART5> for LPDMA1_CH1
Source§impl TxDma<UART5> for LPDMA1_CH2
impl TxDma<UART5> for LPDMA1_CH2
Source§impl TxDma<UART5> for LPDMA1_CH3
impl TxDma<UART5> for LPDMA1_CH3
Source§impl TxDma<UART5> for LPDMA2_CH0
impl TxDma<UART5> for LPDMA2_CH0
Source§impl TxDma<UART5> for LPDMA2_CH1
impl TxDma<UART5> for LPDMA2_CH1
Source§impl TxDma<UART5> for LPDMA2_CH2
impl TxDma<UART5> for LPDMA2_CH2
Source§impl TxDma<UART5> for LPDMA2_CH3
impl TxDma<UART5> for LPDMA2_CH3
impl Copy for UART5
impl PeripheralType for UART5
impl RccPeripheral for UART5
Auto Trait Implementations§
impl Freeze for UART5
impl RefUnwindSafe for UART5
impl Send for UART5
impl Sync for UART5
impl Unpin for UART5
impl UnwindSafe for UART5
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