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 <gr533x_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
 
uint32_t pwr_mgmt_wdt_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 78 of file gr533x_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 80 of file gr533x_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 81 of file gr533x_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 82 of file gr533x_pwr.h.

◆ pwr_mgmt_wdt_timer_thrd

uint32_t pwr_mgmt_var_box_t::pwr_mgmt_wdt_timer_thrd

AON WDT threshold.

Definition at line 83 of file gr533x_pwr.h.


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