Searched refs:CTRL_REG1 (Results 1 – 2 of 2) sorted by relevance
/loramac-node-3.6.0-3.5.0/src/peripherals/ |
D | mpl3115.c | 140 MPL3115Write( CTRL_REG1, RST ); in MPL3115Init() 152 …MPL3115Write( CTRL_REG1, ALT | OS_32 | SBYB ); // Set sensor to active state with ove… in MPL3115Init() 161 if( MPL3115Write( CTRL_REG1, RST ) == LMN_STATUS_OK ) in MPL3115Reset() 369 MPL3115Read( CTRL_REG1, &ctrlReg ); // Read current settings in MPL3115ToggleOneShot() 371 MPL3115Write( CTRL_REG1, ctrlReg ); in MPL3115ToggleOneShot() 373 MPL3115Read( CTRL_REG1, &ctrlReg ); // Read current settings to be safe in MPL3115ToggleOneShot() 375 MPL3115Write( CTRL_REG1, ctrlReg ); in MPL3115ToggleOneShot() 386 MPL3115Read( CTRL_REG1, &ctrlReg ); // Read current settings in MPL3115SetModeBarometer() 388 MPL3115Write( CTRL_REG1, ctrlReg ); in MPL3115SetModeBarometer() 399 MPL3115Read( CTRL_REG1, &ctrlReg ); // Read current settings in MPL3115SetModeAltimeter() [all …]
|
D | mpl3115.h | 92 #define CTRL_REG1 0x26 // CTRL_REG1 System Control 1 Register macro
|