Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
nxp_vref.h
Go to the documentation of this file.
1/*
2 * Copyright 2023 NXP
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_NXP_VREF_H
8#define ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_NXP_VREF_H
9
20#define NXP_VREF_MODE_STANDBY 0
21#define NXP_VREF_MODE_LOW_POWER 1
22#define NXP_VREF_MODE_HIGH_POWER 2
23#define NXP_VREF_MODE_INTERNAL_REGULATOR 3
24
29#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_REGULATOR_NXP_VREF_H */