OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UPIO_ON
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/udrv/include/
upio.h
147
UPIO_ON
,
312
** State of GPIO (
UPIO_ON
or UPIO_OFF).
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c
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 124 milliseconds