Skip to content

Commit 499102f

Browse files
rugeGerritsenjhedberg
authored andcommitted
soc: nordic: nrf54h: s2ram: Fix compiling with FPU
This commit fixes a change introduced in #97025 where too many definitions where removed. Fixes issue #98382 Signed-off-by: Rubin Gerritsen <[email protected]>
1 parent f0222a4 commit 499102f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

soc/nordic/nrf54h/pm_s2ram.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
#define NVIC_MEMBER_SIZE(member) ARRAY_SIZE(((NVIC_Type *)0)->member)
2020

2121
/* Coprocessor Power Control Register Definitions */
22+
#define SCnSCB_CPPWR_SU11_Pos 22U /*!< CPPWR: SU11 Position */
23+
#define SCnSCB_CPPWR_SU11_Msk (1UL << SCnSCB_CPPWR_SU11_Pos) /*!< CPPWR: SU11 Mask */
24+
25+
#define SCnSCB_CPPWR_SU10_Pos 20U /*!< CPPWR: SU10 Position */
26+
#define SCnSCB_CPPWR_SU10_Msk (1UL << SCnSCB_CPPWR_SU10_Pos) /*!< CPPWR: SU10 Mask */
2227

2328
typedef struct {
2429
/* NVIC components stored into RAM. */

0 commit comments

Comments
 (0)