Searched refs:MPL3115Read (Results 1 – 1 of 1) sorted by relevance
/loramac-node-3.6.0-3.5.0/src/peripherals/ |
D | mpl3115.c | 79 LmnStatus_t MPL3115Read( uint8_t addr, uint8_t *data ); 145 MPL3115Read( MPL3115_ID, ®Val ); in MPL3115Init() 178 LmnStatus_t MPL3115Read( uint8_t addr, uint8_t *data ) in MPL3115Read() function 223 MPL3115Read( STATUS_REG, &status ); in MPL3115ReadBarometer() 244 MPL3115Read( STATUS_REG, &status ); in MPL3115ReadBarometer() 310 MPL3115Read( STATUS_REG, &status ); in MPL3115ReadTemperature() 323 MPL3115Read( STATUS_REG, &status ); in MPL3115ReadTemperature() 369 MPL3115Read( CTRL_REG1, &ctrlReg ); // Read current settings in MPL3115ToggleOneShot() 373 MPL3115Read( CTRL_REG1, &ctrlReg ); // Read current settings to be safe in MPL3115ToggleOneShot() 386 MPL3115Read( CTRL_REG1, &ctrlReg ); // Read current settings in MPL3115SetModeBarometer() [all …]
|