Home
last modified time | relevance | path

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

/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Source/
A Dlib_lcd.c251 void LCD_IOConfig(uint32_t ComMode, uint32_t SEGVal0, uint32_t SEGVal1, uint16_t SEGVal2, uint32_t … in LCD_IOConfig() argument
302 while ((SEGVal1 >> position) != 0UL) in LCD_IOConfig()
304 segcurrent = SEGVal1 & (1U << position); in LCD_IOConfig()
367 while ((SEGVal1 >> position) != 0UL) in LCD_IOConfig()
369 segcurrent = SEGVal1 & (1U << position); in LCD_IOConfig()
396 LCD->SEGCTRL1 = SEGVal1; in LCD_IOConfig()
409 void LCD_SetSEG(uint32_t SEGVal0, uint32_t SEGVal1, uint16_t SEGVal2) in LCD_SetSEG() argument
430 while ((SEGVal1 >> position) != 0UL) in LCD_SetSEG()
432 segcurrent = SEGVal1 & (1U << position); in LCD_SetSEG()
458 LCD->SEGCTRL1 = SEGVal1; in LCD_SetSEG()
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_lcd.h150 void LCD_IOConfig(uint32_t ComMode, uint32_t SEGVal0, uint32_t SEGVal1, uint16_t SEGVal2, uint32_t …

Completed in 8 milliseconds