Zephyr Project API 4.4.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 ZEPHYR_INCLUDE_DRIVERS_ADC_ADC_NPCX_V2T_H_
8#define ZEPHYR_INCLUDE_DRIVERS_ADC_ADC_NPCX_V2T_H_
9
10#include <zephyr/device.h>
11
22int adc_npcx_v2t_set_channels(const struct device *dev, uint32_t channels);
23
35
36#endif /* ZEPHYR_INCLUDE_DRIVERS_ADC_ADC_NPCX_V2T_H_ */
uint32_t adc_npcx_v2t_get_channels(const struct device *dev)
Get ADC V2T configured channels.
int adc_npcx_v2t_set_channels(const struct device *dev, uint32_t channels)
Set ADC V2T channels.
__UINT32_TYPE__ uint32_t
Definition stdint.h:90
Runtime device structure (in ROM) per driver instance.
Definition device.h:513