Skip to content

Commit 4597b16

Browse files
haduongquangmanuargue
authored andcommitted
s32: driver: s32ze: dma: patch header to use MCUX driver
Rename the DMAMUX_Type member CHCONF to CHCFG so that the MCUX DMA driver can be reused for S32Z. Signed-off-by: Ha Duong Quang <[email protected]>
1 parent 004baa6 commit 4597b16

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

s32/README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,5 @@ Patch List for S32Z/E:
6767
- Clear the EOC flag before Adc_Sar_CheckAndCallEocNotification() is called to avoid the
6868
race condition that prevents the next end of conversion callback to be executed, when
6969
a conversion is started inside the previous end of conversion completed callback.
70+
- Rename the DMAMUX_Type member CHCONF to CHCFG so that the MCUX DMA driver can be reused
71+
for S32Z.

s32/drivers/s32ze/BaseNXP/header/S32Z2_DMAMUX.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
/** DMAMUX - Register Layout Typedef */
7575
typedef struct {
76-
__IO uint8_t CHCONF[DMAMUX_CHCFG_COUNT]; /**< Channel Configuration, array offset: 0x0, array step: 0x1, irregular array, not all indices are valid */
76+
__IO uint8_t CHCFG[DMAMUX_CHCFG_COUNT]; /**< Channel Configuration, array offset: 0x0, array step: 0x1, irregular array, not all indices are valid */
7777
} DMAMUX_Type, *DMAMUX_MemMapPtr;
7878

7979
/** Number of instances of the DMAMUX module. */

0 commit comments

Comments
 (0)