Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_stdio_rtt/SEGGER/Config/
DSEGGER_RTT_Conf.h94 #ifndef BUFFER_SIZE_UP
95 …#define BUFFER_SIZE_UP (1024) // Size of the buffer for terminal outpu… macro
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_rtt/SEGGER/RTT/
DSEGGER_RTT.c114 #ifndef BUFFER_SIZE_UP
115 …#define BUFFER_SIZE_UP 1024 // Size of the buffer for terminal o… macro
278 …static char _acUpBuffer [SEGGER_RTT__ROUND_UP_2_CACHE_LINE_SIZE(BUFFER_SIZE_UP)] __attribute_…
284 static char _acUpBuffer [SEGGER_RTT__ROUND_UP_2_CACHE_LINE_SIZE(BUFFER_SIZE_UP)];
292 SEGGER_RTT_PUT_BUFFER_SECTION(SEGGER_RTT_BUFFER_ALIGN(static char _acUpBuffer [BUFFER_SIZE_UP]));
341 p->aUp[0].SizeOfBuffer = BUFFER_SIZE_UP; in _DoInit()