STREAMCALLBACK_Continue = 0, /**< Continue sending or receiving the stream. */\r
STREAMCALLBACK_Abort = 1, /**< Abort the stream send or receiving process. */\r
};\r
- \r
+\r
+ /* Type Defines: */\r
+ /** Type define for a Stream Callback function (function taking no arguments and retuning a\r
+ * uint8_t value).\r
+ *\r
+ * \see \ref STREAM_CALLBACK macro for more details\r
+ */\r
+ typedef uint8_t (* const StreamCallbackPtr_t)(void);\r
+ \r
#endif\r
\r
/** @} */\r