Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
Go to the source code of this file.
Macros | |
GPIO pull strength flags | |
The pull strength flags are a Zephyr specific extension of the standard GPIO flags specified by the Linux GPIO binding. Only applicable for NXP IMX SoCs. The interface supports two different pull strengths: | |
#define | NXP_IGPIO_PULL_WEAK (0x0U << NXP_IGPIO_PULL_STRENGTH_POS) |
pull up/down strengths (only applies to CONFIG_SOC_SERIES_IMXRT10XX) | |
#define | NXP_IGPIO_PULL_STRONG (0x1U << NXP_IGPIO_PULL_STRENGTH_POS) |
#define NXP_IGPIO_PULL_STRONG (0x1U << NXP_IGPIO_PULL_STRENGTH_POS) |
#define NXP_IGPIO_PULL_WEAK (0x0U << NXP_IGPIO_PULL_STRENGTH_POS) |
pull up/down strengths (only applies to CONFIG_SOC_SERIES_IMXRT10XX)