Lines Matching full:pint
21 /* Describes configuration of PINT IRQ slot */
32 /* Tracks IRQ configuration for each pint interrupt source */
34 /* Tracks pint interrupt source selected for each pin */
40 /* Attaches pin to PINT IRQ slot using INPUTMUX */
45 /* Three parameters here- INPUTMUX base, the ID of the PINT slot, in attach_pin_to_pint()
58 * @brief Enable PINT interrupt source.
110 * @brief disable PINT interrupt source.
126 /* Remove this pin from the PINT slot if one was in use */ in nxp_pint_pin_disable()
132 * @brief Install PINT callback
158 * @brief Remove PINT callback
178 /* NXP PINT ISR handler- called with PINT slot ID */
189 /* Defines PINT IRQ handler for a given irq index */
204 * The IRQ handler will receive the PINT slot as a in intc_nxp_pint_init()