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 e88e227 commit e67b2a4Copy full SHA for e67b2a4
s32/soc/s32z270/include/Hse_Ip_Cfg.h
@@ -59,10 +59,10 @@ extern "C"{
59
#define HSE_IP_MU_7 ((uint8)7U)
60
61
/* Max number of MU instances */
62
-#define HSE_IP_NUM_OF_MU_INSTANCES (8U)
+#define HSE_IP_NUM_OF_MU_INSTANCES (8)
63
64
/* Max number of channels per MU interface */
65
-#define HSE_IP_NUM_OF_CHANNELS_PER_MU (16U)
+#define HSE_IP_NUM_OF_CHANNELS_PER_MU (16)
66
67
/* Pre-processor switch to enable/disable development error detection for Hse Ip API */
68
#define HSE_IP_DEV_ERROR_DETECT (STD_OFF)
0 commit comments