Struct stm32_hal2::serial::Tx [−][src]
Serial transmitter
Implementations
impl Tx<USART1>
[src]
pub fn frame_sender<BUFFER, N>(&self, channel: C4) -> FrameSender<BUFFER, C4, N> where
BUFFER: Sized + StableDeref<Target = DMAFrame<N>> + DerefMut + 'static,
N: ArrayLength<MaybeUninit<u8>>,
[src]
BUFFER: Sized + StableDeref<Target = DMAFrame<N>> + DerefMut + 'static,
N: ArrayLength<MaybeUninit<u8>>,
Creates a new DMA frame sender
impl Tx<USART2>
[src]
pub fn frame_sender<BUFFER, N>(&self, channel: C7) -> FrameSender<BUFFER, C7, N> where
BUFFER: Sized + StableDeref<Target = DMAFrame<N>> + DerefMut + 'static,
N: ArrayLength<MaybeUninit<u8>>,
[src]
BUFFER: Sized + StableDeref<Target = DMAFrame<N>> + DerefMut + 'static,
N: ArrayLength<MaybeUninit<u8>>,
Creates a new DMA frame sender
Trait Implementations
impl Default<u8> for Tx<USART1>
[src]
impl Default<u8> for Tx<USART2>
[src]
impl<USART> Write for Tx<USART> where
Tx<USART>: Write<u8>,
[src]
Tx<USART>: Write<u8>,
fn write_str(&mut self, s: &str) -> Result
[src]
pub fn write_char(&mut self, c: char) -> Result<(), Error>
1.1.0[src]
pub fn write_fmt(&mut self, args: Arguments<'_>) -> Result<(), Error>
1.0.0[src]
impl Write<u8> for Tx<USART1>
[src]
type Error = Error
Write error
fn flush(&mut self) -> Result<(), Error>
[src]
fn write(&mut self, byte: u8) -> Result<(), Error>
[src]
impl Write<u8> for Tx<USART2>
[src]
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,
pub 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
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.
pub 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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<S, Word> Write<Word> for S where
Word: Clone,
S: Default<Word>,
[src]
Word: Clone,
S: Default<Word>,