From 10645d6a73f4951db05d09942a6610b6ba116f70 Mon Sep 17 00:00:00 2001 From: Sihyung Woo <75494566+sihyung-maxim@users.noreply.github.com> Date: Wed, 8 Nov 2023 14:42:11 -0600 Subject: [PATCH] fix(CMSIS): Update OWM_STAT.presence_detect field position [7] for MAX32690 (#794) Co-authored-by: sihyung-maxim --- Libraries/CMSIS/Device/Maxim/MAX32690/Include/max32690.svd | 2 +- Libraries/CMSIS/Device/Maxim/MAX32690/Include/owm_regs.h | 2 +- Libraries/PeriphDrivers/Source/OWM/owm_reva_me18.svd | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Libraries/CMSIS/Device/Maxim/MAX32690/Include/max32690.svd b/Libraries/CMSIS/Device/Maxim/MAX32690/Include/max32690.svd index ebd151bacd2..d84da01b417 100644 --- a/Libraries/CMSIS/Device/Maxim/MAX32690/Include/max32690.svd +++ b/Libraries/CMSIS/Device/Maxim/MAX32690/Include/max32690.svd @@ -10968,7 +10968,7 @@ memory. presence_detect Presence Pulse Detected. - [5:5] + [7:7] read-only diff --git a/Libraries/CMSIS/Device/Maxim/MAX32690/Include/owm_regs.h b/Libraries/CMSIS/Device/Maxim/MAX32690/Include/owm_regs.h index 04c887a3ee9..c959015b711 100644 --- a/Libraries/CMSIS/Device/Maxim/MAX32690/Include/owm_regs.h +++ b/Libraries/CMSIS/Device/Maxim/MAX32690/Include/owm_regs.h @@ -191,7 +191,7 @@ typedef struct { #define MXC_F_OWM_CTRL_STAT_OD_SPEC_MODE_POS 4 /**< CTRL_STAT_OD_SPEC_MODE Position */ #define MXC_F_OWM_CTRL_STAT_OD_SPEC_MODE ((uint32_t)(0x1UL << MXC_F_OWM_CTRL_STAT_OD_SPEC_MODE_POS)) /**< CTRL_STAT_OD_SPEC_MODE Mask */ -#define MXC_F_OWM_CTRL_STAT_PRESENCE_DETECT_POS 5 /**< CTRL_STAT_PRESENCE_DETECT Position */ +#define MXC_F_OWM_CTRL_STAT_PRESENCE_DETECT_POS 7 /**< CTRL_STAT_PRESENCE_DETECT Position */ #define MXC_F_OWM_CTRL_STAT_PRESENCE_DETECT ((uint32_t)(0x1UL << MXC_F_OWM_CTRL_STAT_PRESENCE_DETECT_POS)) /**< CTRL_STAT_PRESENCE_DETECT Mask */ /**@} end of group OWM_CTRL_STAT_Register */ diff --git a/Libraries/PeriphDrivers/Source/OWM/owm_reva_me18.svd b/Libraries/PeriphDrivers/Source/OWM/owm_reva_me18.svd index bbee0771f3a..05b36d00f87 100644 --- a/Libraries/PeriphDrivers/Source/OWM/owm_reva_me18.svd +++ b/Libraries/PeriphDrivers/Source/OWM/owm_reva_me18.svd @@ -128,7 +128,7 @@ presence_detect Presence Pulse Detected. - [5:5] + [7:7] read-only @@ -234,4 +234,4 @@ - \ No newline at end of file +