Searched refs:Cy_SegLCD_WritePixel (Results 1 – 2 of 2) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_seglcd.h | 563 … cy_en_seglcd_status_t Cy_SegLCD_WritePixel(LCD_Type * base, uint32_t pixel, bool value); 588 return (Cy_SegLCD_WritePixel(base, pixel, true)); in Cy_SegLCD_SetPixel() 610 return (Cy_SegLCD_WritePixel(base, pixel, false)); in Cy_SegLCD_ClrPixel() 632 return (Cy_SegLCD_WritePixel(base, pixel, !Cy_SegLCD_ReadPixel(base, pixel))); in Cy_SegLCD_InvPixel()
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_seglcd.c | 603 retVal |= (uint32_t)Cy_SegLCD_WritePixel(base, commons[i], true); in Cy_SegLCD_ClrFrame() 650 …retVal |= (uint32_t)Cy_SegLCD_WritePixel(base, locCom | ((uint32_t)(j << CY_SEGLCD_COM_Pos)), fals… in Cy_SegLCD_InvFrame() 654 retVal |= (uint32_t)Cy_SegLCD_WritePixel(base, commons[i], true); in Cy_SegLCD_InvFrame() 679 cy_en_seglcd_status_t Cy_SegLCD_WritePixel(LCD_Type * base, uint32_t pixel, bool value) in Cy_SegLCD_WritePixel() function 783 retVal |= (uint32_t)Cy_SegLCD_WritePixel(base, locPix, display->invert != locVal); in Cy_SegLCD_WriteChar() 958 … retVal |= (uint32_t)Cy_SegLCD_WritePixel(base, *(display->pixMap + i), i < (position + value)); in Cy_SegLCD_BarGraph()
|