Searched refs:CY_SEGLCD_IS_BASIC (Results 1 – 1 of 1) sorted by relevance
63 #define CY_SEGLCD_IS_BASIC(type) (((uint16_t)CY_SEGLCD_7SEG == (type)) || \ macro767 …retVal = CY_SEGLCD_IS_BASIC(display->type) ? (uint32_t)CY_SEGLCD_SUCCESS : (uint32_t)CY_SEGLCD_CUS… in Cy_SegLCD_WriteChar()