 |
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
15#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_REALTEK_BEE_GPIO_H_
16#define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_REALTEK_BEE_GPIO_H_
24#define BEE_GPIO_INPUT_DEBOUNCE_MS_POS 8
27#define BEE_GPIO_INPUT_DEBOUNCE_MS_MASK (0xff << BEE_GPIO_INPUT_DEBOUNCE_MS_POS)
39#define BEE_GPIO_INPUT_DEBOUNCE_MS(ms) ((0xff & (ms)) << BEE_GPIO_INPUT_DEBOUNCE_MS_POS)