Skip to content

Commit

Permalink
s32: s32ze: patch PSI5 for integration with zephyr
Browse files Browse the repository at this point in the history
Remove 'u' suffix from macros that used with LISTIFY
in shim-driver

Signed-off-by: Cong Nguyen Huu <[email protected]>
  • Loading branch information
congnguyenhuu committed Nov 28, 2024
1 parent 7ab27ae commit 2ac7115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions s32/drivers/s32ze/BaseNXP/header/S32Z2_PSI5.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
#define PSI5_CHANNEL_CH_PMR_COUNT 32u
#define PSI5_CHANNEL_CH_SFR_COUNT 6u
#define PSI5_CHANNEL_CH_SFCR_COUNT 6u
#define PSI5_CHANNEL_COUNT 4u
#define PSI5_CHANNEL_COUNT 4

/** PSI5 - Register Layout Typedef */
typedef struct {
Expand Down Expand Up @@ -132,7 +132,7 @@ typedef struct {
} PSI5_Type, *PSI5_MemMapPtr;

/** Number of instances of the PSI5 module. */
#define PSI5_INSTANCE_COUNT (2u)
#define PSI5_INSTANCE_COUNT 2

/* PSI5 - Peripheral instance base addresses */
/** Peripheral PSI5_0 base address */
Expand Down

0 comments on commit 2ac7115

Please sign in to comment.