Home
last modified time | relevance | path

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

/external/libnfc-nci/src/udrv/include/
Dupio.h140 typedef UINT8 tUPIO_TYPE; typedef
248 typedef void (tUPIO_CBACK)(tUPIO_TYPE type, tUPIO pio, tUPIO_STATE state);
292 UDRV_API void UPIO_Set(tUPIO_TYPE type, tUPIO pio, tUPIO_STATE state);
315 UDRV_API tUPIO_STATE UPIO_Read(tUPIO_TYPE type, tUPIO pio);
340 UDRV_API void UPIO_Config(tUPIO_TYPE type, tUPIO pio, tUPIO_CONFIG config, tUPIO_CBACK *cback);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c1624 UDRV_API void UPIO_Set(tUPIO_TYPE type, tUPIO pio, tUPIO_STATE new_state) in UPIO_Set()