Home
last modified time | relevance | path

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

/bsp/rockchip/common/rk_hal/lib/hal/src/
A Dhal_pwr.c326 if (sel < range->minSel || sel > range->maxSel) { in HAL_PWR_LinearRangeSelToVolt()
356 HAL_ASSERT(range->maxSel >= range->minSel); in HAL_PWR_LinearRangeVoltToSel()
358 (range->maxSel - range->minSel) * range->uVStep; in HAL_PWR_LinearRangeVoltToSel()
/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_pwr.h102 .maxSel = _maxSel, \
110 unsigned int maxSel; member

Completed in 4 milliseconds