Home
last modified time | relevance | path

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

/external/libnfc-nci/src/udrv/include/
Dupio.h292 UDRV_API void UPIO_Set(tUPIO_TYPE type, tUPIO pio, tUPIO_STATE state);
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_dm.c1064 UPIO_Set (UPIO_GENERAL, NFC_HAL_LP_NFC_WAKE_GPIO, UPIO_OFF); /* pull down NFC_WAKE */ in nfc_hal_dm_set_nfc_wake()
1066 UPIO_Set (UPIO_GENERAL, NFC_HAL_LP_NFC_WAKE_GPIO, UPIO_ON); /* pull up NFC_WAKE */ in nfc_hal_dm_set_nfc_wake()
/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() function