Zephyr API Documentation
4.0.0-rc2
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
nxp-kinetis-gpio.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2022 Vestas Wind Systems A/S
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NXP_KINETIS_GPIO_H_
7
#define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NXP_KINETIS_GPIO_H_
8
23
#define KINETIS_GPIO_DS_POS 9
24
#define KINETIS_GPIO_DS_MASK (0x3U << KINETIS_GPIO_DS_POS)
28
#define KINETIS_GPIO_DS_DFLT (0x0U << KINETIS_GPIO_DS_POS)
29
31
#define KINETIS_GPIO_DS_ALT (0x3U << KINETIS_GPIO_DS_POS)
32
35
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_NXP_KINETIS_GPIO_H_ */
zephyr
dt-bindings
gpio
nxp-kinetis-gpio.h
Generated on Fri Nov 8 2024 21:02:38 for Zephyr API Documentation by
1.12.0