Lines Matching refs:uint8_t

34 static uint8_t I2cDeviceAddr = 0;
58 LmnStatus_t MPL3115Write( uint8_t addr, uint8_t data );
69 LmnStatus_t MPL3115WriteBuffer( uint8_t addr, uint8_t *data, uint8_t size );
79 LmnStatus_t MPL3115Read( uint8_t addr, uint8_t *data );
90 LmnStatus_t MPL3115ReadBuffer( uint8_t addr, uint8_t *data, uint8_t size );
97 void MPL3115SetDeviceAddr( uint8_t addr );
104 uint8_t MPL3115GetDeviceAddr( void );
134 uint8_t regVal = 0; in MPL3115Init()
168 LmnStatus_t MPL3115Write( uint8_t addr, uint8_t data ) in MPL3115Write()
173 LmnStatus_t MPL3115WriteBuffer( uint8_t addr, uint8_t *data, uint8_t size ) in MPL3115WriteBuffer()
178 LmnStatus_t MPL3115Read( uint8_t addr, uint8_t *data ) in MPL3115Read()
183 LmnStatus_t MPL3115ReadBuffer( uint8_t addr, uint8_t *data, uint8_t size ) in MPL3115ReadBuffer()
188 void MPL3115SetDeviceAddr( uint8_t addr ) in MPL3115SetDeviceAddr()
193 uint8_t MPL3115GetDeviceAddr( void ) in MPL3115GetDeviceAddr()
200 uint8_t counter = 0; in MPL3115ReadBarometer()
201 uint8_t tempBuf[3]; in MPL3115ReadBarometer()
202 uint8_t msb = 0, csb = 0, lsb = 0; in MPL3115ReadBarometer()
203 uint8_t status = 0; in MPL3115ReadBarometer()
293 uint8_t counter = 0; in MPL3115ReadTemperature()
294 uint8_t tempBuf[2]; in MPL3115ReadTemperature()
295 uint8_t msb = 0, lsb = 0; in MPL3115ReadTemperature()
297 uint8_t val = 0; in MPL3115ReadTemperature()
299 uint8_t status = 0; in MPL3115ReadTemperature()
365 uint8_t ctrlReg = 0; in MPL3115ToggleOneShot()
382 uint8_t ctrlReg = 0; in MPL3115SetModeBarometer()
395 uint8_t ctrlReg = 0; in MPL3115SetModeAltimeter()
408 uint8_t ctrlReg = 0; in MPL3115SetModeStandby()
417 uint8_t ctrlReg = 0; in MPL3115SetModeActive()