xWRL6432 MMWAVE-L-SDK  05.04.00.01

Detailed Description

Specify the wakeup sources for LPDS and Shutdown.

The wakeup sources for LPDS and Shutdown can be dynamically changed at runtime, via Power_configureWakeup(). The application should fill a structure of this type, and pass it as the parameter to Power_configureWakeup() to specify the new wakeup settings.

Data Fields

bool enableGPIOSyncIOWakeupLPDS
 
Power_GPIO_SYNCIO_Wakeup_Enable selectGpioSyncIOLpds
 
bool enableSleepCounterWakeupLPDS
 
bool enableUARTWakeupLPDS
 
bool enableSPICSWakeupLPDS
 
bool enableRTCWakeupLPDS
 
bool enableFRCWakeupLPDS
 
uint32_t wakeupGPIOEdgeLPDS
 The GPIO trigger type for wakeup from LPDS. More...
 
uint32_t wakeupSyncIOEdgeLPDS
 The GPIO trigger type for wakeup from LPDS. More...
 

Field Documentation

◆ enableGPIOSyncIOWakeupLPDS

bool Power_Wakeup::enableGPIOSyncIOWakeupLPDS

Enable GPIO or SYNC_IN as a wakeup source for LPDS

◆ selectGpioSyncIOLpds

Power_GPIO_SYNCIO_Wakeup_Enable Power_Wakeup::selectGpioSyncIOLpds

Select between GPIO and SYNC_IN as a wakeup source for LPDS

◆ enableSleepCounterWakeupLPDS

bool Power_Wakeup::enableSleepCounterWakeupLPDS

Enable sleep counter as a wakeup source for LPDS

◆ enableUARTWakeupLPDS

bool Power_Wakeup::enableUARTWakeupLPDS

Enable UART activity as a wakeup source for LPDS

◆ enableSPICSWakeupLPDS

bool Power_Wakeup::enableSPICSWakeupLPDS

Enable SPI CS as a wakeup source for LPDS

◆ enableRTCWakeupLPDS

bool Power_Wakeup::enableRTCWakeupLPDS

Enable RTC as a wakeup source for LPDS

◆ enableFRCWakeupLPDS

bool Power_Wakeup::enableFRCWakeupLPDS

Enable FRC as a wakeup source for LPDS

◆ wakeupGPIOEdgeLPDS

uint32_t Power_Wakeup::wakeupGPIOEdgeLPDS

The GPIO trigger type for wakeup from LPDS.

Value can be one of the following (defined in driverlib/prcm.h): PRCM_LPDS_FALL_EDGE, PRCM_LPDS_RISE_EDGE

◆ wakeupSyncIOEdgeLPDS

uint32_t Power_Wakeup::wakeupSyncIOEdgeLPDS

The GPIO trigger type for wakeup from LPDS.

Value can be one of the following (defined in driverlib/prcm.h): PRCM_LPDS_FALL_EDGE, PRCM_LPDS_RISE_EDGE