Searched refs:pint_pin_enable_t (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pint/ |
D | fsl_pint.h | 67 } 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…
|
D | fsl_pint.c | 165 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/ |
D | fsl_gpio_cmsis.c | 153 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/ |
D | fsl_adapter_lpc_gpio.c | 375 pint_pin_enable_t triggerType; in HAL_GpioSetTriggerMode()
|