18#ifndef __NUCONSOLE_STREAM_H__
19#define __NUCONSOLE_STREAM_H__
29#if VSF_DEBUGGER_CFG_CONSOLE == VSF_DEBUGGER_CFG_CONSOLE_NULINK_NUCONSOLE
31#if VSF_USE_SIMPLE_STREAM == ENABLED
32# define VSF_DEBUG_STREAM_NEED_POLL
33#elif VSF_USE_STREAM == ENABLED
40#if VSF_USE_SIMPLE_STREAM == ENABLED
43#elif VSF_USE_STREAM == ENABLED
49#if VSF_USE_SIMPLE_STREAM == ENABLED
51#elif VSF_USE_STREAM == ENABLED
vsf_mem_stream_t VSF_DEBUG_STREAM_RX
Definition NuConsole_stream.c:87
vsf_stream_t VSF_DEBUG_STREAM_TX
Definition NuConsole_stream.c:83
void VSF_DEBUG_STREAM_POLL(void)
Definition NuConsole_stream.c:118
Definition vsf_mem_stream.h:88
Definition vsf_simple_stream.h:254
struct vsf_stream_tx_t vsf_stream_tx_t
Definition interface.h:34