Home
last modified time | relevance | path

Searched refs:timestamp_ns (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/sensor/
Ddefault_rtio_sensor.c133 uint64_t timestamp_ns = sensor_clock_cycles_to_ns(cycles); in sensor_submit_fallback_sync() local
156 header->timestamp_ns = timestamp_ns; in sensor_submit_fallback_sync()
426 data_out->header.base_timestamp_ns = header->timestamp_ns; in decode_three_axis()
454 data_out->header.base_timestamp_ns = header->timestamp_ns; in decode_q31()
/Zephyr-latest/include/zephyr/drivers/
Dsensor.h923 uint64_t timestamp_ns; member