Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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 */
20#if !defined(CONFIG_SOC_SERIES_NPCX7)
24#endif
26};
27
31};
32
33#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:28
@ SENSOR_ATTR_LOWER_VOLTAGE_THRESH
Definition: adc_cmp_npcx.h:29
@ SENSOR_ATTR_UPPER_VOLTAGE_THRESH
Definition: adc_cmp_npcx.h:30
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:25
@ ADC_CMP_NPCX_THRCTL3
Definition: adc_cmp_npcx.h:19
@ ADC_CMP_NPCX_THRCTL6
Definition: adc_cmp_npcx.h:23
@ ADC_CMP_NPCX_THRCTL5
Definition: adc_cmp_npcx.h:22
@ ADC_CMP_NPCX_THRCTL4
Definition: adc_cmp_npcx.h:21
@ SENSOR_ATTR_PRIV_START
This and higher values are sensor specific.
Definition: sensor.h:340