Zephyr API Documentation
4.0.0-rc2
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
it8xxx2-wuc.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2022 ITE Corporation. All Rights Reserved.
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_IT8XXX2_WUC_H_
8
#define ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_IT8XXX2_WUC_H_
9
10
#include <
zephyr/dt-bindings/dt-util.h
>
11
13
#define IT8XXX2_WUC_UNUSED_REG 0
14
20
#define WUC_TYPE_EDGE_RISING BIT(0)
22
#define WUC_TYPE_EDGE_FALLING BIT(1)
24
#define WUC_TYPE_EDGE_BOTH (WUC_TYPE_EDGE_RISING | WUC_TYPE_EDGE_FALLING)
25
28
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_IT8XXX2_WUC_H_ */
dt-util.h
zephyr
dt-bindings
interrupt-controller
it8xxx2-wuc.h
Generated on Sat Nov 9 2024 00:03:12 for Zephyr API Documentation by
1.12.0