Skip to content

Commit 8097b08

Browse files
Rafal-Nordicrlubos
authored andcommitted
nrfs: GDPWR service: Renaming and adding new power domains
Renaming and adding new power domains Signed-off-by: Rafal Dyla <[email protected]>
1 parent e0e48c4 commit 8097b08

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

nrfs/include/internal/services/nrfs_gdpwr.h

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ extern "C" {
1515

1616
/** @brief Power domain selection */
1717
typedef enum __NRFS_PACKED {
18-
GDPWR_POWER_DOMAIN_ACTIVE_FAST,
19-
GDPWR_POWER_DOMAIN_ACTIVE_SLOW,
20-
GDPWR_POWER_DOMAIN_MAIN_SLOW
18+
GDPWR_GD_FAST_ACTIVE_0,
19+
GDPWR_GD_FAST_ACTIVE_1,
20+
GDPWR_GD_FAST_MAIN,
21+
GDPWR_GD_SLOW_ACTIVE,
22+
GDPWR_GD_SLOW_MAIN
2123
} gdpwr_power_domain_t;
2224

2325
typedef enum __NRFS_PACKED {

0 commit comments

Comments
 (0)