Zephyr API Documentation
4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
counter-capture.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2026 Meta Platforms
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
12
13
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_COUNTER_COUNTER_CAPTURE_H_
14
#define ZEPHYR_INCLUDE_DT_BINDINGS_COUNTER_COUNTER_CAPTURE_H_
15
20
29
31
#define COUNTER_CAPTURE_RISING_EDGE (1U << 0)
32
34
#define COUNTER_CAPTURE_FALLING_EDGE (1U << 1)
35
37
#define COUNTER_CAPTURE_BOTH_EDGES (COUNTER_CAPTURE_RISING_EDGE | COUNTER_CAPTURE_FALLING_EDGE)
38
40
42
43
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_COUNTER_COUNTER_CAPTURE_H_ */
zephyr
dt-bindings
counter
counter-capture.h
Generated on
for Zephyr API Documentation by
1.16.1