Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
it8xxx2-pinctrl.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2021 ITE Technology Corporation.
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_IT8XXX2_PINCTRL_H_
7#define ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_IT8XXX2_PINCTRL_H_
8
9#define NO_FUNC 0
10
11/* PINMUX config */
12#define IT8XXX2_PINMUX_FUNC_1 0
13#define IT8XXX2_PINMUX_FUNC_2 1
14#define IT8XXX2_PINMUX_FUNC_3 2
15#define IT8XXX2_PINMUX_FUNC_4 3
16#define IT8XXX2_PINMUX_PINS 8
17
18#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_IT8XXX2_PINCTRL_H_ */