Searched refs:CY_SEGLCD_IS_ENABLED (Results 1 – 1 of 1) sorted by relevance
53 #define CY_SEGLCD_IS_ENABLED(base) (0UL != (LCD_CONTROL(base) & CY_SEGLCD_ENABLE_Msk)) macro449 bool enabled = CY_SEGLCD_IS_ENABLED(base); /* Store the block state */ in Cy_SegLCD_Contrast()