Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
H A Dclient_trans_proxy_file_common.h29 #define BIT_BYTE_NUM 8 macro
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_common.c163 return ((uchCRCHi << BIT_BYTE_NUM) | uchCRCLo); in RTU_CRC()