Home
last modified time | relevance | path

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

/loramac-node-latest/src/peripherals/
Dmpl3115.c152 …MPL3115Write( CTRL_REG1, ALT | OS_32 | SBYB ); // Set sensor to active state with ove… in MPL3115Init()
411 ctrlReg &= ~SBYB; // Clear SBYB bit for Standby mode in MPL3115SetModeStandby()
420 ctrlReg |= SBYB; // Set SBYB bit for Active mode in MPL3115SetModeActive()
Dmpl3115.h116 #define SBYB 0x01 macro