Searched refs:CY_SEGLCD_SUCCESS (Results 1 – 2 of 2) sorted by relevance
417 retVal = CY_SEGLCD_SUCCESS; in Cy_SegLCD_Init()455 if ((CY_SEGLCD_SUCCESS == retVal) && enabled) in Cy_SegLCD_Contrast()598 retVal = (uint32_t)CY_SEGLCD_SUCCESS; in Cy_SegLCD_ClrFrame()639 retVal = (uint32_t)CY_SEGLCD_SUCCESS; in Cy_SegLCD_InvFrame()692 retVal = CY_SEGLCD_SUCCESS; in Cy_SegLCD_WritePixel()767 …retVal = CY_SEGLCD_IS_BASIC(display->type) ? (uint32_t)CY_SEGLCD_SUCCESS : (uint32_t)CY_SEGLCD_CUS… in Cy_SegLCD_WriteChar()837 retVal = (uint32_t)CY_SEGLCD_SUCCESS; in Cy_SegLCD_WriteNumber()903 retVal = (uint32_t)CY_SEGLCD_SUCCESS; in Cy_SegLCD_WriteString()954 retVal = (uint32_t)CY_SEGLCD_SUCCESS; in Cy_SegLCD_BarGraph()
366 CY_SEGLCD_SUCCESS = 0x0UL, /**< Returned successful */ enumerator