[−][src]Struct lpc55_hal::drivers::serial::Tx
Serial transmitter
Trait Implementations
impl<USART: Usart> Deref for Tx<USART>
[src]
type Target = RegisterBlock
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
impl<USART: Usart> Write<u8> for Tx<USART>
[src]
type Error = Error
Write error
fn flush(&mut self) -> Result<(), Self::Error>
[src]
fn write(&mut self, byte: u8) -> Result<(), Self::Error>
[src]
impl<USART: Usart> Write for Tx<USART> where
Tx<USART>: Write<u8>,
[src]
Tx<USART>: Write<u8>,
Auto Trait Implementations
impl<USART> Send for Tx<USART> where
USART: Send,
USART: Send,
impl<USART> Sync for Tx<USART> where
USART: Sync,
USART: Sync,
impl<USART> Unpin for Tx<USART> where
USART: Unpin,
USART: Unpin,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,