Home
last modified time | relevance | path

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

/bsp/rockchip/common/rk_hal/lib/hal/src/
A Dhal_pwr.c57 HAL_ASSERT(volt >= desc->minVolt); in PWR_SetVoltage_Linear()
61 delta = volt - desc->minVolt; in PWR_SetVoltage_Linear()
83 HAL_ASSERT(volt >= desc->minVolt); in PWR_RoundVoltage_Linear()
85 delta = volt - desc->minVolt; in PWR_RoundVoltage_Linear()
181 uint32_t HAL_PWR_RoundVoltage(struct PWR_INTREG_DESC *desc, uint32_t volt) in HAL_PWR_RoundVoltage() argument
185 return PWR_RoundVoltage_Linear(desc, volt); in HAL_PWR_RoundVoltage()
239 return PWR_SetVoltage_Linear(desc, volt, PWR_CTRL_VOLT_RUN); in HAL_PWR_SetVoltage()
252 uint32_t volt) in HAL_PWR_SetVoltageSuspend() argument
256 return PWR_SetVoltage_Linear(desc, volt, PWR_CTRL_VOLT_SSPD); in HAL_PWR_SetVoltageSuspend()
360 if (volt > linear_max_uV || volt < range->minUV) { in HAL_PWR_LinearRangeVoltToSel()
[all …]
/bsp/rockchip/common/rk_hal/lib/hal/inc/
A Dhal_pwr.h152 HAL_Status HAL_PWR_SetVoltage(struct PWR_INTREG_DESC *desc, uint32_t volt);
153 HAL_Status HAL_PWR_SetVoltageSuspend(struct PWR_INTREG_DESC *desc, uint32_t volt);
158 uint32_t HAL_PWR_RoundVoltage(struct PWR_INTREG_DESC *desc, uint32_t volt);
162 int HAL_PWR_LinearRangeVoltToSel(const struct PWR_LINEAR_RANGE_TABLE *linearTables, uint32_t volt);
/bsp/allwinner/libraries/sunxi-hal/include/hal/
A Dsunxi_hal_regulator.h61 #define AXP_DESC_FIXED(volt)\ argument
63 .min_uv = (volt) * 1000, \
64 .max_uv = (volt) * 1000, \
/bsp/bouffalo_lab/libraries/rt_drivers/
A Ddrv_sdh.c124 SDH_Cfg_Type_Instance.volt = SDH_VOLTAGE_3P3V; in sdh_set_bus_width()
138 SDH_Cfg_Type_Instance.volt = SDH_VOLTAGE_3P3V; in sdio_host_init()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/include/
A Dbl616_sdh.h444 SDH_Voltage_Type volt; /*!< SDH voltage */ member
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/include/
A Dbl808_sdh.h443 SDH_Voltage_Type volt; /*!< SDH voltage */ member
/bsp/Infineon/psoc6-evaluationkit-062S2/board/
A DKconfig366 int "Enable SDCARD io volt sel pin,default:NC"
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl808/std/src/
A Dbl808_sdh.c695 tmpVal = BL_SET_REG_BITS_VAL(tmpVal, SDH_SD_BUS_VLT, cfg->volt); in SDH_Ctrl_Init()
/bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/soc/bl616/std/src/
A Dbl616_sdh.c695 tmpVal = BL_SET_REG_BITS_VAL(tmpVal, SDH_SD_BUS_VLT, cfg->volt); in SDH_Ctrl_Init()

Completed in 30 milliseconds