Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/gpio/utopia_adaption/gpio/
H A DGPIO_adp.c18 UADP_SPT_0NXT_DEF(GPIO_GET_INOUT_PARAM);
41 UADP_SPT_0NXT(GPIO_GET_INOUT_PARAM); in GPIO_adp_Init()
/utopia/UTPA2-700.0.x/modules/gpio/drv/gpio/
H A DdrvGPIO_private.h161 }GPIO_GET_INOUT_PARAM, *PGPIO_GET_INOUT_PARAM; typedef
198 GPIO_GET_INOUT_PARAM privateGpioGetInout;
H A DdrvGPIO.c573 pGpioGetInOutParam = (PGPIO_GET_INOUT_PARAM)malloc(sizeof(GPIO_GET_INOUT_PARAM)); in mdrv_gpio_get_inout()