OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trough
(Results
1 - 2
of
2
) sorted by null
/hardware/bsp/intel/peripheral/libupm/src/pulsensor/
pulsensor.cxx
42
trough
= 512;
59
trough
= 512;
99
if (data_from_sensor < pulsensor->
trough
) {
100
pulsensor->
trough
= data_from_sensor;
163
pulsensor->apmlitude = pulsensor->peak - pulsensor->
trough
;
164
pulsensor->threshold = pulsensor->apmlitude / 2 + pulsensor->
trough
;
166
pulsensor->
trough
= pulsensor->threshold;
172
pulsensor->
trough
= 512;
pulsensor.h
105
int
trough
; /**<
Trough
*/
member in class:Pulsensor
Completed in 65 milliseconds