Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DQMIThread.c1279 static USHORT char2ushort(UCHAR str[3]) { in char2ushort() function
1406 MobileCountryCode = (USHORT)char2ushort(pNr5gSystemInfo->MCC); in requestRegistrationState2()
1407 MobileNetworkCode = (USHORT)char2ushort(pNr5gSystemInfo->MNC); in requestRegistrationState2()
1444 MobileCountryCode = (USHORT)char2ushort(pCdmaSystemInfo->MCC); in requestRegistrationState2()
1445 MobileNetworkCode = (USHORT)char2ushort(pCdmaSystemInfo->MNC); in requestRegistrationState2()
1495 MobileCountryCode = (USHORT)char2ushort(pGsmSystemInfo->MCC); in requestRegistrationState2()
1496 MobileNetworkCode = (USHORT)char2ushort(pGsmSystemInfo->MNC); in requestRegistrationState2()
1516 MobileCountryCode = (USHORT)char2ushort(pWcdmaSystemInfo->MCC); in requestRegistrationState2()
1517 MobileNetworkCode = (USHORT)char2ushort(pWcdmaSystemInfo->MNC); in requestRegistrationState2()
1541 MobileCountryCode = (USHORT)char2ushort(pLteSystemInfo->MCC); in requestRegistrationState2()
[all …]