Searched refs:CY_SEGLCD_PIX_Pos (Results 1 – 1 of 1) sorted by relevance
47 #define CY_SEGLCD_PIX_Pos(pixel) ((CY_SEGLCD_EXTR_NBL(pixel) * CY_SEGLCD_NIBBLE) + \ macro49 #define CY_SEGLCD_PIX_Msk(pixel) ((uint32_t)(1UL << CY_SEGLCD_PIX_Pos(pixel)))686 uint32_t loc_Pos = CY_SEGLCD_PIX_Pos(pixel); in Cy_SegLCD_WritePixel()