Zephyr API Documentation
4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
nordic-npm10xx-gpio.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2026 Nordic Semiconductor ASA
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NORDIC_NPM10XX_GPIO_H_
7
#define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NORDIC_NPM10XX_GPIO_H_
8
22
29
#define NPM10XX_GPIO_DRIVE_MSK 0x0100U
32
#define NPM10XX_GPIO_DRIVE_NORMAL (0U << 8U)
34
#define NPM10XX_GPIO_DRIVE_HIGH (1U << 8U)
36
43
#define NPM10XX_GPIO_DEBOUNCE_MSK 0x0200U
46
#define NPM10XX_GPIO_DEBOUNCE_OFF (0U << 9U)
48
#define NPM10XX_GPIO_DEBOUNCE_ON (1U << 9U)
50
52
53
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NORDIC_NPM10XX_GPIO_H_ */
zephyr
dt-bindings
gpio
nordic-npm10xx-gpio.h
Generated on
for Zephyr API Documentation by
1.16.1