Searched refs:CY_SEGLCD_NIBBLE (Results 1 – 1 of 1) sorted by relevance
37 #define CY_SEGLCD_NIBBLE (4UL) macro47 #define CY_SEGLCD_PIX_Pos(pixel) ((CY_SEGLCD_EXTR_NBL(pixel) * CY_SEGLCD_NIBBLE) + \48 (CY_SEGLCD_EXTR_COM(pixel) % CY_SEGLCD_NIBBLE))289 return (&(locDataPtr[CY_SEGLCD_EXTR_COM(pixel) / CY_SEGLCD_NIBBLE][CY_SEGLCD_EXTR_OCT(pixel)])); in GetDataRegPtr()