Line data Source code
1 0 : /*
2 : * Copyright (c) 2021 Nuvoton Technology Corporation.
3 : *
4 : * SPDX-License-Identifier: Apache-2.0
5 : */
6 : #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_NPCX_PINCTRL_H_
7 : #define ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_NPCX_PINCTRL_H_
8 :
9 : /**
10 : * @brief NPCX specific PIN configuration flag
11 : *
12 : * Pin configuration is coded with the following fields
13 : * Reserved [ 0 : 31]
14 : */
15 :
16 : #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_NPCX_PINCTRL_H_ */
|