Skip to content

Commit

Permalink
nrfs: GDPWR service: Renaming and adding new power domains
Browse files Browse the repository at this point in the history
Renaming and adding new power domains

Signed-off-by: Rafal Dyla <[email protected]>
  • Loading branch information
Rafal-Nordic authored and ppelikan-nordic committed Nov 27, 2024
1 parent 2dbb2ed commit 40f81de
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions nrfs/include/internal/services/nrfs_gdpwr.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ extern "C" {

/** @brief Power domain selection */
typedef enum __NRFS_PACKED {
GDPWR_POWER_DOMAIN_ACTIVE_FAST,
GDPWR_POWER_DOMAIN_ACTIVE_SLOW,
GDPWR_POWER_DOMAIN_MAIN_SLOW
GDPWR_GD_FAST_ACTIVE_0,
GDPWR_GD_FAST_ACTIVE_1,
GDPWR_GD_FAST_MAIN,
GDPWR_GD_SLOW_ACTIVE,
GDPWR_GD_SLOW_MAIN
} gdpwr_power_domain_t;

typedef enum __NRFS_PACKED {
Expand Down

0 comments on commit 40f81de

Please sign in to comment.