Lines Matching refs:DigitUint8
329 UINT8 DigitUint8; in GetValueOfNumber() local
365 DigitUint8 = (UINT8) StrHexToUint64 (TemStr); in GetValueOfNumber()
367 Buf [Index/2] = DigitUint8; in GetValueOfNumber()
369 Buf [Index/2] = (UINT8) ((DigitUint8 << 4) + Buf [Index/2]); in GetValueOfNumber()
866 UINT8 DigitUint8; in RouteConfig() local
944 DigitUint8 = (UINT8) StrHexToUint64 (TemStr); in RouteConfig()
946 DataBuffer [Index/2] = DigitUint8; in RouteConfig()
948 DataBuffer [Index/2] = (UINT8) ((UINT8) (DigitUint8 << 4) + DataBuffer [Index/2]); in RouteConfig()
976 DigitUint8 = (UINT8) StrHexToUint64 (TemStr); in RouteConfig()
978 DataBuffer [Index/2] = DigitUint8; in RouteConfig()
980 DataBuffer [Index/2] = (UINT8) ((UINT8) (DigitUint8 << 4) + DataBuffer [Index/2]); in RouteConfig()