Home
last modified time | relevance | path

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

/loramac-node-3.7.0/src/peripherals/
Dmpl3115.c152 …MPL3115Write( CTRL_REG1, ALT | OS_32 | SBYB ); // Set sensor to active state with ove… in MPL3115Init()
387 ctrlReg &= ~ALT; // Set ALT bit to zero in MPL3115SetModeBarometer()
400 ctrlReg |= ALT; // Set ALT bit to one in MPL3115SetModeAltimeter()
Dmpl3115.h109 #define ALT 0x80 macro