48 #ifndef ti_sysbios_runtime_SysMin__include    49 #define ti_sysbios_runtime_SysMin__include    59 #define ti_sysbios_runtime_SysMin_long_names    60 #include "SysMin_defs.h"    68 typedef struct SysMin_Module_State SysMin_Module_State;
    70 extern char SysMin_outbuf[];
    72 struct SysMin_Module_State {
   121 extern void SysMin_output(
char *buf, 
unsigned int size);
   123 extern void SystemSupport_init(
void);
   124 extern void SystemSupport_abort(
const char * str);
   125 extern void SystemSupport_exit(
int stat);
   126 extern void SystemSupport_flush(
void);
   127 extern void SystemSupport_putch(
char ch);
   128 extern bool SystemSupport_ready(
void);
   129 extern void SystemSupport_output(
char *buf, 
unsigned int size);
   131 extern SysMin_Module_State SysMin_Module_state;
   133 #define SysMin_module ((SysMin_Module_State *) &(SysMin_Module_state))   142 #undef ti_sysbios_runtime_SysMin_long_names   143 #include "SysMin_defs.h" const size_t SysMin_bufSize
Size (in MAUs) of the output. 
void(* SysMin_OutputFxn)(char *arg1, unsigned int arg2)
Output characters in the specified buffer. 
Definition: SysMin.h:89
const bool SysMin_flushAtExit
Flush the internal buffer during System_exit() or System_abort().