Searched defs:contrast (Results 1 – 2 of 2) sorted by relevance
108 #define CY_SEGLCD_IS_CNTR_VALID(contrast) (((uint32_t)(contrast)) <= CY_SEGLCD_CNTR_MAX) argument443 cy_en_seglcd_status_t Cy_SegLCD_Contrast(LCD_Type * base, uint32_t contrast, cy_stc_seglcd_config_t… in Cy_SegLCD_Contrast()
474 uint8_t contrast; /**< The LCD contrast, the valid range is 0...100 */ member