Home
last modified time | relevance | path

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

/system/nfc/src/include/
Dnfc_target.h69 #ifndef NFC_TIMER_EVT_MASK
70 #define NFC_TIMER_EVT_MASK (TIMER_0_EVT_MASK) macro
/system/nfc/src/nfc/nfc/
Dnfc_task.cc410 if (event & NFC_TIMER_EVT_MASK) { in nfc_task()