pub struct Uarte { /* private fields */ }Expand description
UART with EasyDMA
Implementations§
Source§impl Uarte
impl Uarte
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
pub const fn tasks_dma(self) -> TasksDma
Sourcepub const fn events_cts(self) -> Reg<u32, RW>
pub const fn events_cts(self) -> Reg<u32, RW>
CTS is activated (set low). Clear To Send.
Sourcepub const fn events_ncts(self) -> Reg<u32, RW>
pub const fn events_ncts(self) -> Reg<u32, RW>
CTS is deactivated (set high). Not Clear To Send.
Sourcepub const fn events_rxdrdy(self) -> Reg<u32, RW>
pub const fn events_rxdrdy(self) -> Reg<u32, RW>
Data received in RXD (but potentially not yet transferred to Data RAM)
pub const fn events_dma(self) -> EventsDma
Sourcepub const fn events_txdrdy(self) -> Reg<u32, RW>
pub const fn events_txdrdy(self) -> Reg<u32, RW>
Data sent from TXD
Sourcepub const fn events_error(self) -> Reg<u32, RW>
pub const fn events_error(self) -> Reg<u32, RW>
Error detected
Sourcepub const fn events_rxto(self) -> Reg<u32, RW>
pub const fn events_rxto(self) -> Reg<u32, RW>
Receiver timeout
Sourcepub const fn events_txstopped(self) -> Reg<u32, RW>
pub const fn events_txstopped(self) -> Reg<u32, RW>
Transmitter stopped
Sourcepub const fn errorsrc(self) -> Reg<Errorsrc, RW>
pub const fn errorsrc(self) -> Reg<Errorsrc, RW>
Error source This register is read/write one to clear.
Sourcepub const fn baudrate(self) -> Reg<Baudrate, RW>
pub const fn baudrate(self) -> Reg<Baudrate, RW>
Baud rate. Accuracy depends on the HFCLK source selected.
pub const fn dma(self) -> Dma
Trait Implementations§
impl Copy for Uarte
impl Eq for Uarte
impl Send for Uarte
impl StructuralPartialEq for Uarte
impl Sync for Uarte
Auto Trait Implementations§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)