Home
last modified time | relevance | path

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

/hal_silabs-latest/gecko/emlib/src/
Dem_emu.c2606 uint32_t vrefLow = 0; in lpGetDevinfoVrefLowHigh() local
2614 vrefLow = DEVINFO->DCDCLPVCTRL2; in lpGetDevinfoVrefLowHigh()
2615 vrefHigh = (vrefLow & _DEVINFO_DCDCLPVCTRL2_3V0LPATT1LPCMPBIAS0_MASK) in lpGetDevinfoVrefLowHigh()
2617 vrefLow = (vrefLow & _DEVINFO_DCDCLPVCTRL2_1V8LPATT1LPCMPBIAS0_MASK) in lpGetDevinfoVrefLowHigh()
2622 vrefLow = DEVINFO->DCDCLPVCTRL2; in lpGetDevinfoVrefLowHigh()
2623 vrefHigh = (vrefLow & _DEVINFO_DCDCLPVCTRL2_3V0LPATT1LPCMPBIAS1_MASK) in lpGetDevinfoVrefLowHigh()
2625 vrefLow = (vrefLow & _DEVINFO_DCDCLPVCTRL2_1V8LPATT1LPCMPBIAS1_MASK) in lpGetDevinfoVrefLowHigh()
2630 vrefLow = DEVINFO->DCDCLPVCTRL3; in lpGetDevinfoVrefLowHigh()
2631 vrefHigh = (vrefLow & _DEVINFO_DCDCLPVCTRL3_3V0LPATT1LPCMPBIAS2_MASK) in lpGetDevinfoVrefLowHigh()
2633 vrefLow = (vrefLow & _DEVINFO_DCDCLPVCTRL3_1V8LPATT1LPCMPBIAS2_MASK) in lpGetDevinfoVrefLowHigh()
[all …]
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_emu.c2661 uint32_t vrefLow = 0; in lpGetDevinfoVrefLowHigh() local
2669 vrefLow = DEVINFO->DCDCLPVCTRL2; in lpGetDevinfoVrefLowHigh()
2670 vrefHigh = (vrefLow & _DEVINFO_DCDCLPVCTRL2_3V0LPATT1LPCMPBIAS0_MASK) in lpGetDevinfoVrefLowHigh()
2672 vrefLow = (vrefLow & _DEVINFO_DCDCLPVCTRL2_1V8LPATT1LPCMPBIAS0_MASK) in lpGetDevinfoVrefLowHigh()
2677 vrefLow = DEVINFO->DCDCLPVCTRL2; in lpGetDevinfoVrefLowHigh()
2678 vrefHigh = (vrefLow & _DEVINFO_DCDCLPVCTRL2_3V0LPATT1LPCMPBIAS1_MASK) in lpGetDevinfoVrefLowHigh()
2680 vrefLow = (vrefLow & _DEVINFO_DCDCLPVCTRL2_1V8LPATT1LPCMPBIAS1_MASK) in lpGetDevinfoVrefLowHigh()
2685 vrefLow = DEVINFO->DCDCLPVCTRL3; in lpGetDevinfoVrefLowHigh()
2686 vrefHigh = (vrefLow & _DEVINFO_DCDCLPVCTRL3_3V0LPATT1LPCMPBIAS2_MASK) in lpGetDevinfoVrefLowHigh()
2688 vrefLow = (vrefLow & _DEVINFO_DCDCLPVCTRL3_1V8LPATT1LPCMPBIAS2_MASK) in lpGetDevinfoVrefLowHigh()
[all …]