Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/board/haas100/drivers/
A Dch395_cmd.c350 int32_t ch395_set_mac_filt(uint8_t filt_type, uint32_t hash0, uint32_t hash1) in ch395_set_mac_filt() argument
361 data[6] = (uint8_t)hash1; in ch395_set_mac_filt()
362 data[7] = (uint8_t)(hash1 >> 8); in ch395_set_mac_filt()
363 data[8] = (uint8_t)(hash1 >> 16); in ch395_set_mac_filt()
364 data[9] = (uint8_t)(hash1 >> 24); in ch395_set_mac_filt()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dnet.c146 bt_u32_t hash1, hash2; in msg_hash() local
149 hash1 = (BT_MESH_NET_IVI_RX(rx) << 8) | pdu->data[2]; in msg_hash()
154 return (u64_t)hash1 << 32 | (u64_t)hash2; in msg_hash()

Completed in 6 milliseconds