/device/google/contexthub/firmware/os/drivers/si_si7034/ |
D | si7034a10.c | 225 #define DEC_INFO(name, type, axis, inter, samples, rates) \ macro 255 { DEC_INFO("Humidity", SENS_TYPE_HUMIDITY, NUM_AXIS_EMBEDDED, NANOHUB_INT_NONWAKEUP, 257 { DEC_INFO("Temperature", SENS_TYPE_AMBIENT_TEMP, NUM_AXIS_EMBEDDED, NANOHUB_INT_NONWAKEUP,
|
/device/google/contexthub/firmware/os/drivers/st_lps22hb/ |
D | lps22hb.c | 314 #define DEC_INFO(name, type, axis, inter, samples, rates) \ macro 344 { DEC_INFO("Pressure", SENS_TYPE_BARO, NUM_AXIS_ONE, NANOHUB_INT_NONWAKEUP, 346 { DEC_INFO("Temperature", SENS_TYPE_AMBIENT_TEMP, NUM_AXIS_EMBEDDED, NANOHUB_INT_NONWAKEUP,
|
/device/google/contexthub/firmware/os/drivers/st_hts221/ |
D | hts221.c | 272 #define DEC_INFO(name, type, axis, inter, samples, rates) \ macro 298 { DEC_INFO("Humidity", SENS_TYPE_HUMIDITY, NUM_AXIS_EMBEDDED, NANOHUB_INT_NONWAKEUP,
|
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
D | st_acc44.c | 298 #define DEC_INFO(name, type, axis, inter, samples, rates, raw, scale) \ macro 369 DEC_INFO("Accelerometer", SENS_TYPE_ACCEL, NUM_AXIS_THREE, NANOHUB_INT_NONWAKEUP,
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 669 #define DEC_INFO(name, type, axis, inter, samples) \ macro 677 DEC_INFO(name, type, axis, inter, samples), \ 681 DEC_INFO(name, type, axis, inter, samples), \ 688 DEC_INFO(name, type, axis, inter, samples), \ 774 { DEC_INFO("Step Detector", SENS_TYPE_STEP_DETECT, NUM_AXIS_EMBEDDED, 776 { DEC_INFO("Double Tap", SENS_TYPE_DOUBLE_TAP, NUM_AXIS_EMBEDDED, 778 { DEC_INFO("Flat", SENS_TYPE_FLAT, NUM_AXIS_EMBEDDED, NANOHUB_INT_NONWAKEUP, 20) }, 779 { DEC_INFO("Any Motion", SENS_TYPE_ANY_MOTION, NUM_AXIS_EMBEDDED, NANOHUB_INT_NONWAKEUP, 20) }, 780 { DEC_INFO("No Motion", SENS_TYPE_NO_MOTION, NUM_AXIS_EMBEDDED, NANOHUB_INT_NONWAKEUP, 20) },
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | st_mag40.c | 407 #define DEC_INFO(name, type, axis, inter, samples, rates, raw, scale) \ macro 455 DEC_INFO("Magnetometer", SENS_TYPE_MAG, NUM_AXIS_THREE, NANOHUB_INT_NONWAKEUP,
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 709 #define DEC_INFO(name, type, axis, inter, samples) \ macro 717 DEC_INFO(name, type, axis, inter, samples), \ 721 DEC_INFO(name, type, axis, inter, samples), \ 728 DEC_INFO(name, type, axis, inter, samples), \ 788 …{ DEC_INFO("Wake-on-Motion", SENS_TYPE_ANY_MOTION, NUM_AXIS_EMBEDDED, NANOHUB_INT_NONWAKEUP, 20) }, 789 { DEC_INFO("No-Motion", SENS_TYPE_NO_MOTION, NUM_AXIS_EMBEDDED, NANOHUB_INT_NONWAKEUP, 20) },
|
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/ |
D | st_lsm6dsm.c | 961 #define DEC_INFO(name, type, axis, inter, samples) \ macro 969 DEC_INFO(name, type, axis, inter, samples), \ 973 DEC_INFO(name, type, axis, inter, samples), \ 979 DEC_INFO(name, type, axis, inter, samples), \ 1140 … DEC_INFO("Step Detector", SENS_TYPE_STEP_DETECT, NUM_AXIS_EMBEDDED, NANOHUB_INT_NONWAKEUP, 100) 1146 … DEC_INFO("Significant Motion", SENS_TYPE_SIG_MOTION, NUM_AXIS_EMBEDDED, NANOHUB_INT_WAKEUP, 1)
|