Searched refs:highWord (Results 1 – 1 of 1) sorted by relevance
170 uint16_t highWord = ((addr | 0x100) | ((regData >> 8) & 0xFF)); in regWrite() local183 hbuf[0] = (highWord >> 8); in regWrite()184 hbuf[1] = (highWord); in regWrite()