Home
last modified time | relevance | path

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

/hal_silabs-latest/gecko/emlib/src/
Dem_lcd.c191 void LCD_FrameCountInit(const LCD_FrameCountInit_TypeDef *fcInit) in LCD_FrameCountInit() argument
193 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()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_lcd.c191 void LCD_FrameCountInit(const LCD_FrameCountInit_TypeDef *fcInit) in LCD_FrameCountInit() argument
193 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()
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_lcd.h453 void LCD_FrameCountInit(const LCD_FrameCountInit_TypeDef *fcInit);
/hal_silabs-latest/gecko/emlib/inc/
Dem_lcd.h453 void LCD_FrameCountInit(const LCD_FrameCountInit_TypeDef *fcInit);