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>

Public Attributes

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.

Definition at line 71 of file gr55xx_pwr.h.

Member Data Documentation

◆ pwr_mgmt_app_timer_thrd

uint32_t pwr_mgmt_var_box_t::pwr_mgmt_app_timer_thrd

App timer threshold.

Definition at line 73 of file gr55xx_pwr.h.

◆ pwr_mgmt_ble_core_thrd

uint32_t pwr_mgmt_var_box_t::pwr_mgmt_ble_core_thrd

BLE timer threshold.

Definition at line 74 of file gr55xx_pwr.h.

◆ pwr_mgmt_rtc_timer_thrd

uint32_t pwr_mgmt_var_box_t::pwr_mgmt_rtc_timer_thrd

RTC timer threshold.

Definition at line 75 of file gr55xx_pwr.h.


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