Home
last modified time | relevance | path

Searched defs:CharReceived (Results 1 – 25 of 28) sorted by relevance

12

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/S32K3XX_FlexIO/
DUARTTransmitter.cs19 public event Action<byte> CharReceived; event in Antmicro.Renode.Peripherals.Miscellaneous.UARTTransmitter
DS32K3XX_FlexIO_UART.cs70 public event Action<byte> CharReceived; event in Antmicro.Renode.Peripherals.Miscellaneous.S32K3XX_FlexIO_UART
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SPI/
DUARTToSpiConverter.cs23 public event Action<byte> CharReceived; event in Antmicro.Renode.Peripherals.SPI.UARTToSpiConverter
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DTrivialUart.cs53 public event Action<byte> CharReceived; event in Antmicro.Renode.Peripherals.UART.TrivialUart
DSemihostingUart.cs22 public event Action<byte> CharReceived; event in Antmicro.Renode.Peripherals.UART.SemihostingUart
DAxiUartLite.cs70 public event Action<byte> CharReceived; event in Antmicro.Renode.Peripherals.UART.AxiUartLite
DRCAR_UART.cs130 public event Action<byte> CharReceived; event in Antmicro.Renode.Peripherals.UART.RCAR_UART
DSTM32W_UART.cs26 public event Action<byte> CharReceived; event in Antmicro.Renode.Peripherals.UART.STM32W_UART
DAtmel91DebugUnit.cs30 public event Action<byte> CharReceived; event in Antmicro.Renode.Peripherals.UART.Atmel91DebugUnit
DMSP430_eUSCI.cs51 public event Action<byte> CharReceived; event in Antmicro.Renode.Peripherals.UART.MSP430_eUSCI
DGaislerAPBUART.cs71 public event Action<byte> CharReceived; event in Antmicro.Renode.Peripherals.UART.GaislerAPBUART
DAppUart.cs112 public event Action<byte> CharReceived property in Antmicro.Renode.Peripherals.UART.AppUart
DSTM32_UART.cs105 public event Action<byte> CharReceived; event in Antmicro.Renode.Peripherals.UART.STM32_UART
DLEUART.cs101 public event Action<byte> CharReceived; event in Antmicro.Renode.Peripherals.UART.LEUART
DMSP430_USCIA.cs97 public event Action<byte> CharReceived; event in Antmicro.Renode.Peripherals.UART.MSP430_USCIA
DSAMD20_UART.cs215 public event Action<byte> CharReceived; event in Antmicro.Renode.Peripherals.UART.SAMD20_UART
DImxUart.cs36 public event Action<byte> CharReceived; event in Antmicro.Renode.Peripherals.UART.ImxUart
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/UART/
DIUART.cs18 event Action<byte> CharReceived; event
DUARTBase.cs61 public event Action<byte> CharReceived; event in Antmicro.Renode.Peripherals.UART.UARTBase
DVirtualConsole.cs114 public event Action<byte> CharReceived; event in Antmicro.Renode.Peripherals.UART.VirtualConsole
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Backends/Terminals/
DBackendTerminal.cs24 public virtual event Action<byte> CharReceived; event in Antmicro.Renode.Backends.Terminals.BackendTerminal
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DCDCToUARTConverter.cs80 public event Action<byte> CharReceived; event in Antmicro.Renode.Peripherals.USB.CDCToUARTConverter
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Wireless/
DSlipRadio.cs60 public void CharReceived(int value) in CharReceived() method in Antmicro.Renode.Peripherals.Wireless.SlipRadio
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SCI/
DRenesasRZG_SCIFA.cs142 public event Action<byte> CharReceived; event in Antmicro.Renode.Peripherals.SCI.RenesasRZG_SCIFA
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DAtCommandModem.cs134 public event Action<byte> CharReceived; event in Antmicro.Renode.Peripherals.Network.AtCommandModem

12