Home
last modified time | relevance | path

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

/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Diot_hmac.c32 #define IOT_BIT_4 (4) macro
47 tmp_h = (bufin[i] >> IOT_BIT_4) & LOW_BIT_4; in Byte2HexStr()
/vendor/hisilicon/hispark_pegasus/demo/environment_demo/
H A Dapp_demo_aht20.c38 #define IOT_BIT_4 (4) macro
155 humi = (float)((recvData[BUFF_BIT_1] << IOT_BIT_12 | recvData[BUFF_BIT_2] << IOT_BIT_4) | in Aht20Read()
156 ((recvData[BUFF_BIT_3] & HIGH_4_BIT) >> IOT_BIT_4)); // 湿度拼接 in Aht20Read()

Completed in 1 milliseconds