MAX32660 Peripheral Driver API
Peripheral Driver API for the MAX32660
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Modules
Low Power (LP)

Modules

 PWRSEQ_Registers
 

Enumerations

enum  mxc_lp_ovr_t
 

Functions

void MXC_LP_ClearWakeStatus (void)
 
void MXC_LP_EnableSRAM3 (void)
 
void MXC_LP_EnableSRAM2 (void)
 
void MXC_LP_EnableSRAM1 (void)
 
void MXC_LP_EnableSRAM0 (void)
 
void MXC_LP_DisableSRAM3 (void)
 
void MXC_LP_DisableSRAM2 (void)
 
void MXC_LP_DisableSRAM1 (void)
 
void MXC_LP_DisableSRAM0 (void)
 
void MXC_LP_EnableICacheLightSleep (void)
 
void MXC_LP_EnableSysRAM3LightSleep (void)
 
void MXC_LP_EnableSysRAM2LightSleep (void)
 
void MXC_LP_EnableSysRAM1LightSleep (void)
 
void MXC_LP_EnableSysRAM0LightSleep (void)
 
void MXC_LP_DisableICacheLightSleep (void)
 
void MXC_LP_DisableSysRAM3LightSleep (void)
 
void MXC_LP_DisableSysRAM2LightSleep (void)
 
void MXC_LP_DisableSysRAM1LightSleep (void)
 
void MXC_LP_DisableSysRAM0LightSleep (void)
 
void MXC_LP_EnableGPIOWakeup (const mxc_gpio_cfg_t *wu_pins)
 
void MXC_LP_DisableGPIOWakeup (const mxc_gpio_cfg_t *wu_pins)
 
void MXC_LP_EnableRTCAlarmWakeup (void)
 
void MXC_LP_DisableRTCAlarmWakeup (void)
 
void MXC_LP_EnterSleepMode (void)
 
void MXC_LP_EnterDeepSleepMode (void)
 
void MXC_LP_EnterBackupMode (void)
 
void MXC_LP_EnterShutDownMode (void)
 
int MXC_LP_SetOperatingVoltage (mxc_lp_ovr_t ovr)
 
void MXC_LP_EnableSRamRet0 (void)
 
void MXC_LP_DisableSRamRet0 (void)
 
void MXC_LP_EnableSRamRet1 (void)
 
void MXC_LP_DisableSRamRet1 (void)
 
void MXC_LP_EnableSRamRet2 (void)
 
void MXC_LP_DisableSRamRet2 (void)
 
void MXC_LP_EnableSRamRet3 (void)
 
void MXC_LP_DisableSRamRet3 (void)
 
void MXC_LP_EnableBlockDetect (void)
 
void MXC_LP_DisableBlockDetect (void)
 
void MXC_LP_EnableRamRetReg (void)
 
void MXC_LP_DisableRamRetReg (void)
 
void MXC_LP_EnableFastWk (void)
 
void MXC_LP_DisableFastWk (void)
 
void MXC_LP_EnableBandGap (void)
 
void MXC_LP_DisableBandGap (void)
 
void MXC_LP_EnableVCorePORSignal (void)
 
void MXC_LP_DisableVCorePORSignal (void)
 
void MXC_LP_EnableLDO (void)
 
void MXC_LP_DisableLDO (void)
 
void MXC_LP_EnableVCoreSVM (void)
 
void MXC_LP_DisableVCoreSVM (void)
 
void MXC_LP_EnableVDDIOPorMonitor (void)
 
void MXC_LP_DisableVDDIOPorMonitor (void)
 

Detailed Description

Enumeration Type Documentation

◆ mxc_lp_ovr_t

System reset0 enumeration. Used in SYS_PeriphReset0 function.

Enumerator
MXC_LP_OVR_0_9 

Reset DMA

MXC_LP_OVR_1_0 

Reset DMA

MXC_LP_OVR_1_1 

Reset DMA

Function Documentation

◆ MXC_LP_DisableGPIOWakeup()

void MXC_LP_DisableGPIOWakeup ( const mxc_gpio_cfg_t wu_pins)

Disables the selected GPIO port and its selected pins as a wake up source. Call this function multiple times to disable pins on multiple ports.

Parameters
wu_pinsThe port and pins to disable as wakeup sources. Only the gpio and mask fields of the structure are used. The func and pad fields are ignored.

◆ MXC_LP_EnableGPIOWakeup()

void MXC_LP_EnableGPIOWakeup ( const mxc_gpio_cfg_t wu_pins)

Enables the selected GPIO port and its selected pins to wake up the device from any low power mode. Call this function multiple times to enable pins on multiple ports. This function does not configure the GPIO pins nor does it setup their interrupt functionality.

Parameters
wu_pinsThe port and pins to configure as wakeup sources. Only the gpio and mask fields of the structure are used. The func and pad fields are ignored.

◆ MXC_LP_EnterBackupMode()

void MXC_LP_EnterBackupMode ( void  )

Places the device into BACKUP mode. CPU state is not maintained in this mode, so this function never returns. Instead, the device will restart once an RTC or external interrupt occur.

Note
MXC_LP_ClearWakeStatus should be called before this function, to avoid immediately waking up again

◆ MXC_LP_EnterDeepSleepMode()

void MXC_LP_EnterDeepSleepMode ( void  )

Places the device into DEEPSLEEP mode. This function returns once an RTC or external interrupt occur.

Note
MXC_LP_ClearWakeStatus should be called before this function, to avoid immediately waking up again

◆ MXC_LP_EnterSleepMode()

void MXC_LP_EnterSleepMode ( void  )

Places the device into SLEEP mode. This function returns once any interrupt occurs.

Note
MXC_LP_ClearWakeStatus should be called before this function, to avoid immediately waking up again

◆ MXC_LP_SetOperatingVoltage()

int MXC_LP_SetOperatingVoltage ( mxc_lp_ovr_t  ovr)

Set operating voltage and change the clock to match the new voltage.

Parameters
systemreset configuration struct