Home
last modified time | relevance | path

Searched refs:CONVERT_STRING_LENGTH (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/utilities/misc_utilities/
Dfsl_format.c15 static uint8_t s_convertedString[CONVERT_STRING_LENGTH];
25 s_convertedString[CONVERT_STRING_LENGTH - 1U] = (uint8_t)'\0'; in FORMAT_Dec2Str()
27 i = CONVERT_STRING_LENGTH - 2u; in FORMAT_Dec2Str()
Dfsl_format.h16 #ifndef CONVERT_STRING_LENGTH
17 #define CONVERT_STRING_LENGTH 12U macro