Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/port/
Dfsl_port.h177 } port_interrupt_t; typedef
427 …e void PORT_SetMultipleInterruptPinsConfig(PORT_Type *base, uint32_t mask, port_interrupt_t config) in PORT_SetMultipleInterruptPinsConfig()
532 static inline void PORT_SetPinInterruptConfig(PORT_Type *base, uint32_t pin, port_interrupt_t confi… in PORT_SetPinInterruptConfig()
/hal_nxp-latest/mcux/mcux-sdk/components/gpio/
Dfsl_adapter_gpio.c665 port_interrupt_t pinInt; in HAL_GpioSetTriggerMode()