Home
last modified time | relevance | path

Searched refs:currentVCore (Results 1 – 3 of 3) sorted by relevance

/btstack/port/archive/msp430f5229lp-cc2564b/firmware/
H A Dhal_board.c138 unsigned int currentVCore; in halBoardSetVCore() local
140 currentVCore = PMMCTL0 & PMMCOREV_3; // Get actual VCore in halBoardSetVCore()
142 while (level != currentVCore) in halBoardSetVCore()
144 if (level > currentVCore) in halBoardSetVCore()
145 halBoardSetVCoreUp(++currentVCore); in halBoardSetVCore()
147 halBoardSetVCoreDown(--currentVCore); in halBoardSetVCore()
/btstack/port/archive/msp-exp430f5438-cc2564b/firmware/
H A Dhal_board.c152 unsigned int currentVCore; in halBoardSetVCore() local
154 currentVCore = PMMCTL0 & PMMCOREV_3; // Get actual VCore in halBoardSetVCore()
156 while (level != currentVCore) in halBoardSetVCore()
158 if (level > currentVCore) in halBoardSetVCore()
159 halBoardSetVCoreUp(++currentVCore); in halBoardSetVCore()
161 halBoardSetVCoreDown(--currentVCore); in halBoardSetVCore()
/btstack/port/archive/ez430-rf2560/firmware/
H A Dhal_board.c152 unsigned int currentVCore; in halBoardSetVCore() local
154 currentVCore = PMMCTL0 & PMMCOREV_3; // Get actual VCore in halBoardSetVCore()
156 while (level != currentVCore) in halBoardSetVCore()
158 if (level > currentVCore) in halBoardSetVCore()
159 halBoardSetVCoreUp(++currentVCore); in halBoardSetVCore()
161 halBoardSetVCoreDown(--currentVCore); in halBoardSetVCore()