Home
last modified time | relevance | path

Searched refs:prescale (Results 1 – 13 of 13) sorted by relevance

/hal_silabs-latest/gecko/emlib/src/
Dem_timer.c190 timer->CFG = ((uint32_t)init->prescale << _TIMER_CFG_PRESC_SHIFT) in TIMER_Init()
213 ctrlRegVal = ((uint32_t)init->prescale << _TIMER_CTRL_PRESC_SHIFT) in TIMER_Init()
352 ((uint32_t)init->prescale << _TIMER_DTTIMECFG_DTPRESC_SHIFT) in TIMER_InitDTI()
391 timer->DTTIME = ((uint32_t)init->prescale << _TIMER_DTTIME_DTPRESC_SHIFT) in TIMER_InitDTI()
Dem_dac.c138 | (((uint32_t)(init->prescale) << _DAC_CTRL_PRESC_SHIFT) in DAC_Init()
Dem_lcd.c205 bacfg |= fcInit->prescale; in LCD_FrameCountInit()
219 bactrl |= fcInit->prescale; in LCD_FrameCountInit()
Dem_adc.c376 uint8_t presc = init->prescale; in ADC_Init()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_timer.c190 timer->CFG = ((uint32_t)init->prescale << _TIMER_CFG_PRESC_SHIFT) in TIMER_Init()
213 ctrlRegVal = ((uint32_t)init->prescale << _TIMER_CTRL_PRESC_SHIFT) in TIMER_Init()
352 ((uint32_t)init->prescale << _TIMER_DTTIMECFG_DTPRESC_SHIFT) in TIMER_InitDTI()
391 timer->DTTIME = ((uint32_t)init->prescale << _TIMER_DTTIME_DTPRESC_SHIFT) in TIMER_InitDTI()
Dem_lcd.c205 bacfg |= fcInit->prescale; in LCD_FrameCountInit()
219 bactrl |= fcInit->prescale; in LCD_FrameCountInit()
/hal_silabs-latest/gecko/emlib/inc/
Dem_dac.h145 uint8_t prescale; member
Dem_timer.h286 TIMER_Prescale_TypeDef prescale; member
513 TIMER_Prescale_TypeDef prescale; member
Dem_lcd.h367 LCD_FCPreScale_TypeDef prescale; member
Dem_adc.h806 uint8_t prescale; member
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_timer.h286 TIMER_Prescale_TypeDef prescale; member
513 TIMER_Prescale_TypeDef prescale; member
Dem_lcd.h367 LCD_FCPreScale_TypeDef prescale; member
/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer_hal_timer.c120 init_config.prescale = timerPrescale1024; in sleeptimer_hal_init_timer()