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

  /external/libnfc-nci/src/udrv/include/
upio.h 146 UPIO_OFF,
312 ** State of GPIO (UPIO_ON or UPIO_OFF).
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 45 #define NFC_WAKE_ASSERTED_ON_POR UPIO_OFF
55 static tUPIO_STATE current_nfc_wake_state = UPIO_OFF;
316 return ((gSnoozeModeCfg.nfc_wake_active_mode == NFC_HAL_LP_ACTIVE_HIGH) ? UPIO_ON : UPIO_OFF);
330 return ((gSnoozeModeCfg.nfc_wake_active_mode == NFC_HAL_LP_ACTIVE_HIGH) ? UPIO_OFF : UPIO_ON);
344 int asserted_state = ((gSnoozeModeCfg.nfc_wake_active_mode == NFC_HAL_LP_ACTIVE_HIGH) ? UPIO_ON : UPIO_OFF);
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c     [all...]

Completed in 73 milliseconds