Zephyr Project API
4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
nxp-imx-igpio.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2025 Feniex Industries Inc.
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NXP_IMX_IGPIO_H_
7
#define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NXP_IMX_IGPIO_H_
8
23
#define NXP_IGPIO_PULL_STRENGTH_POS 8
24
#define NXP_IGPIO_PULL_STRENGTH_MASK (0x1U << NXP_IGPIO_PULL_STRENGTH_POS)
28
#define NXP_IGPIO_PULL_WEAK (0x0U << NXP_IGPIO_PULL_STRENGTH_POS)
29
#define NXP_IGPIO_PULL_STRONG (0x1U << NXP_IGPIO_PULL_STRENGTH_POS)
30
33
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NXP_IMX_IGPIO_H_ */
include
zephyr
dt-bindings
gpio
nxp-imx-igpio.h
Generated on Sun May 4 2025 13:59:46 for Zephyr Project API by
1.9.8