Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/adis16448/
Dadis16448.cxx170 uint16_t highWord = ((addr | 0x100) | ((regData >> 8) & 0xFF)); in regWrite() local
183 hbuf[0] = (highWord >> 8); in regWrite()
184 hbuf[1] = (highWord); in regWrite()