Zephyr API Documentation  3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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
15/* Supported ADC threshold controllers in NPCX series */
24};
25
29};
30
31#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:26
@ SENSOR_ATTR_LOWER_VOLTAGE_THRESH
Definition: adc_cmp_npcx.h:27
@ SENSOR_ATTR_UPPER_VOLTAGE_THRESH
Definition: adc_cmp_npcx.h:28
npcx_adc_cmp_thrctl
Definition: adc_cmp_npcx.h:16
@ ADC_CMP_NPCX_THRCTL2
Definition: adc_cmp_npcx.h:18
@ ADC_CMP_NPCX_THRCTL1
Definition: adc_cmp_npcx.h:17
@ ADC_CMP_NPCX_THRCTL_COUNT
Definition: adc_cmp_npcx.h:23
@ ADC_CMP_NPCX_THRCTL3
Definition: adc_cmp_npcx.h:19
@ ADC_CMP_NPCX_THRCTL6
Definition: adc_cmp_npcx.h:22
@ ADC_CMP_NPCX_THRCTL5
Definition: adc_cmp_npcx.h:21
@ ADC_CMP_NPCX_THRCTL4
Definition: adc_cmp_npcx.h:20
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition: sensor.h:356