Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
realtek-bee-gpio.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2026, Realtek Semiconductor Corporation
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
14
15#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_REALTEK_BEE_GPIO_H_
16#define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_REALTEK_BEE_GPIO_H_
17
22
24#define BEE_GPIO_INPUT_DEBOUNCE_MS_POS 8
25
27#define BEE_GPIO_INPUT_DEBOUNCE_MS_MASK (0xff << BEE_GPIO_INPUT_DEBOUNCE_MS_POS)
28
30
39#define BEE_GPIO_INPUT_DEBOUNCE_MS(ms) ((0xff & (ms)) << BEE_GPIO_INPUT_DEBOUNCE_MS_POS)
40
41#endif /* ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_REALTEK_BEE_GPIO_H_ */