Searched refs:tUPIO_TYPE (Results 1 – 2 of 2) sorted by relevance
/external/libnfc-nci/src/udrv/include/ |
D | upio.h | 140 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/ |
D | userial_linux.c | 1624 UDRV_API void UPIO_Set(tUPIO_TYPE type, tUPIO pio, tUPIO_STATE new_state) in UPIO_Set()
|