OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UPIO_OFF
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c
44
#define NFC_WAKE_ASSERTED_ON_POR
UPIO_OFF
53
static tUPIO_STATE current_nfc_wake_state =
UPIO_OFF
;
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
...]
/external/libnfc-nci/src/udrv/include/
upio.h
152
UPIO_OFF
,
318
** State of GPIO (UPIO_ON or
UPIO_OFF
).
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c
844
UPIO_Set (UPIO_GENERAL, NFC_HAL_LP_NFC_WAKE_GPIO,
UPIO_OFF
); /* pull down NFC_WAKE */
[
all
...]
Completed in 3026 milliseconds