Searched refs:fcInit (Results 1 – 2 of 2) sorted by relevance
149 void LCD_FrameCountInit(const LCD_FrameCountInit_TypeDef *fcInit) in LCD_FrameCountInit() argument153 EFM_ASSERT(fcInit != (void *) 0); in LCD_FrameCountInit()156 EFM_ASSERT(fcInit->top < 64); in LCD_FrameCountInit()161 bactrl |= (fcInit->top << _LCD_BACTRL_FCTOP_SHIFT); in LCD_FrameCountInit()162 bactrl |= fcInit->prescale; in LCD_FrameCountInit()167 LCD_FrameCountEnable(fcInit->enable); in LCD_FrameCountInit()
282 void LCD_FrameCountInit(const LCD_FrameCountInit_TypeDef *fcInit);
Completed in 5 milliseconds