LCOV - code coverage report
Current view: top level - zephyr/drivers/sensor - explorir_m.h Hit Total Coverage
Test: new.info Lines: 0 2 0.0 %
Date: 2024-12-22 00:14:23

          Line data    Source code
       1           0 : /*
       2             :  * Copyright (c) 2023, Vitrolife A/S
       3             :  *
       4             :  * SPDX-License-Identifier: Apache-2.0
       5             :  */
       6             : 
       7             : #ifndef ZEPHYR_INCLUDE_DRIVERS_SENSOR_EXPLORIR_M_H_
       8             : #define ZEPHYR_INCLUDE_DRIVERS_SENSOR_EXPLORIR_M_H_
       9             : 
      10             : #ifdef __cplusplus
      11             : extern "C" {
      12             : #endif
      13             : 
      14             : #include <zephyr/drivers/sensor.h>
      15             : 
      16           0 : enum sensor_attribute_explorir_m {
      17             :         /* Sensor integrated low-pass filter. Values 16, 32, 64, and 128 is allowed */
      18             :         SENSOR_ATTR_EXPLORIR_M_FILTER = SENSOR_ATTR_PRIV_START,
      19             : };
      20             : 
      21             : #ifdef __cplusplus
      22             : }
      23             : #endif
      24             : 
      25             : #endif /* ZEPHYR_INCLUDE_DRIVERS_SENSOR_EXPLORIR_M_H_ */

Generated by: LCOV version 1.14