7#ifndef ZEPHYR_INCLUDE_DRIVERS_ADC_ADC_NPCX_V2T_H_
8#define 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