FastSemihosting.h
Go to the documentation of this file.
1 #pragma once
2 
17 #ifdef __cplusplus
18 extern "C"
19 {
20 #endif
21 
23 
27 
30 
32 int WriteToFastSemihostingChannel(unsigned char channel, const void *pBuffer, int size, int writeAll);
33 
35 
38 
39 #ifdef __cplusplus
40 }
41 #endif
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