We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7ccb9 commit 7a52cbbCopy full SHA for 7a52cbb
s32/drivers/s32ze/BaseNXP/header/S32Z2_PSI5.h
@@ -71,8 +71,8 @@
71
/** PSI5 - Size of Registers Arrays */
72
#define PSI5_CHANNEL_CH_PMR_COUNT 32u
73
#define PSI5_CHANNEL_CH_SFR_COUNT 6u
74
-#define PSI5_CHANNEL_CH_SFCR_COUNT 6u
75
-#define PSI5_CHANNEL_COUNT 4u
+#define PSI5_CHANNEL_CH_SFCR_COUNT 6
+#define PSI5_CHANNEL_COUNT 4
76
77
/** PSI5 - Register Layout Typedef */
78
typedef struct {
@@ -132,7 +132,7 @@ typedef struct {
132
} PSI5_Type, *PSI5_MemMapPtr;
133
134
/** Number of instances of the PSI5 module. */
135
-#define PSI5_INSTANCE_COUNT (2u)
+#define PSI5_INSTANCE_COUNT 2
136
137
/* PSI5 - Peripheral instance base addresses */
138
/** Peripheral PSI5_0 base address */
0 commit comments