Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pint/
Dfsl_pint.h67 } pint_pin_enable_t; typedef
205 void PINT_PinInterruptConfig(PINT_Type *base, pint_pin_int_t intr, pint_pin_enable_t enable, pint_c…
219 void PINT_PinInterruptGetConfig(PINT_Type *base, pint_pin_int_t pintr, pint_pin_enable_t *enable, p…
Dfsl_pint.c165 void PINT_PinInterruptConfig(PINT_Type *base, pint_pin_int_t intr, pint_pin_enable_t enable, pint_c… in PINT_PinInterruptConfig()
222 void PINT_PinInterruptGetConfig(PINT_Type *base, pint_pin_int_t pintr, pint_pin_enable_t *enable, p… in PINT_PinInterruptGetConfig()
/hal_nxp-3.5.0/mcux/mcux-sdk/cmsis_drivers/lpc_gpio/
Dfsl_gpio_cmsis.c153 static pint_pin_enable_t CMSIS_GPIO_MapIRQTypeToPINTType(uint32_t irq_type) in CMSIS_GPIO_MapIRQTypeToPINTType()
155 pint_pin_enable_t pin_type = kPINT_PinIntEnableNone; in CMSIS_GPIO_MapIRQTypeToPINTType()
/hal_nxp-3.5.0/mcux/mcux-sdk/components/gpio/
Dfsl_adapter_lpc_gpio.c375 pint_pin_enable_t triggerType; in HAL_GpioSetTriggerMode()