Home
last modified time | relevance | path

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

/external/libnfc-nci/src/hal/int/
Dnfc_hal_int_api.h77 #define NFC_HAL_LP_ACTIVE_HIGH NFC_SNOOZE_ACTIVE_HIGH /* low to high voltage is asser… macro
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Duserial_linux.c72 NFC_HAL_LP_ACTIVE_HIGH /* Host Wake active mode (0=ActiveLow 1=ActiveHigh) */
316 return ((gSnoozeModeCfg.nfc_wake_active_mode == NFC_HAL_LP_ACTIVE_HIGH) ? UPIO_ON : UPIO_OFF); in wake_state()
330 return ((gSnoozeModeCfg.nfc_wake_active_mode == NFC_HAL_LP_ACTIVE_HIGH) ? UPIO_OFF : UPIO_ON); in sleep_state()
344 …int asserted_state = ((gSnoozeModeCfg.nfc_wake_active_mode == NFC_HAL_LP_ACTIVE_HIGH) ? UPIO_O… in isWake()
Dpatchram.cpp100 NFC_HAL_LP_ACTIVE_HIGH, /* DH_WAKE Active Mode */