Skip to content

Commit 670b170

Browse files
committed
devices: imx943: ca55: add definition of cpu frequency
Defined SDK_DEVICE_MAXIMUM_CPU_CLOCK_FREQUENCY which is used for delay function in hal driver. Signed-off-by: Jiafei Pan <[email protected]>
1 parent 9723363 commit 670b170

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mcux/mcux-sdk-ng/devices/i.MX/i.MX943/MIMX94398/MIMX94398_ca55_COMMON.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4116,6 +4116,7 @@ typedef enum
41164116
} \
41174117
}
41184118
#include "fsl_elec_spec.h"
4119+
#define SDK_DEVICE_MAXIMUM_CPU_CLOCK_FREQUENCY (1700000000UL)
41194120

41204121

41214122
/* XSPI - Peripheral instance base addresses */

0 commit comments

Comments
 (0)