Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_seglcd.c53 #define CY_SEGLCD_IS_ENABLED(base) (0UL != (LCD_CONTROL(base) & CY_SEGLCD_ENABLE_Msk)) macro
449 bool enabled = CY_SEGLCD_IS_ENABLED(base); /* Store the block state */ in Cy_SegLCD_Contrast()