Searched refs:regAddr (Results 1 – 2 of 2) sorted by relevance
139 int16_t ADIS16448::regRead(uint8_t regAddr) in regRead() argument145 buf[1] = regAddr; //Write the user-requested register address to the buffer in regRead()164 void ADIS16448::regWrite(uint8_t regAddr,uint16_t regData) in regWrite() argument168 …uint16_t addr = (((regAddr & 0x7F) | 0x80) << 8); //Check that the address is 7 bits, flip the sig… in regWrite()
134 int16_t regRead(uint8_t regAddr);139 void regWrite(uint8_t regAddr, uint16_t regData);