Searched refs:layerx (Results 1 – 2 of 2) sorted by relevance
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_lcd.c | 99 void LCD_LayerInit(LCD_TypeDef * LCDx, uint32_t layerx, LCD_LayerInitStructure * initStruct) in LCD_LayerInit() argument 101 LCDx->L[layerx].LCR = (1 << LCD_LCR_EN_Pos) | in LCD_LayerInit() 105 LCDx->L[layerx].WHP = (initStruct->HStart << LCD_WHP_STA_Pos) | in LCD_LayerInit() 108 LCDx->L[layerx].WVP = (initStruct->VStart << LCD_WVP_STA_Pos) | in LCD_LayerInit() 111 LCDx->L[layerx].ADDR = initStruct->DataSource; in LCD_LayerInit() 113 LCDx->L[layerx].LLEN = (initStruct->HStop - initStruct->HStart); in LCD_LayerInit() 127 void LCD_SetLayerPos(LCD_TypeDef * LCDx, uint32_t layerx, uint16_t hstart, uint16_t hstop, uint16_t… in LCD_SetLayerPos() argument 129 LCDx->L[layerx].WHP = (hstart << LCD_WHP_STA_Pos) | in LCD_SetLayerPos() 132 LCDx->L[layerx].WVP = (vstart << LCD_WVP_STA_Pos) | in LCD_SetLayerPos()
|
| A D | SWM341_lcd.h | 48 void LCD_LayerInit(LCD_TypeDef * LCDx, uint32_t layerx, LCD_LayerInitStructure * initStruct); 49 void LCD_SetLayerPos(LCD_TypeDef * LCDx, uint32_t layerx, uint16_t hstart, uint16_t hstop, uint16_t…
|
Completed in 4 milliseconds