Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
adc_npcx_v2t.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2025 Intel Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef _ADC_NPCX_V2T_H_
8#define _ADC_NPCX_V2T_H_
9
10#include <zephyr/device.h>
11
12#ifdef CONFIG_ADC_V2T_NPCX
13
23int adc_npcx_v2t_set_channels(const struct device *dev, uint32_t channels);
24
34uint32_t adc_npcx_v2t_get_channels(const struct device *dev);
35
36#endif /* CONFIG_ADC_V2T_NPCX */
37#endif /*_ADC_NPCX_V2T_H_ */
__UINT32_TYPE__ uint32_t
Definition stdint.h:90
Runtime device structure (in ROM) per driver instance.
Definition device.h:513