Home
last modified time | relevance | path

Searched defs:SensorSpec (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/device/google/contexthub/util/nanotool/
Dcontexthub.h87 struct SensorSpec { struct
92 SensorSpecialRate special_rate = SensorSpecialRate::None; argument
93 float rate_hz = -1;
94 uint64_t latency_ns = 0;
97 bool have_cal_ref = false;
98 float cal_ref;
/aosp_15_r20/external/pigweed/pw_sensor/py/pw_sensor/
H A Dconstants_generator.py354 class SensorSpec: class
381 def __init__(self, item_id: str, definition: SensorSpec) -> None: