HomeSort by relevance Sort by last modified time
    Searched refs:nfc_wake_active_mode (Results 1 - 7 of 7) sorted by null

  /external/libnfc-nci/src/hal/int/
nfc_hal_post_reset.h 52 UINT8 nfc_wake_active_mode; member in struct:__anon10231
nfc_hal_int_api.h 152 ** nfc_wake_active_mode/dh_wake_active_mode
165 UINT8 nfc_wake_active_mode,
nfc_hal_int.h 383 UINT8 nfc_wake_active_mode; /* NFC_HAL_LP_ACTIVE_LOW/HIGH */ member in struct:__anon10224
  /external/libnfc-nci/src/include/
config.h 106 unsigned char nfc_wake_active_mode; /* NFC_LP_ACTIVE_LOW or NFC_LP_ACTIVE_HIGH */ member in struct:__anon10239
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c 835 ** nfc_wake_active_mode cmd result of voltage on NFC_WAKE
843 if (cmd == nfc_hal_cb.dev_cb.nfc_wake_active_mode)
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
patchram.cpp 233 gSnoozeModeCfg.nfc_wake_active_mode,
userial_linux.c 285 return ((gSnoozeModeCfg.nfc_wake_active_mode == NFC_HAL_LP_ACTIVE_HIGH) ? UPIO_ON : UPIO_OFF);
299 return ((gSnoozeModeCfg.nfc_wake_active_mode == NFC_HAL_LP_ACTIVE_HIGH) ? UPIO_OFF : UPIO_ON);
313 int asserted_state = ((gSnoozeModeCfg.nfc_wake_active_mode == NFC_HAL_LP_ACTIVE_HIGH) ? UPIO_ON : UPIO_OFF);
    [all...]

Completed in 6035 milliseconds