Zephyr Project API
4.4.99
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
12
13
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_IT8XXX2_WUC_H_
14
#define ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_IT8XXX2_WUC_H_
15
16
#include <
zephyr/dt-bindings/dt-util.h
>
17
36
38
#define IT8XXX2_WUC_UNUSED_REG 0
39
45
#define WUC_TYPE_EDGE_RISING BIT(0)
47
#define WUC_TYPE_EDGE_FALLING BIT(1)
49
#define WUC_TYPE_EDGE_BOTH (WUC_TYPE_EDGE_RISING | WUC_TYPE_EDGE_FALLING)
50
52
54
55
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_INTERRUPT_CONTROLLER_IT8XXX2_WUC_H_ */
dt-util.h
include
zephyr
dt-bindings
interrupt-controller
it8xxx2-wuc.h
Generated on
for Zephyr Project API by
1.16.1