Searched refs:commons (Results 1 – 2 of 2) sorted by relevance
588 cy_en_seglcd_status_t Cy_SegLCD_ClrFrame(LCD_Type * base, uint32_t const * commons) in Cy_SegLCD_ClrFrame() argument592 if (NULL != commons) in Cy_SegLCD_ClrFrame()603 retVal |= (uint32_t)Cy_SegLCD_WritePixel(base, commons[i], true); in Cy_SegLCD_ClrFrame()629 cy_en_seglcd_status_t Cy_SegLCD_InvFrame(LCD_Type * base, uint32_t const * commons) in Cy_SegLCD_InvFrame() argument633 if (NULL != commons) in Cy_SegLCD_InvFrame()644 uint32_t locCom = commons[i] & ~CY_SEGLCD_COM_Msk; in Cy_SegLCD_InvFrame()654 retVal |= (uint32_t)Cy_SegLCD_WritePixel(base, commons[i], true); in Cy_SegLCD_InvFrame()
561 … cy_en_seglcd_status_t Cy_SegLCD_ClrFrame (LCD_Type * base, uint32_t const * commons);562 … cy_en_seglcd_status_t Cy_SegLCD_InvFrame (LCD_Type * base, uint32_t const * commons);