OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REG1_YEN
(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
113
REG1_YEN
= 0x02,
342
* composed of REG1_XEN,
REG1_YEN
, and/or REG1_ZEN corresponding to
346
* (REG1_XEN |
REG1_YEN
| REG1_ZEN)
Completed in 5376 milliseconds