Home
last modified time | relevance | path

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

/hal_ti-3.4.0/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dpcm.c44 uint32_t timeOut, bool blocking) in __PCM_setCoreVoltageLevelAdvanced() argument
56 boolTimeout = timeOut > 0 ? true : false; in __PCM_setCoreVoltageLevelAdvanced()
88 if (boolTimeout && !(--timeOut)) in __PCM_setCoreVoltageLevelAdvanced()
121 uint32_t timeOut) in PCM_setCoreVoltageLevelWithTimeout() argument
123 return __PCM_setCoreVoltageLevelAdvanced(voltageLevel, timeOut, true); in PCM_setCoreVoltageLevelWithTimeout()
190 static bool __PCM_setPowerModeAdvanced(uint_fast8_t powerMode, uint32_t timeOut, in __PCM_setPowerModeAdvanced() argument
210 boolTimeout = timeOut > 0 ? true : false; in __PCM_setPowerModeAdvanced()
267 if (boolTimeout && !(--timeOut)) in __PCM_setPowerModeAdvanced()
292 bool PCM_setPowerModeWithTimeout(uint_fast8_t powerMode, uint32_t timeOut) in PCM_setPowerModeWithTimeout() argument
294 return __PCM_setPowerModeAdvanced(powerMode, timeOut, true); in PCM_setPowerModeWithTimeout()
Dpcm.h169 uint32_t timeOut);
237 uint32_t timeOut);
Drom.h1438 uint32_t timeOut))ROM_PCMTABLE[2])
1447 uint32_t timeOut))ROM_PCMTABLE[4])