Home
last modified time | relevance | path

Searched refs:NFC_QUICK_TIMER_EVT_MASK (Results 1 – 2 of 2) sorted by relevance

/external/libnfc-nci/src/include/
Dnfc_target.h84 #ifndef NFC_QUICK_TIMER_EVT_MASK
85 #define NFC_QUICK_TIMER_EVT_MASK (TIMER_1_EVT_MASK) macro
/external/libnfc-nci/src/nfc/nfc/
Dnfc_task.c436 if (event & NFC_QUICK_TIMER_EVT_MASK) in nfc_task()