Home
last modified time | relevance | path

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

/bsp/efm32/Libraries/emlib/src/
A Dem_lcd.c149 void LCD_FrameCountInit(const LCD_FrameCountInit_TypeDef *fcInit) in LCD_FrameCountInit() argument
153 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()
/bsp/efm32/Libraries/emlib/inc/
A Dem_lcd.h282 void LCD_FrameCountInit(const LCD_FrameCountInit_TypeDef *fcInit);

Completed in 5 milliseconds