Searched refs:vdd (Results 1 – 16 of 16) sorted by relevance
| /bsp/efm32/ |
| A D | dev_misc.c | 91 rt_uint32_t vdd; in rt_hw_get_vdd() local 101 result.buffer = (void *)&vdd; in rt_hw_get_vdd() 105 return (vdd * 125 * 3) / 4096; in rt_hw_get_vdd() 187 rt_uint32_t vdd = rt_hw_get_vdd(); in list_vdd() local 189 rt_kprintf("VDD is %1d.%02d V\n", vdd / 100, vdd % 100); in list_vdd()
|
| A D | httpd.c | 88 static int temp, vdd; variable 166 vdd = rt_hw_get_vdd(); in http_recv() 167 rt_sprintf(&indexdata[counter], "%1d.%02d", vdd / 100, vdd % 100); in http_recv()
|
| /bsp/hpmicro/libraries/drivers/ |
| A D | drv_sdio.c | 72 uint16_t vdd; member 641 uint32_t vdd = io_cfg->vdd; in hpm_sdmmc_set_iocfg() local 668 if (mmcsd->vdd != vdd) in hpm_sdmmc_set_iocfg() 670 if (vdd == 7) in hpm_sdmmc_set_iocfg() 680 mmcsd->vdd = vdd; in hpm_sdmmc_set_iocfg() 758 bool is_1v8 = (io_cfg->vdd == 7) || (mmcsd->host->valid_ocr == VDD_165_195); in hpm_sdmmc_set_iocfg()
|
| /bsp/hpmicro/hpm5301evklite/board/ |
| A D | rtt_board.h | 47 uint16_t vdd; member
|
| /bsp/hpmicro/hpm6300evk/board/ |
| A D | rtt_board.h | 49 uint16_t vdd; member
|
| /bsp/hpmicro/hpm5300evk/board/ |
| A D | rtt_board.h | 49 uint16_t vdd; member
|
| /bsp/hpmicro/hpm6200evk/board/ |
| A D | rtt_board.h | 51 uint16_t vdd; member
|
| /bsp/hpmicro/hpm6800evk/board/ |
| A D | rtt_board.h | 62 uint16_t vdd; member
|
| /bsp/hpmicro/hpm6e00evk/board/ |
| A D | rtt_board.h | 63 uint16_t vdd; member
|
| /bsp/hpmicro/hpm6750evk2/board/ |
| A D | rtt_board.h | 70 uint16_t vdd; member
|
| /bsp/hpmicro/hpm6750evkmini/board/ |
| A D | rtt_board.h | 68 uint16_t vdd; member
|
| /bsp/hpmicro/hpm6750evk/board/ |
| A D | rtt_board.h | 74 uint16_t vdd; member
|
| /bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/include/ |
| A D | sdhci.h | 625 unsigned short vdd); 777 unsigned short vdd); 780 unsigned short vdd); 782 unsigned short vdd);
|
| /bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/ |
| A D | sdhci.c | 815 unsigned short vdd) in sdhci_set_power_reg() argument 819 mmc_regulator_set_ocr(mmc, mmc->supply.vmmc, vdd); in sdhci_set_power_reg() 828 unsigned short vdd) in sdhci_set_power_noreg() argument 834 switch (1 << vdd) in sdhci_set_power_noreg() 910 unsigned short vdd) in sdhci_set_power() argument 913 sdhci_set_power_noreg(host, mode, vdd); in sdhci_set_power() 915 sdhci_set_power_reg(host, mode, vdd); in sdhci_set_power() 3510 host->ops->set_power(host, ios->power_mode, ios->vdd); in sdhci_set_ios() 3512 sdhci_set_power(host, ios->power_mode, ios->vdd); in sdhci_set_ios()
|
| /bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/src/ |
| A D | fit-mmc.c | 107 iocfg->power_mode, iocfg->vdd, iocfg->timing); in plat_set_ioconfig()
|
| /bsp/dm365/drivers/ |
| A D | mmcsd.c | 210 …ck %dHz busmode %d powermode %d Vdd %04x\n", ios->clock, ios->bus_mode, ios->power_mode, ios->vdd); in mmc_dm365_set_ios()
|
Completed in 36 milliseconds