Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/gpio/utopia_adaption/gpio/
H A DGPIO_adp.c21 UADP_SPT_0NXT_DEF(GPIO_ENABLE_INTERRUPT_PARAM);
44 UADP_SPT_0NXT(GPIO_ENABLE_INTERRUPT_PARAM); in GPIO_adp_Init()
/utopia/UTPA2-700.0.x/modules/gpio/drv/gpio/
H A DdrvGPIO_private.h184 }GPIO_ENABLE_INTERRUPT_PARAM, *PGPIO_ENABLE_INTERRUPT_PARAM; typedef
202 GPIO_ENABLE_INTERRUPT_PARAM privateGpioEnableInterrupt;
H A DdrvGPIO.c740 pGpioEnableIntParam = (PGPIO_ENABLE_INTERRUPT_PARAM)malloc(sizeof(GPIO_ENABLE_INTERRUPT_PARAM)); in mdrv_gpio_enable_interrupt()