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 <ha.duongquang@nxp.com>
  • Loading branch information
haduongquang committed Oct 16, 2024
1 parent e88e227 commit e67b2a4
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 e67b2a4

Please sign in to comment.