Zephyr Project API  3.2.0
A Scalable Open Source RTOS
adc_cmp_npcx.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2022 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef _ADC_CMP_NPCX_H_
8#define _ADC_CMP_NPCX_H_
9
13};
14
18};
19
20#endif /* _ADC_CMP_NPCX_H_ */
adc_cmp_npcx_comparison
Definition: adc_cmp_npcx.h:10
@ ADC_CMP_NPCX_GREATER
Definition: adc_cmp_npcx.h:11
@ ADC_CMP_NPCX_LESS_OR_EQUAL
Definition: adc_cmp_npcx.h:12
adc_cmp_npcx_sensor_attribute
Definition: adc_cmp_npcx.h:15
@ SENSOR_ATTR_LOWER_VOLTAGE_THRESH
Definition: adc_cmp_npcx.h:16
@ SENSOR_ATTR_UPPER_VOLTAGE_THRESH
Definition: adc_cmp_npcx.h:17
@ SENSOR_ATTR_PRIV_START
Definition: sensor.h:325