Searched refs:SerialPrint (Results 1 – 3 of 3) sorted by relevance
27 #define SerialPrint(txt) SerialPortWrite ((UINT8*)(txt), AsciiStrLen(txt)+1) macro168 SerialPrint ("Secure ROM at 0x0\n\r"); in ArmPlatformSecInitialize()
30 #define SerialPrint(txt) SerialPortWrite (txt, AsciiStrLen(txt)+1); macro