Searched defs:DIGIT_BASE (Results 1 – 4 of 4) sorted by relevance
31 const static uint16_t DIGIT_BASE = 0x30; member in OHud
60 #define DIGIT_BASE (((DIGIT2)1) << DIGIT_BITS) macro