Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(CMSIS): Test SVD workflow #711

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Libraries/CMSIS/Device/Maxim/MAX32670/Include/dma_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ typedef struct {
#define MXC_F_DMA_INTEN_CH3_POS 3 /**< INTEN_CH3 Position */
#define MXC_F_DMA_INTEN_CH3 ((uint32_t)(0x1UL << MXC_F_DMA_INTEN_CH3_POS)) /**< INTEN_CH3 Mask */

#define MXC_F_DMA_INTEN_CH4_POS 4 /**< INTEN_CH4 Position */
#define MXC_F_DMA_INTEN_CH4 ((uint32_t)(0x1UL << MXC_F_DMA_INTEN_CH4_POS)) /**< INTEN_CH4 Mask */
#define MXC_F_DMA_INTEN_CHANNEL4_POS 4 /**< INTEN_CHANNEL4 Position */
#define MXC_F_DMA_INTEN_CHANNEL4 ((uint32_t)(0x1UL << MXC_F_DMA_INTEN_CHANNEL4_POS)) /**< INTEN_CHANNEL4 Mask */

#define MXC_F_DMA_INTEN_CH5_POS 5 /**< INTEN_CH5 Position */
#define MXC_F_DMA_INTEN_CH5 ((uint32_t)(0x1UL << MXC_F_DMA_INTEN_CH5_POS)) /**< INTEN_CH5 Mask */
Expand Down
2 changes: 1 addition & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32670/Include/max32670.svd
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
<bitWidth>1</bitWidth>
</field>
<field derivedFrom="CH0">
<name>CH4</name>
<name>CHANNEL4</name>
<description>Channel 4 Interrupt Enable.</description>
<bitOffset>4</bitOffset>
<bitWidth>1</bitWidth>
Expand Down
4 changes: 2 additions & 2 deletions Libraries/CMSIS/Device/Maxim/MAX32675/Include/dma_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ typedef struct {
#define MXC_F_DMA_INTEN_CH3_POS 3 /**< INTEN_CH3 Position */
#define MXC_F_DMA_INTEN_CH3 ((uint32_t)(0x1UL << MXC_F_DMA_INTEN_CH3_POS)) /**< INTEN_CH3 Mask */

#define MXC_F_DMA_INTEN_CH4_POS 4 /**< INTEN_CH4 Position */
#define MXC_F_DMA_INTEN_CH4 ((uint32_t)(0x1UL << MXC_F_DMA_INTEN_CH4_POS)) /**< INTEN_CH4 Mask */
#define MXC_F_DMA_INTEN_CHANNEL4_POS 4 /**< INTEN_CHANNEL4 Position */
#define MXC_F_DMA_INTEN_CHANNEL4 ((uint32_t)(0x1UL << MXC_F_DMA_INTEN_CHANNEL4_POS)) /**< INTEN_CHANNEL4 Mask */

#define MXC_F_DMA_INTEN_CH5_POS 5 /**< INTEN_CH5 Position */
#define MXC_F_DMA_INTEN_CH5 ((uint32_t)(0x1UL << MXC_F_DMA_INTEN_CH5_POS)) /**< INTEN_CH5 Mask */
Expand Down
2 changes: 1 addition & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32675/Include/max32675.svd
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
<bitWidth>1</bitWidth>
</field>
<field derivedFrom="CH0">
<name>CH4</name>
<name>CHANNEL4</name>
<description>Channel 4 Interrupt Enable.</description>
<bitOffset>4</bitOffset>
<bitWidth>1</bitWidth>
Expand Down
4 changes: 2 additions & 2 deletions Libraries/PeriphDrivers/Source/DMA/dma_reva_me15.svd
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<bitWidth>1</bitWidth>
</field>
<field derivedFrom="CH0">
<name>CH4</name>
<name>CHANNEL4</name>
<description>Channel 4 Interrupt Enable.</description>
<bitOffset>4</bitOffset>
<bitWidth>1</bitWidth>
Expand Down Expand Up @@ -819,4 +819,4 @@
</registers>
</peripheral>
<!-- DMA: Direct Memory Access Controller Fully Programable -->
</device>
</device>
Loading