Home
last modified time | relevance | path

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

/btstack/port/archive/msp430f5229lp-cc2564b/firmware/
H A Dhal_board.c18 unsigned char *setVCore,
96 unsigned char *setVCore, in halBoardGetSystemClockSettings() argument
103 *setVCore = VCORE_1MHZ; in halBoardGetSystemClockSettings()
108 *setVCore = VCORE_4MHZ; in halBoardGetSystemClockSettings()
113 *setVCore = VCORE_8MHZ; in halBoardGetSystemClockSettings()
118 *setVCore = VCORE_12MHZ; in halBoardGetSystemClockSettings()
123 *setVCore = VCORE_16MHZ; in halBoardGetSystemClockSettings()
197 unsigned char setVCore = 0; in halBoardSetSystemClock() local
201 &setVCore, &setMultiplier); in halBoardSetSystemClock()
203 if (setVCore > (PMMCTL0 & PMMCOREV_3)) // Only change VCore if necessary in halBoardSetSystemClock()
[all …]
/btstack/port/archive/msp-exp430f5438-cc2564b/firmware/
H A Dhal_board.c18 unsigned char *setVCore,
96 unsigned char *setVCore, in halBoardGetSystemClockSettings() argument
103 *setVCore = VCORE_1MHZ; in halBoardGetSystemClockSettings()
108 *setVCore = VCORE_4MHZ; in halBoardGetSystemClockSettings()
113 *setVCore = VCORE_8MHZ; in halBoardGetSystemClockSettings()
118 *setVCore = VCORE_12MHZ; in halBoardGetSystemClockSettings()
123 *setVCore = VCORE_16MHZ; in halBoardGetSystemClockSettings()
249 unsigned char setVCore = 0; in halBoardSetSystemClock() local
253 &setVCore, &setMultiplier); in halBoardSetSystemClock()
255 if (setVCore > (PMMCTL0 & PMMCOREV_3)) // Only change VCore if necessary in halBoardSetSystemClock()
[all …]
/btstack/port/archive/ez430-rf2560/firmware/
H A Dhal_board.c18 unsigned char *setVCore,
96 unsigned char *setVCore, in halBoardGetSystemClockSettings() argument
103 *setVCore = VCORE_1MHZ; in halBoardGetSystemClockSettings()
108 *setVCore = VCORE_4MHZ; in halBoardGetSystemClockSettings()
113 *setVCore = VCORE_8MHZ; in halBoardGetSystemClockSettings()
118 *setVCore = VCORE_12MHZ; in halBoardGetSystemClockSettings()
123 *setVCore = VCORE_16MHZ; in halBoardGetSystemClockSettings()
249 unsigned char setVCore = 0; in halBoardSetSystemClock() local
253 &setVCore, &setMultiplier); in halBoardSetSystemClock()
255 if (setVCore > (PMMCTL0 & PMMCOREV_3)) // Only change VCore if necessary in halBoardSetSystemClock()
[all …]