Home
last modified time | relevance | path

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

/bsp/nxp/lpc/lpc408x/drivers/
A Ddrv_sdram.c80 TIM_TIMERCFG_Type TIM_ConfigStruct; in rt_hw_sdram_init() local
82 TIM_ConfigStruct.PrescaleOption = TIM_PRESCALE_USVAL; in rt_hw_sdram_init()
83 TIM_ConfigStruct.PrescaleValue = 1; in rt_hw_sdram_init()
86 TIM_Init(LPC_TIM0, TIM_TIMER_MODE, &TIM_ConfigStruct); in rt_hw_sdram_init()

Completed in 4 milliseconds