Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/gpio/drv/gpio/
H A DdrvGPIO.c737 PGPIO_ENABLE_INTERRUPT_PARAM pGpioEnableIntParam = NULL; in mdrv_gpio_enable_interrupt() local
740 pGpioEnableIntParam = (PGPIO_ENABLE_INTERRUPT_PARAM)malloc(sizeof(GPIO_ENABLE_INTERRUPT_PARAM)); in mdrv_gpio_enable_interrupt()
741 pGpioEnableIntParam->gpio_num=gpio_num; in mdrv_gpio_enable_interrupt()
742 u32Ret=UtopiaIoctl(pInstantGpio, MDrv_CMD_GPIO_En_Interrupt,(MS_U32*)pGpioEnableIntParam); in mdrv_gpio_enable_interrupt()
743 free(pGpioEnableIntParam); in mdrv_gpio_enable_interrupt()