Home
last modified time | relevance | path

Searched refs:SemihostingGetByte (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/UART/
DSemihostingUart.cs61 public byte SemihostingGetByte() { in SemihostingGetByte() method in Antmicro.Renode.Peripherals.UART.SemihostingUart
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DArm.cs418 result = uart.SemihostingGetByte(); in DoSemihosting()