Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c1766 unsigned int non_scanf_paramsHex[NON_SCANF_DEBUG_CMD_PARAMS_MAX]; // store the heximal command n… variable
13562 ret= non_scanf_paramsHex[non_scanf_paramIdx++]; in AU_CUS_Debug_GetHex()
29567 memset(non_scanf_paramsHex, 0, NON_SCANF_DEBUG_CMD_PARAMS_MAX); in API_AUDIO_CUSTOMER_DebugMenu_Non_Scanf_ParseCommand()
29583 non_scanf_paramsHex[index] = strtoul(cmd, (char**) NULL, 16); in API_AUDIO_CUSTOMER_DebugMenu_Non_Scanf_ParseCommand()