diff --git a/s32/README b/s32/README index 3586c6efe..e9ed2346a 100644 --- a/s32/README +++ b/s32/README @@ -67,3 +67,5 @@ Patch List for S32Z/E: - Clear the EOC flag before Adc_Sar_CheckAndCallEocNotification() is called to avoid the race condition that prevents the next end of conversion callback to be executed, when a conversion is started inside the previous end of conversion completed callback. + - Rename the DMAMUX_Type member CHCONF to CHCFG so that the MCUX DMA driver can be reused + for S32Z. diff --git a/s32/drivers/s32ze/BaseNXP/header/S32Z2_DMAMUX.h b/s32/drivers/s32ze/BaseNXP/header/S32Z2_DMAMUX.h index c95c9d551..ef07018bd 100644 --- a/s32/drivers/s32ze/BaseNXP/header/S32Z2_DMAMUX.h +++ b/s32/drivers/s32ze/BaseNXP/header/S32Z2_DMAMUX.h @@ -73,7 +73,7 @@ /** DMAMUX - Register Layout Typedef */ typedef struct { - __IO uint8_t CHCONF[DMAMUX_CHCFG_COUNT]; /**< Channel Configuration, array offset: 0x0, array step: 0x1, irregular array, not all indices are valid */ + __IO uint8_t CHCFG[DMAMUX_CHCFG_COUNT]; /**< Channel Configuration, array offset: 0x0, array step: 0x1, irregular array, not all indices are valid */ } DMAMUX_Type, *DMAMUX_MemMapPtr; /** Number of instances of the DMAMUX module. */