Skip to content

Commit

Permalink
updated SVD and regenerated ME14 register files
Browse files Browse the repository at this point in the history
  • Loading branch information
EricB-ADI committed Nov 11, 2024
1 parent d2480e1 commit ac57944
Show file tree
Hide file tree
Showing 37 changed files with 185 additions and 37 deletions.
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/adc_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/aeskeys_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/dma_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/dvs_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/fcr_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/flc_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/gcr_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/gpio_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/htmr_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/i2c_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/icc_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/mcr_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/owm_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/pt_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/ptg_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/pwrseq_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/rpu_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/rtc_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/sdhc_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/sema_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/simo_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/sir_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/smon_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/spi_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/spixfc_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/spixfm_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/spixr_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/srcc_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
6 changes: 5 additions & 1 deletion Libraries/CMSIS/Device/Maxim/MAX32665/Include/tmr_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ extern "C" {
#define __IO volatile
#endif
#ifndef __I
#define __I volatile const
#ifdef __cplusplus
#define __I volatile
#else
#define __I volatile const
#endif
#endif
#ifndef __O
#define __O volatile
Expand Down
Loading

0 comments on commit ac57944

Please sign in to comment.