Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_seglcd.c588 cy_en_seglcd_status_t Cy_SegLCD_ClrFrame(LCD_Type * base, uint32_t const * commons) in Cy_SegLCD_ClrFrame() argument
592 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() argument
633 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()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_seglcd.h561 … 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);