Home
last modified time | relevance | path

Searched refs:DEC_INFO (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/os/drivers/st_lps22hb/
Dlps22hb.c220 #define DEC_INFO(name, type, axis, inter, samples, rates, raw, scale, bias) \ macro
253 { DEC_INFO("Pressure", SENS_TYPE_BARO, NUM_AXIS_EMBEDDED, NANOHUB_INT_NONWAKEUP,
255 { DEC_INFO("Temperature", SENS_TYPE_TEMP, NUM_AXIS_EMBEDDED, NANOHUB_INT_NONWAKEUP,
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c613 #define DEC_INFO(name, type, axis, inter, samples) \ macro
621 DEC_INFO(name, type, axis, inter, samples), \
625 DEC_INFO(name, type, axis, inter, samples), \
632 DEC_INFO(name, type, axis, inter, samples), \
717 { DEC_INFO("Step Detector", SENS_TYPE_STEP_DETECT, NUM_AXIS_EMBEDDED,
719 { DEC_INFO("Double Tap", SENS_TYPE_DOUBLE_TAP, NUM_AXIS_EMBEDDED,
721 { DEC_INFO("Flat", SENS_TYPE_FLAT, NUM_AXIS_EMBEDDED, NANOHUB_INT_NONWAKEUP, 20) },
722 { DEC_INFO("Any Motion", SENS_TYPE_ANY_MOTION, NUM_AXIS_EMBEDDED, NANOHUB_INT_NONWAKEUP, 20) },
723 { DEC_INFO("No Motion", SENS_TYPE_NO_MOTION, NUM_AXIS_EMBEDDED, NANOHUB_INT_NONWAKEUP, 20) },
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c702 #define DEC_INFO(name, type, axis, inter, samples) \ macro
710 DEC_INFO(name, type, axis, inter, samples), \
714 DEC_INFO(name, type, axis, inter, samples), \
720 DEC_INFO(name, type, axis, inter, samples), \
856DEC_INFO("Step Detector", SENS_TYPE_STEP_DETECT, NUM_AXIS_EMBEDDED, NANOHUB_INT_NONWAKEUP, 1)
862DEC_INFO("Significant Motion", SENS_TYPE_SIG_MOTION, NUM_AXIS_EMBEDDED, NANOHUB_INT_WAKEUP, 1)