Skip to content

Commit 7a52cbb

Browse files
congnguyenhuummahadevan108
authored andcommitted
s32: s32ze: patch PSI5 for integration with zephyr
Remove 'u' suffix from macros that used with LISTIFY in shim-driver Signed-off-by: Cong Nguyen Huu <cong.nguyenhuu@nxp.com>
1 parent 5a7ccb9 commit 7a52cbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

s32/drivers/s32ze/BaseNXP/header/S32Z2_PSI5.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
/** PSI5 - Size of Registers Arrays */
7272
#define PSI5_CHANNEL_CH_PMR_COUNT 32u
7373
#define PSI5_CHANNEL_CH_SFR_COUNT 6u
74-
#define PSI5_CHANNEL_CH_SFCR_COUNT 6u
75-
#define PSI5_CHANNEL_COUNT 4u
74+
#define PSI5_CHANNEL_CH_SFCR_COUNT 6
75+
#define PSI5_CHANNEL_COUNT 4
7676

7777
/** PSI5 - Register Layout Typedef */
7878
typedef struct {
@@ -132,7 +132,7 @@ typedef struct {
132132
} PSI5_Type, *PSI5_MemMapPtr;
133133

134134
/** Number of instances of the PSI5 module. */
135-
#define PSI5_INSTANCE_COUNT (2u)
135+
#define PSI5_INSTANCE_COUNT 2
136136

137137
/* PSI5 - Peripheral instance base addresses */
138138
/** Peripheral PSI5_0 base address */

0 commit comments

Comments
 (0)