Home
last modified time | relevance | path

Searched refs:SemihostingWriteString (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DSemihostingUart.cs67 public void SemihostingWriteString(string s) in SemihostingWriteString() method in Antmicro.Renode.Peripherals.UART.SemihostingUart
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Xtensa/
DXtensa.cs116 semihostingUart.SemihostingWriteString(bufString); in DoSemihosting()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArm.cs432 uart.SemihostingWriteString(s); in DoSemihosting()