OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REG1_XEN
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/h3lis331dl/
h3lis331dl.cxx
68
if (enableAxis(
REG1_XEN
| REG1_YEN | REG1_ZEN))
117
reg1 &= ~(
REG1_XEN
| REG1_YEN | REG1_ZEN);
118
reg1 |= (axisEnable & (
REG1_XEN
| REG1_YEN | REG1_ZEN));
h3lis331dl.h
112
REG1_XEN
= 0x01, // X-axis enable
342
* composed of
REG1_XEN
, REG1_YEN, and/or REG1_ZEN corresponding to
346
* (
REG1_XEN
| REG1_YEN | REG1_ZEN)
Completed in 724 milliseconds