Searched refs:voltageLevel (Results 1 – 3 of 3) sorted by relevance
/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/driverlib/ |
D | pcm.c | 43 static bool __PCM_setCoreVoltageLevelAdvanced(uint_fast8_t voltageLevel, in __PCM_setCoreVoltageLevelAdvanced() argument 50 ASSERT(voltageLevel == PCM_VCORE0 || voltageLevel == PCM_VCORE1); in __PCM_setCoreVoltageLevelAdvanced() 59 if (bCurrentVoltageLevel == voltageLevel) in __PCM_setCoreVoltageLevelAdvanced() 62 while (bCurrentVoltageLevel != voltageLevel) in __PCM_setCoreVoltageLevelAdvanced() 115 bool PCM_setCoreVoltageLevel(uint_fast8_t voltageLevel) in PCM_setCoreVoltageLevel() argument 117 return __PCM_setCoreVoltageLevelAdvanced(voltageLevel, 0, true); in PCM_setCoreVoltageLevel() 120 bool PCM_setCoreVoltageLevelWithTimeout(uint_fast8_t voltageLevel, in PCM_setCoreVoltageLevelWithTimeout() argument 123 return __PCM_setCoreVoltageLevelAdvanced(voltageLevel, timeOut, true); in PCM_setCoreVoltageLevelWithTimeout() 126 bool PCM_setCoreVoltageLevelNonBlocking(uint_fast8_t voltageLevel) in PCM_setCoreVoltageLevelNonBlocking() argument 128 return __PCM_setCoreVoltageLevelAdvanced(voltageLevel, 0, false); in PCM_setCoreVoltageLevelNonBlocking()
|
D | pcm.h | 123 extern bool PCM_setCoreVoltageLevel(uint_fast8_t voltageLevel); 168 extern bool PCM_setCoreVoltageLevelWithTimeout(uint_fast8_t voltageLevel, 192 extern bool PCM_setCoreVoltageLevelNonBlocking(uint_fast8_t voltageLevel);
|
D | rom.h | 1429 ((bool (*)(uint_fast8_t voltageLevel))ROM_PCMTABLE[0]) 1437 ((bool (*)(uint_fast8_t voltageLevel, \ 1526 ((bool (*)(uint_fast8_t voltageLevel))ROM_PCMTABLE[23])
|