Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
pca9420.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2022 Nordic Semiconductor ASA
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6#ifndef ZEPHYR_INCLUDE_DRIVERS_REGULATOR_PCA9420_H_
7#define ZEPHYR_INCLUDE_DRIVERS_REGULATOR_PCA9420_H_
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
20#define REGULATOR_PCA9420_DVS_MODE0 0
22#define REGULATOR_PCA9420_DVS_MODE1 1
24#define REGULATOR_PCA9420_DVS_MODE2 2
26#define REGULATOR_PCA9420_DVS_MODE3 3
27
30#ifdef __cplusplus
31}
32#endif
33
34#endif /* ZEPHYR_INCLUDE_DRIVERS_REGULATOR_PCA9420_H_ */