Searched refs:hex (Results 1 – 4 of 4) sorted by relevance
47 uint8_t *FORMAT_Hex2Ascii(uint8_t hex) in FORMAT_Hex2Ascii() argument49 …s_convertedString[0] = (((hex >> 4U) & (uint8_t)0x0F) + ((((hex >> 4U) & (uint8_t)0x0F) <= 9U) ? '… in FORMAT_Hex2Ascii()50 …s_convertedString[1] = (((hex) & (uint8_t)0x0F) + ((((hex) & (uint8_t)0x0F) <= 9U) ? '0' : ('A' - … in FORMAT_Hex2Ascii()
49 uint8_t *FORMAT_Hex2Ascii(uint8_t hex);
24 …- The `.tfaContainer` should point to an hex array, here defined in `tfa_config_tfa9894N2.h`. This…
4344 num2str = str if base == 10 else hex4393 hex(clamp)4396 num2str = str if base == 10 else hex