Home
last modified time | relevance | path

Searched refs:kGPIO_DigitalInput (Results 1 – 15 of 15) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/gpio/
Dfsl_gpio.c125 if (config->pinDirection == kGPIO_DigitalInput) in GPIO_PinInit()
377 if (config->pinDirection == kGPIO_DigitalInput) in FGPIO_PinInit()
Dfsl_gpio.h39 kGPIO_DigitalInput = 0U, /*!< Set current pin as digital input*/ enumerator
/hal_nxp-latest/mcux/mcux-sdk/drivers/gpio_1/
Dfsl_gpio.c87 if (config->pinDirection == kGPIO_DigitalInput) in GPIO_PinInit()
285 if (config->pinDirection == kGPIO_DigitalInput) in FGPIO_PinInit()
Dfsl_gpio.h47 kGPIO_DigitalInput = 0U, /*!< Set current pin as digital input*/ enumerator
/hal_nxp-latest/mcux/mcux-sdk/components/gpio/
Dfsl_adapter_rt_gpio.c190 gpio_pin_config_t gpioPinConfig = {kGPIO_DigitalInput, 0}; in HAL_GpioInit()
224 gpioPinConfig.pinDirection = kGPIO_DigitalInput; in HAL_GpioInit()
Dfsl_adapter_igpio.c275 kGPIO_DigitalInput, in HAL_GpioInit()
316 gpioPinconfig.direction = kGPIO_DigitalInput; in HAL_GpioInit()
Dfsl_adapter_gpio.c774 kGPIO_DigitalInput, in HAL_GpioExitLowpower()
781 gpioPinconfig.pinDirection = kGPIO_DigitalInput; in HAL_GpioExitLowpower()
Dfsl_adapter_lpc_gpio.c206 kGPIO_DigitalInput, in HAL_GpioInit()
240 gpioPinconfig.pinDirection = kGPIO_DigitalInput; in HAL_GpioInit()
Dfsl_adapter_gint.c429 kGPIO_DigitalInput,
465 gpioPinconfig.pinDirection = kGPIO_DigitalInput;
/hal_nxp-latest/mcux/mcux-sdk/drivers/igpio/
Dfsl_gpio.c92 if (Config->direction == kGPIO_DigitalInput) in GPIO_PinInit()
Dfsl_gpio.h32 kGPIO_DigitalInput = 0U, /*!< Set current pin as digital input.*/ enumerator
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpc_gpio/
Dfsl_gpio.h34 kGPIO_DigitalInput = 0U, /*!< Set current pin as digital input*/ enumerator
Dfsl_gpio.c101 if (config->pinDirection == kGPIO_DigitalInput) in GPIO_PinInit()
/hal_nxp-latest/mcux/mcux-sdk/boards/lpcxpresso55s16/
Dboard.h124 … &(gpio_pin_config_t){kGPIO_DigitalInput, 0U}); \
/hal_nxp-latest/mcux/mcux-sdk/components/power_manager/
DREADME.md149 `gpioPinConfigStruct.pinDirection = kGPIO_DigitalInput;`