esp_log_util_cvt() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Return value

The length of the resulting string (excluding the null-terminator).

Notes

The buffer `buf` must have sufficient space to hold the entire converted string, including the null-terminator. The caller is responsible for ensuring the buffer's size is large enough to prevent buffer overflow. The provided `digits` array must have enough elements to cover the entire radix used for conversion. Otherwise, undefined behavior may occur.

References

from examples