Skip to content

Commit f80cb72

Browse files
JiafeiPanmmahadevan108
authored andcommitted
mcux-sdk: MIMX9596_ca55: fix A-Core header file
NETC driver is not compatible with struct definition, for example will report the following build error like: modules/hal/nxp/mcux/mcux-sdk-ng/drivers/netc/fsl_netc_timer.h:369:20: error: 'ENETC_PF_TMR_Type' has no member named 'TMR_TEVENT' Signed-off-by: Jiafei Pan <[email protected]>
1 parent f5145db commit f80cb72

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mcux/mcux-sdk/devices/MIMX9596/MIMX9596_ca55.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88899,7 +88899,6 @@ typedef struct {
8889988899

8890088900
/** ENETC_PF_TMR - Register Layout Typedef */
8890188901
typedef struct {
88902-
struct { /* offset: 0x0, array step: 0xFC */
8890388902
__I uint32_t TMR_ID; /**< Module ID, array offset: 0x0, array step: 0xFC */
8890488903
uint8_t RESERVED_0[4];
8890588904
__I uint32_t TMR_CAPR; /**< Timer Capability, array offset: 0x8, array step: 0xFC */
@@ -88940,7 +88939,6 @@ typedef struct {
8894088939
__I uint32_t TMR_CUR_TIME_L; /**< Timer Current Time Low, array offset: 0xF0, array step: 0xFC */
8894188940
__I uint32_t TMR_CUR_TIME_H; /**< Timer Current Time High, array offset: 0xF4, array step: 0xFC */
8894288941
__IO uint32_t TMR_PARAM; /**< Timer Parameter, array offset: 0xF8, array step: 0xFC */
88943-
} ALL_REG_ARRAYS[1];
8894488942
} ENETC_PF_TMR_Type;
8894588943

8894688944
/* ----------------------------------------------------------------------------

0 commit comments

Comments
 (0)