pub struct UART12 { /* private fields */ }
Expand description
UART12 peripheral
Implementations§
Trait Implementations§
Source§impl Peripheral for UART12
impl Peripheral for UART12
Source§impl RccPeripheral for UART12
impl RccPeripheral for UART12
fn frequency() -> Hertz
fn enable_and_reset_with_cs(_cs: CriticalSection<'_>)
fn disable_with_cs(_cs: CriticalSection<'_>)
fn enable_and_reset()
fn disable()
impl BasicInstance for UART12
impl FullInstance for UART12
impl RccPeripheral for UART12
Auto Trait Implementations§
impl Freeze for UART12
impl RefUnwindSafe for UART12
impl Send for UART12
impl Sync for UART12
impl Unpin for UART12
impl UnwindSafe for UART12
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