Home
last modified time | relevance | path

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

/hardware/bsp/intel/peripheral/libupm/src/lsm9ds0/
Dlsm9ds0.cxx98 if (!setGyroscopeEnableAxes(CTRL_REG1_G_YEN |CTRL_REG1_G_XEN | in init()
365 axes &= (CTRL_REG1_G_YEN | CTRL_REG1_G_XEN | CTRL_REG1_G_ZEN); in setGyroscopeEnableAxes()
368 reg &= ~(CTRL_REG1_G_YEN | CTRL_REG1_G_XEN | CTRL_REG1_G_ZEN); in setGyroscopeEnableAxes()
Dlsm9ds0.h141 CTRL_REG1_G_XEN = 0x02, enumerator