#include <stdint.h>
#include <ti/devices/msp432p4xx/driverlib/pss.h>
#include <ti/devices/msp432p4xx/driverlib/interrupt.h>
#include <ti/devices/msp432p4xx/driverlib/debug.h>
#include <ti/devices/msp432p4xx/driverlib/cpu.h>
Functions | |
void | PSS_enableForcedDCDCOperation (void) |
void | PSS_disableForcedDCDCOperation (void) |
void | PSS_enableHighSidePinToggle (bool activeLow) |
void | PSS_disableHighSidePinToggle (void) |
void | PSS_enableHighSide (void) |
void | PSS_disableHighSide (void) |
void | PSS_setHighSidePerformanceMode (uint_fast8_t powerMode) |
uint_fast8_t | PSS_getHighSidePerformanceMode (void) |
void | PSS_enableHighSideMonitor (void) |
void | PSS_disableHighSideMonitor (void) |
void | PSS_setHighSideVoltageTrigger (uint_fast8_t triggerVoltage) |
uint_fast8_t | PSS_getHighSideVoltageTrigger (void) |
void | PSS_enableInterrupt (void) |
void | PSS_disableInterrupt (void) |
uint32_t | PSS_getInterruptStatus (void) |
void | PSS_clearInterruptFlag (void) |
void | PSS_registerInterrupt (void(*intHandler)(void)) |
void | PSS_unregisterInterrupt (void) |