HomeSort by relevance Sort by last modified time
    Searched refs:Semihost_SYS_WRITEC (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/ArmPkg/Library/SemihostLib/
SemihostPrivate.h 163 #define Semihost_SYS_WRITEC(Character) _Semihost_SYS_WRITEC(0x03, Character)
187 #define Semihost_SYS_WRITEC(Character) GccSemihostCall(0x03, (UINTN)(Character))
205 #define Semihost_SYS_WRITEC(Character)
SemihostLib.c 291 Semihost_SYS_WRITEC(&Character);

Completed in 42 milliseconds