Home
last modified time | relevance | path

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

/system/nfc/src/udrv/include/
Dupio.h130 typedef uint8_t tUPIO_TYPE; typedef
227 typedef void(tUPIO_CBACK)(tUPIO_TYPE type, tUPIO pio, tUPIO_STATE state);
270 void UPIO_Set(tUPIO_TYPE type, tUPIO pio, tUPIO_STATE state);
292 tUPIO_STATE UPIO_Read(tUPIO_TYPE type, tUPIO pio);
316 void UPIO_Config(tUPIO_TYPE type, tUPIO pio, tUPIO_CONFIG config,
/system/nfc/halimpl/bcm2079x/adaptation/
Duserial_linux.c1567 void UPIO_Set(tUPIO_TYPE type, tUPIO pio, tUPIO_STATE new_state) { in UPIO_Set()