Home
last modified time | relevance | path

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

/loramac-node-latest/src/peripherals/
Dmpl3115.c201 uint8_t tempBuf[3]; in MPL3115ReadBarometer() local
257 MPL3115ReadBuffer( OUT_P_MSB_REG, tempBuf, 3 ); //Read altitude data in MPL3115ReadBarometer()
259 msb = tempBuf[0]; in MPL3115ReadBarometer()
260 csb = tempBuf[1]; in MPL3115ReadBarometer()
261 lsb = tempBuf[2]; in MPL3115ReadBarometer()
294 uint8_t tempBuf[2]; in MPL3115ReadTemperature() local
336 MPL3115ReadBuffer( OUT_T_MSB_REG, tempBuf, 2 ); in MPL3115ReadTemperature()
338 msb = tempBuf[0]; in MPL3115ReadTemperature()
339 lsb = tempBuf[1]; in MPL3115ReadTemperature()