Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/adis16448/
Dadis16448.cxx139 int16_t ADIS16448::regRead(uint8_t regAddr) in regRead() argument
145 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() argument
168 …uint16_t addr = (((regAddr & 0x7F) | 0x80) << 8); //Check that the address is 7 bits, flip the sig… in regWrite()
Dadis16448.h134 int16_t regRead(uint8_t regAddr);
139 void regWrite(uint8_t regAddr, uint16_t regData);