Home
last modified time | relevance | path

Searched refs:SEGVal0 (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
290 while ((SEGVal0 >> position) != 0UL) in LCD_IOConfig()
292 segcurrent = SEGVal0 & (1U << position); in LCD_IOConfig()
353 while ((SEGVal0 >> position) != 0UL) in LCD_IOConfig()
355 segcurrent = SEGVal0 & (1U << position); in LCD_IOConfig()
395 LCD->SEGCTRL0 = SEGVal0; in LCD_IOConfig()
409 void LCD_SetSEG(uint32_t SEGVal0, uint32_t SEGVal1, uint16_t SEGVal2) in LCD_SetSEG() argument
416 while ((SEGVal0 >> position) != 0UL) in LCD_SetSEG()
418 segcurrent = SEGVal0 & (1U << position); in LCD_SetSEG()
457 LCD->SEGCTRL0 = SEGVal0; 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 9 milliseconds