Searched refs:_DownBuffer (Results 1 – 1 of 1) sorted by relevance
/segger-latest/SEGGER/ |
D | SEGGER_SYSVIEW.c | 279 …W_SECTION), aligned (SEGGER_SYSVIEW_CPU_CACHE_LINE_SIZE))) static char _DownBuffer[8]; // Small, … variable 288 static char _DownBuffer[8]; // Small, fixed-size buffer, for back-channel comms variable 293 … aligned (SEGGER_SYSVIEW_CPU_CACHE_LINE_SIZE), zero_init)) static char _DownBuffer[8]; // Small, … variable 305 …__attribute__ ((aligned (SEGGER_SYSVIEW_CPU_CACHE_LINE_SIZE))) static char _DownBuffer[8]; // Sma… variable 312 static char _DownBuffer[8]; // Small, fixed-size buffer, for back-channel comms variable 317 …(aligned (SEGGER_SYSVIEW_CPU_CACHE_LINE_SIZE), zero_init)) static char _DownBuffer[8]; // Small, … variable 331 …__attribute__ ((section (SEGGER_SYSVIEW_SECTION))) static char _DownBuffer[8]; // Small, fixed-si… variable 338 static char _DownBuffer[8]; // Small, fixed-size buffer, for back-channel comms variable 343 …__attribute__ ((section (SEGGER_SYSVIEW_SECTION), zero_init)) static char _DownBuffer[8]; // Smal… variable 354 static char _DownBuffer[8]; // Small, fixed-size buffer, for back-channel comms variable [all …]
|