Home
last modified time | relevance | path

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

/hal_ambiq-3.5.0/utils/
Dam_util_stdio.h74 #ifndef AM_PRINTF_BUFSIZE
75 #define AM_PRINTF_BUFSIZE 1024 // Global printf buffer size macro
Dam_util_stdio.c72 static char g_prfbuf[AM_PRINTF_BUFSIZE];
1184 if (n >= AM_PRINTF_BUFSIZE) in am_util_stdio_vsnprintf()