 |
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
6#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_ENE_KB1200_GPIO_H_
7#define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_ENE_KB1200_GPIO_H_
20#define KB1200_GPIO_VOLTAGE_POS 8
21#define KB1200_GPIO_VOLTAGE_MASK (1U << KB1200_GPIO_VOLTAGE_POS)
23#define KB1200_GPIO_DRIVING_POS 9
24#define KB1200_GPIO_DRIVING_MASK (1U << KB1200_GPIO_DRIVING_POS)
28#define KB1200_GPIO_VOLTAGE_DEFAULT (0U << KB1200_GPIO_VOLTAGE_POS)
30#define KB1200_GPIO_VOLTAGE_1P8 (1U << KB1200_GPIO_VOLTAGE_POS)
33#define KB1200_GPIO_DRIVING_DEFAULT (0U << KB1200_GPIO_DRIVING_POS)
35#define KB1200_GPIO_DRIVING_16MA (1U << KB1200_GPIO_DRIVING_POS)