Zephyr API Documentation
4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mcux-adc16.h
Go to the documentation of this file.
1
/*
2
* Copyright 2025 NXP
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ADC_MCUX_ADC16_H_
8
#define ZEPHYR_INCLUDE_DT_BINDINGS_ADC_MCUX_ADC16_H_
9
10
#define MCUX_ADC16_ACQUISITION_TIME_6CYCLE (0x3)
11
#define MCUX_ADC16_ACQUISITION_TIME_10CYCLE (0x2)
12
#define MCUX_ADC16_ACQUISITION_TIME_16CYCLE (0x1)
13
#define MCUX_ADC16_ACQUISITION_TIME_24CYCLE (0x0)
14
15
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_ADC_MCUX_ADC16_H_ */
zephyr
dt-bindings
adc
mcux-adc16.h
Generated on
for Zephyr API Documentation by
1.14.0