pub struct UART7 { /* private fields */ }
Expand description
UART7 peripheral
Implementations§
Trait Implementations§
Source§impl Peripheral for UART7
impl Peripheral for UART7
impl RccPeripheral for UART7
Auto Trait Implementations§
impl Freeze for UART7
impl RefUnwindSafe for UART7
impl Send for UART7
impl Sync for UART7
impl Unpin for UART7
impl UnwindSafe for UART7
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