Home
last modified time | relevance | path

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

/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Diot_hmac.c33 #define LOW_BIT_4 ((unsigned char)0x0f) macro
47 tmp_h = (bufin[i] >> IOT_BIT_4) & LOW_BIT_4; in Byte2HexStr()
48 tmp_l = bufin[i] & LOW_BIT_4; in Byte2HexStr()

Completed in 1 milliseconds