Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/gpio/drv/gpio/
H A DdrvGPIO.c668 PGPIO_ATTACH_INTERRUPT_PARAM pGpioAttIntParam = NULL; in mdrv_gpio_attach_interrupt() local
671 pGpioAttIntParam = (PGPIO_ATTACH_INTERRUPT_PARAM)malloc(sizeof(GPIO_ATTACH_INTERRUPT_PARAM)); in mdrv_gpio_attach_interrupt()
672 pGpioAttIntParam->GPIO_Callback=pCallback; in mdrv_gpio_attach_interrupt()
673 pGpioAttIntParam->gpio_edge_type=gpio_edge_type; in mdrv_gpio_attach_interrupt()
674 pGpioAttIntParam->gpio_num=gpio_num; in mdrv_gpio_attach_interrupt()
675 u32Ret=UtopiaIoctl(pInstantGpio, MDrv_CMD_GPIO_Attach_Interrupt,(MS_U32*)pGpioAttIntParam); in mdrv_gpio_attach_interrupt()
676 free(pGpioAttIntParam); in mdrv_gpio_attach_interrupt()