This commit is contained in:
parent
e7b4edf75e
commit
8054f335fd
@ -280,22 +280,6 @@ pub struct Uart<UartInstance, Pins> {
|
|||||||
pins: Pins,
|
pins: Pins,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// UART using the IRQ capabilities of the peripheral. Can be created with the
|
|
||||||
/// [`Uart::into_uart_with_irq`] function. Currently, only the RX side for IRQ based reception
|
|
||||||
/// is implemented.
|
|
||||||
//pub struct UartWithIrq<Uart, Pins> {
|
|
||||||
//base: UartWithIrqBase<Uart>,
|
|
||||||
//pins: Pins,
|
|
||||||
//}
|
|
||||||
|
|
||||||
/// Type-erased UART using the IRQ capabilities of the peripheral. Can be created with the
|
|
||||||
/// [`UartWithIrq::downgrade`] function. Currently, only the RX side for IRQ based reception
|
|
||||||
/// is implemented.
|
|
||||||
//pub struct UartWithIrqBase<UART> {
|
|
||||||
//pub inner: UartBase<UART>,
|
|
||||||
//irq_info: IrqInfo,
|
|
||||||
//}
|
|
||||||
|
|
||||||
/// Serial receiver
|
/// Serial receiver
|
||||||
pub struct Rx<Uart>(Uart);
|
pub struct Rx<Uart>(Uart);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user