Searched defs:QUICK_TIMER_TICKS_PER_SEC (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/hal/include/
H A Dnfc_hal_target.h130 #ifndef QUICK_TIMER_TICKS_PER_SEC
131 #define QUICK_TIMER_TICKS_PER_SEC 100 /* 10ms timer */ macro
/external/libnfc-nci/src/include/
H A Dnfc_target.h350 #ifndef QUICK_TIMER_TICKS_PER_SEC
351 #define QUICK_TIMER_TICKS_PER_SEC 100 /* 10ms timer */ macro
H A Dbt_target.h541 /* if none of them is included then QUICK_TIMER_TICKS_PER_SEC is set to 0 to exclude quick timer */
542 #ifndef QUICK_TIMER_TICKS_PER_SEC
543 #define QUICK_TIMER_TICKS_PER_SEC 100 /* 10ms timer */ macro

Completed in 157 milliseconds