Home
last modified time | relevance | path

Searched refs:kPINT_PinIntEnableRiseEdge (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pint/
Dfsl_pint.h62 kPINT_PinIntEnableRiseEdge = PINT_PIN_RISE_EDGE, /*!< Generate Pin Interrupt on rising edge */ enumerator
Dfsl_pint.c249 *enable = kPINT_PinIntEnableRiseEdge; in PINT_PinInterruptGetConfig()
263 if (*enable == kPINT_PinIntEnableRiseEdge) in PINT_PinInterruptGetConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/gpio/
Dfsl_adapter_lpc_gpio.c396 triggerType = kPINT_PinIntEnableRiseEdge; in HAL_GpioSetTriggerMode()
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpc_gpio/
Dfsl_gpio_cmsis.c169 pin_type = kPINT_PinIntEnableRiseEdge; in CMSIS_GPIO_MapIRQTypeToPINTType()