FastSemihosting.h
Go to the documentation of this file.
32 int WriteToFastSemihostingChannel(unsigned char channel, const void *pBuffer, int size, int writeAll);
void ResumeFastSemihostingPolling()
Resumes the semihosting pooling previously suspended by SuspendFastSemihostingPolling.
void InitializeFastSemihosting()
Do not call directly.
Definition: FastSemihosting.cpp:63
void SuspendFastSemihostingPolling()
Temporarily stops VisualGDB from checking whether new semihosting data is available.
int WriteToFastSemihostingChannel(unsigned char channel, const void *pBuffer, int size, int writeAll)
Do not call directly. Enable the Redirect printf() to fast semihosting option instead and use regular...
Definition: FastSemihosting.cpp:187