|
FastLED 3.9.15
|
| fl::string fl::detail::hex | ( | u64 | value, |
| HexIntWidth | width, | ||
| bool | is_negative, | ||
| bool | uppercase, | ||
| bool | pad_to_width ) |
Internal hex conversion function (implementation in charconv.cpp)
| value | The unsigned 64-bit value to convert |
| width | The bit width classification of the original type |
| is_negative | Whether the original value was negative (for signed types) |
| uppercase | If true, use uppercase hex digits (A-F), otherwise lowercase (a-f) |
| pad_to_width | If true, pad with leading zeros to full type width |
Definition at line 12 of file charconv.cpp.hpp.
References fl::numeric_limits< char >::digits, fl::type_rank< T >::value, fl::width, Width16, Width32, Width64, and Width8.
Referenced by fl::to_hex().
Here is the caller graph for this function: