pwr_mgmt_var_box_t Struct Reference

power manager setting parameter. Use pwr_mgmt_var_set to transfer the parameters in the structure to PMU, and then the pwr_mgmt_mode_set function will use the new parameters for power management. Note that this is an advanced API, the wrong setting of parameters may lead to abnormal power management, so please use it carefully. More...

#include <gr55xx_pwr.h>

Data Fields

uint32_t pwr_mgmt_app_timer_thrd
 
uint32_t pwr_mgmt_ble_core_thrd
 
uint32_t pwr_mgmt_rtc_timer_thrd
 

Detailed Description

power manager setting parameter. Use pwr_mgmt_var_set to transfer the parameters in the structure to PMU, and then the pwr_mgmt_mode_set function will use the new parameters for power management. Note that this is an advanced API, the wrong setting of parameters may lead to abnormal power management, so please use it carefully.

Field Documentation

◆ pwr_mgmt_app_timer_thrd

uint32_t pwr_mgmt_var_box_t::pwr_mgmt_app_timer_thrd

App timer threshold.

◆ pwr_mgmt_ble_core_thrd

uint32_t pwr_mgmt_var_box_t::pwr_mgmt_ble_core_thrd

BLE timer threshold.

◆ pwr_mgmt_rtc_timer_thrd

uint32_t pwr_mgmt_var_box_t::pwr_mgmt_rtc_timer_thrd

RTC timer threshold.


The documentation for this struct was generated from the following file: