![]() |
MAX32680 Peripheral Driver API
Peripheral Driver API for the MAX32680
|
Modules | |
PWRSEQ_Registers | |
Enumerations | |
enum | mxc_lp_ovr_t |
enum | mxc_lp_cfg_ds_pd_t |
Functions | |
void | MXC_LP_EnterSleepMode (void) |
void | MXC_LP_EnterLowPowerMode (void) |
void | MXC_LP_EnterMicroPowerMode (void) |
void | MXC_LP_EnterStandbyMode (void) |
void | MXC_LP_EnterBackupMode (void) |
void | MXC_LP_EnterPowerDownMode (void) |
void | MXC_LP_SetOVR (mxc_lp_ovr_t ovr) |
void | MXC_LP_BandgapOn (void) |
void | MXC_LP_BandgapOff (void) |
int | MXC_LP_BandgapIsOn (void) |
void | MXC_LP_ClearWakeStatus (void) |
void | MXC_LP_EnableGPIOWakeup (mxc_gpio_cfg_t *wu_pins) |
void | MXC_LP_DisableGPIOWakeup (mxc_gpio_cfg_t *wu_pins) |
void | MXC_LP_EnableRTCAlarmWakeup (void) |
void | MXC_LP_DisableRTCAlarmWakeup (void) |
void | MXC_LP_EnableTimerWakeup (mxc_tmr_regs_t *tmr) |
void | MXC_LP_DisableTimerWakeup (mxc_tmr_regs_t *tmr) |
void | MXC_LP_EnableUSBWakeup (void) |
void | MXC_LP_DisableUSBWakeup (void) |
void | MXC_LP_EnableWUTAlarmWakeup (void) |
void | MXC_LP_DisableWUTAlarmWakeup (void) |
void | MXC_LP_EnableHA0Wakeup (void) |
void | MXC_LP_DisableHA0Wakeup (void) |
void | MXC_LP_EnableHA1Wakeup (void) |
void | MXC_LP_DisableHA1Wakeup (void) |
int | MXC_LP_ConfigDeepSleepClocks (uint32_t mask) |
void | MXC_LP_NFCOscBypassEnable (void) |
void | MXC_LP_NFCOscBypassDisable (void) |
int | MXC_LP_NFCOscBypassIsEnabled (void) |
int MXC_LP_BandgapIsOn | ( | void | ) |
Is the bandgap on or off.
int MXC_LP_ConfigDeepSleepClocks | ( | uint32_t | mask | ) |
Configure which clocks are powered down at deep sleep and which are not affected.
[in] | mask | The mask of the clocks to power down when part goes into deepsleep |
void MXC_LP_DisableGPIOWakeup | ( | 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.
wu_pins | The 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. |
void MXC_LP_DisableTimerWakeup | ( | mxc_tmr_regs_t * | tmr | ) |
Disables Timer from waking up device.
tmr | Pointer to timer module. |
void MXC_LP_EnableGPIOWakeup | ( | 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.
wu_pins | The 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. |
void MXC_LP_EnableTimerWakeup | ( | mxc_tmr_regs_t * | tmr | ) |
Enables Timer to wakeup from any low power mode.
tmr | Pointer to timer module. |
int MXC_LP_NFCOscBypassIsEnabled | ( | void | ) |
Is NFC Oscilator Bypass Enabled.
void MXC_LP_SetOVR | ( | mxc_lp_ovr_t | ovr | ) |
Set ovr bits to set the voltage the micro will run at.
[in] | ovr | The ovr options are only 0.9V, 1.0V, and 1.1V use enum mxc_lp_ovr_t |