Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/interrupt_controller/
Dintc_nxp_pint.c35 static uint8_t pin_pint_id[DT_INST_PROP(0, num_inputs)]; variable
70 if (pin > ARRAY_SIZE(pin_pint_id)) { in nxp_pint_pin_enable()
75 if (pin_pint_id[pin] != NO_PINT_ID) { in nxp_pint_pin_enable()
76 slot = pin_pint_id[pin]; in nxp_pint_pin_enable()
87 pin_pint_id[pin] = slot; in nxp_pint_pin_enable()
118 if (pin > ARRAY_SIZE(pin_pint_id)) { in nxp_pint_pin_disable()
122 slot = pin_pint_id[pin]; in nxp_pint_pin_disable()
143 if (pin > ARRAY_SIZE(pin_pint_id)) { in nxp_pint_pin_set_callback()
147 slot = pin_pint_id[pin]; in nxp_pint_pin_set_callback()
166 if (pin > ARRAY_SIZE(pin_pint_id)) { in nxp_pint_pin_unset_callback()
[all …]