Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/hal/
A Dhal_com.c830 bool GetU1ByteIntegerFromStringInDecimal(char *Str, u8 *pInt) in GetU1ByteIntegerFromStringInDecimal() argument
835 while (Str[i] != '\0') { in GetU1ByteIntegerFromStringInDecimal()
836 if (Str[i] >= '0' && Str[i] <= '9') { in GetU1ByteIntegerFromStringInDecimal()
838 *pInt += (Str[i] - '0'); in GetU1ByteIntegerFromStringInDecimal()

Completed in 4 milliseconds