pub struct USART0 { /* private fields */ }
Expand description
USART0 peripheral
Implementations§
Trait Implementations§
impl Copy for USART0
impl Instance for USART0
impl PeripheralType for USART0
impl RxPin<USART0> for PIO1_5
impl TxPin<USART0> for PIO1_6
Auto Trait Implementations§
impl Freeze for USART0
impl RefUnwindSafe for USART0
impl Send for USART0
impl Sync for USART0
impl Unpin for USART0
impl UnwindSafe for USART0
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