Searched refs:MSB_BIT_MASK (Results 1 – 1 of 1) sorted by relevance
20 #define MSB_BIT_MASK(x) (BIT_MASK(x) << (8 - x)) macro180 const uint8_t clip = font_is_msbfirst ? MSB_BIT_MASK(bottom_lines) in draw_char_vtmono()