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:__anon7665
nfc_hal_int_api.h 153 ** nfc_wake_active_mode/dh_wake_active_mode
166 UINT8 nfc_wake_active_mode,
nfc_hal_int.h 388 UINT8 nfc_wake_active_mode; /* NFC_HAL_LP_ACTIVE_LOW/HIGH */ member in struct:__anon7658
  /external/libnfc-nci/src/include/
config.h 115 unsigned char nfc_wake_active_mode; /* NFC_LP_ACTIVE_LOW or NFC_LP_ACTIVE_HIGH */ member in struct:__anon7673
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c 943 ** nfc_wake_active_mode cmd result of voltage on NFC_WAKE
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
patchram.cpp 239 gSnoozeModeCfg.nfc_wake_active_mode,
userial_linux.c 315 return ((gSnoozeModeCfg.nfc_wake_active_mode == NFC_HAL_LP_ACTIVE_HIGH) ? UPIO_ON : UPIO_OFF);
329 return ((gSnoozeModeCfg.nfc_wake_active_mode == NFC_HAL_LP_ACTIVE_HIGH) ? UPIO_OFF : UPIO_ON);
343 int asserted_state = ((gSnoozeModeCfg.nfc_wake_active_mode == NFC_HAL_LP_ACTIVE_HIGH) ? UPIO_ON : UPIO_OFF);
    [all...]

Completed in 227 milliseconds