Home
last modified time | relevance | path

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

/external/libnfc-nci/src/hal/include/
Dnfc_hal_target.h40 #ifndef NFC_HAL_LP_NFC_WAKE_GPIO
41 #define NFC_HAL_LP_NFC_WAKE_GPIO UPIO_GENERAL3 macro
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_dm.c952 UPIO_Set (UPIO_GENERAL, NFC_HAL_LP_NFC_WAKE_GPIO, UPIO_OFF); /* pull down NFC_WAKE */ in nfc_hal_dm_set_nfc_wake()
954 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.c1628 if (pio == NFC_HAL_LP_NFC_WAKE_GPIO) in UPIO_Set()