Searched refs:fcInit (Results 1 – 4 of 4) sorted by relevance
191 void LCD_FrameCountInit(const LCD_FrameCountInit_TypeDef *fcInit) in LCD_FrameCountInit() argument193 EFM_ASSERT(fcInit != (void *) 0); in LCD_FrameCountInit()196 EFM_ASSERT(fcInit->top < LCD_FRAME_COUNTER_VAL_MAX); in LCD_FrameCountInit()204 bacfg |= (fcInit->top << _LCD_BACFG_FCTOP_SHIFT); in LCD_FrameCountInit()205 bacfg |= fcInit->prescale; in LCD_FrameCountInit()218 bactrl |= (fcInit->top << _LCD_BACTRL_FCTOP_SHIFT); in LCD_FrameCountInit()219 bactrl |= fcInit->prescale; in LCD_FrameCountInit()225 LCD_FrameCountEnable(fcInit->enable); in LCD_FrameCountInit()
453 void LCD_FrameCountInit(const LCD_FrameCountInit_TypeDef *fcInit);