Home
last modified time | relevance | path

Searched refs:CY_SEGLCD_PIX_Pos (Results 1 – 1 of 1) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_seglcd.c47 #define CY_SEGLCD_PIX_Pos(pixel) ((CY_SEGLCD_EXTR_NBL(pixel) * CY_SEGLCD_NIBBLE) + \ macro
49 #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()