#include "hpm_common.h"
#include "hpm_bpor_regs.h"
Go to the source code of this file.
◆ bpor_disable_reg_value_retention()
| static void bpor_disable_reg_value_retention |
( |
BPOR_Type * |
ptr | ) |
|
|
inlinestatic |
Disable register value retention when power down occurs.
- Parameters
-
◆ bpor_enable_reg_value_retention()
| static void bpor_enable_reg_value_retention |
( |
BPOR_Type * |
ptr | ) |
|
|
inlinestatic |
Enable register value retention when power down occurs.
- Parameters
-
◆ bpor_is_reg_value_retention_enable()
| static bool bpor_is_reg_value_retention_enable |
( |
BPOR_Type * |
ptr | ) |
|
|
inlinestatic |
Check register value retention enable status when power down occurs.
- Parameters
-
- Returns
- true if register value retention is enabled, false otherwise.