Home
last modified time | relevance | path

Searched refs:BUFFER_SIZE_UP (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/rtt/template/
DSEGGER_RTT_Conf.h95 #ifndef BUFFER_SIZE_UP
96 #define BUFFER_SIZE_UP (1024) // Size of the buffer for terminal output of target, up to host (Defa… macro
/hal_nxp-latest/mcux/mcux-sdk/components/rtt/RTT/
DSEGGER_RTT.c118 #ifndef BUFFER_SIZE_UP
119 #define BUFFER_SIZE_UP 1024 // Size of the buffer for terminal output of target, up to host macro
283 …RTT_BUFFER_ALIGN(static char _acUpBuffer[SEGGER_RTT__ROUND_UP_2_CACHE_LINE_SIZE(BUFFER_SIZE_UP)]));
336 p->aUp[0].SizeOfBuffer = BUFFER_SIZE_UP; in _DoInit()