|
FastLED 3.9.15
|
| int fl::utoa64 | ( | u64 | value, |
| char * | buffer, | ||
| int | radix ) |
Convert unsigned 64-bit integer to string buffer in given radix.
| value | The unsigned 64-bit integer value to convert |
| buffer | Output buffer (must be at least 65 bytes for base 2, 21 for base 10, 17 for base 16) |
| radix | Number base (2-36, typically 10 for decimal, 16 for hex, 8 for octal) |
Definition at line 162 of file charconv.cpp.hpp.
References type_rank< T >::value.
Referenced by append_u64_decimal(), fl::sstream::appendFormatted(), fl::sstream::appendFormatted(), fl::basic_string::appendHex(), fl::basic_string::appendOct(), ieee754_format_decimal(), fl::SerialPort::print(), and fl::SerialPort::println().
Here is the caller graph for this function: