Searched refs:Str (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/staging/rtl8723bs/hal/
H A Dhal_com.c862 bool GetU1ByteIntegerFromStringInDecimal(char *Str, u8 *pInt) argument
867 while (Str[i] != '\0') {
868 if (Str[i] >= '0' && Str[i] <= '9') {
870 *pInt += (Str[i] - '0');

Completed in 120 milliseconds