Skip to content

Commit

Permalink
s32: soc: s32z270: crypto: remove suffix on number of MU instances, c…
Browse files Browse the repository at this point in the history
…hannels

Remove 'u' suffix from macros so that they can be used
with LISTIFY.

Signed-off-by: Ha Duong Quang <[email protected]>
  • Loading branch information
haduongquang committed Oct 8, 2024
1 parent 5804392 commit 458c355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions s32/soc/s32z270/include/Hse_Ip_Cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ extern "C"{
#define HSE_IP_MU_7 ((uint8)7U)

/* Max number of MU instances */
#define HSE_IP_NUM_OF_MU_INSTANCES (8U)
#define HSE_IP_NUM_OF_MU_INSTANCES (8)

/* Max number of channels per MU interface */
#define HSE_IP_NUM_OF_CHANNELS_PER_MU (16U)
#define HSE_IP_NUM_OF_CHANNELS_PER_MU (16)

/* Pre-processor switch to enable/disable development error detection for Hse Ip API */
#define HSE_IP_DEV_ERROR_DETECT (STD_OFF)
Expand Down

0 comments on commit 458c355

Please sign in to comment.