Searched refs:nxp_pint_pin_enable (Results 1 – 3 of 3) sorted by relevance
55 int nxp_pint_pin_enable(uint8_t pin, enum nxp_pint_trigger trigger, bool wake);
66 int nxp_pint_pin_enable(uint8_t pin, enum nxp_pint_trigger trigger, bool wake) in nxp_pint_pin_enable() function
292 ret = nxp_pint_pin_enable((port * 32) + pin, interrupt_mode, (trig & GPIO_INT_WAKEUP)); in gpio_mcux_lpc_pint_interrupt_cfg()