Home
last modified time | relevance | path

Searched refs:IUARTWithBufferState (Results 1 – 9 of 9) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Terminals/
DBackendTerminal.cs46 var uartWithBuffer = uart as IUARTWithBufferState; in AttachTo()
62 var uartWithBuffer = uart as IUARTWithBufferState; in DetachFrom()
106 var uartWithBuffer = uart as IUARTWithBufferState; in WriteBufferToUART()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/UART/
DIUARTWithBufferState.cs14 public interface IUARTWithBufferState : IUART interface
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DSTM32F7_USART.cs20 …public sealed class STM32F7_USART : UARTBase, IUARTWithBufferState, IDoubleWordPeripheral, IKnownS…
DOpenTitan_UART.cs17 public class OpenTitan_UART : UARTBase, IUARTWithBufferState, IDoubleWordPeripheral, IKnownSize
DCadence_UART.cs19 public class Cadence_UART : UARTBase, IUARTWithBufferState, IDoubleWordPeripheral, IKnownSize
DNXP_LPUART.cs18 …public class NXP_LPUART : UARTBase, IUARTWithBufferState, ILINController, IBytePeripheral, IDouble…
DEFR32xG2_EUSART_2.cs29 …public class EFR32xG2_EUSART_2 : UARTBase, IUARTWithBufferState, IDoubleWordPeripheral, IPeriphera…
DEFR32xG2_USART_0.cs28 …public class EFR32xG2_USART_0 : UARTBase, IUARTWithBufferState, IDoubleWordPeripheral, IPeripheral…
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/SiLabs/
DEFR32_GenericUSART.cs20 …public abstract class EFR32_GenericUSART : UARTBase, IUARTWithBufferState, IPeripheralContainer<IS…