Home
last modified time | relevance | path

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

/bsp/rockchip/common/rk_hal/lib/hal/src/
A Dhal_pwr.c62 mod = delta % desc->volt_list.stepVolt; in PWR_SetVoltage_Linear()
67 val = delta / desc->volt_list.stepVolt; in PWR_SetVoltage_Linear()
86 val = delta / desc->volt_list.stepVolt; in PWR_RoundVoltage_Linear()
88 mod = delta % desc->volt_list.stepVolt; in PWR_RoundVoltage_Linear()
94 return (desc->minVolt + desc->volt_list.stepVolt * val); in PWR_RoundVoltage_Linear()
112 return (desc->minVolt + desc->volt_list.stepVolt * val); in PWR_GetVoltageLinear()
/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_pwr.h95 .stepVolt = (step) \
120 int stepVolt; member

Completed in 7 milliseconds