Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/msp432p4xx/driverlib/
Dpcm.h80 #define PCM_LPM45 0xA0 macro
91 #define PCM_SHUTDOWN_COMPLETE PCM_LPM45
Dpcm.c311 || powerState == PCM_LPM45 || powerState == PCM_LPM4); in __PCM_setPowerStateAdvanced()
372 case PCM_LPM45: in __PCM_setPowerStateAdvanced()
373 return PCM_shutdownDevice(PCM_LPM45); in __PCM_setPowerStateAdvanced()
402 uint32_t shutdownModeBits = (shutdownMode == PCM_LPM45) ? in PCM_shutdownDevice()