Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/utilities/misc_utilities/
Dfsl_format.c47 uint8_t *FORMAT_Hex2Ascii(uint8_t hex) in FORMAT_Hex2Ascii() argument
49 …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()
Dfsl_format.h49 uint8_t *FORMAT_Hex2Ascii(uint8_t hex);
/hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/
DREADME.md24 …- The `.tfaContainer` should point to an hex array, here defined in `tfa_config_tfa9894N2.h`. This…
/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dkconfiglib.py4344 num2str = str if base == 10 else hex
4393 hex(clamp)
4396 num2str = str if base == 10 else hex