Searched refs:cy_en_seglcd_status_t (Results 1 – 2 of 2) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_seglcd.h | 382 } cy_en_seglcd_status_t; typedef 538 cy_en_seglcd_status_t Cy_SegLCD_Init (LCD_Type * base, cy_stc_seglcd_config_t… 539 cy_en_seglcd_status_t Cy_SegLCD_Contrast(LCD_Type * base, uint32_t contrast, cy_stc_seglcd_config_t… 550 cy_en_seglcd_status_t Cy_SegLCD_WriteChar (LCD_Type * base, char_t character, uint32_t positi… 551 cy_en_seglcd_status_t Cy_SegLCD_WriteString(LCD_Type * base, char_t const * string, uint32_t positi… 552 cy_en_seglcd_status_t Cy_SegLCD_WriteNumber(LCD_Type * base, uint32_t value, uint32_t positi… 553 cy_en_seglcd_status_t Cy_SegLCD_BarGraph (LCD_Type * base, uint32_t value, uint32_t positi… 561 … cy_en_seglcd_status_t Cy_SegLCD_ClrFrame (LCD_Type * base, uint32_t const * commons); 562 … cy_en_seglcd_status_t Cy_SegLCD_InvFrame (LCD_Type * base, uint32_t const * commons); 563 … cy_en_seglcd_status_t Cy_SegLCD_WritePixel(LCD_Type * base, uint32_t pixel, bool value); [all …]
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_seglcd.c | 378 cy_en_seglcd_status_t Cy_SegLCD_Init(LCD_Type * base, cy_stc_seglcd_config_t const * config) in Cy_SegLCD_Init() 380 cy_en_seglcd_status_t retVal = CY_SEGLCD_BAD_PARAM; in Cy_SegLCD_Init() 443 cy_en_seglcd_status_t Cy_SegLCD_Contrast(LCD_Type * base, uint32_t contrast, cy_stc_seglcd_config_t… in Cy_SegLCD_Contrast() 445 cy_en_seglcd_status_t retVal = CY_SEGLCD_BAD_PARAM; in Cy_SegLCD_Contrast() 588 cy_en_seglcd_status_t Cy_SegLCD_ClrFrame(LCD_Type * base, uint32_t const * commons) in Cy_SegLCD_ClrFrame() 607 return((cy_en_seglcd_status_t)retVal); in Cy_SegLCD_ClrFrame() 629 cy_en_seglcd_status_t Cy_SegLCD_InvFrame(LCD_Type * base, uint32_t const * commons) in Cy_SegLCD_InvFrame() 658 return((cy_en_seglcd_status_t)retVal); in Cy_SegLCD_InvFrame() 679 cy_en_seglcd_status_t Cy_SegLCD_WritePixel(LCD_Type * base, uint32_t pixel, bool value) in Cy_SegLCD_WritePixel() 681 cy_en_seglcd_status_t retVal = CY_SEGLCD_BAD_PIXEL; in Cy_SegLCD_WritePixel() [all …]
|