From 8c9759063ebf0dd891c0db3a6fdbffc1ba266724 Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Sun, 5 Sep 2021 20:38:30 +0200 Subject: [PATCH 01/17] cpu/arm7_common: fix doxygen grouping warnings Signed-off-by: Jean-Pierre De Jesus DIAZ --- cpu/arm7_common/include/thread_arch.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpu/arm7_common/include/thread_arch.h b/cpu/arm7_common/include/thread_arch.h index c3f66c2e51..c96f4498dc 100644 --- a/cpu/arm7_common/include/thread_arch.h +++ b/cpu/arm7_common/include/thread_arch.h @@ -16,8 +16,6 @@ * * @author Kaspar Schleiser * @author Heiko Will - * - * @} */ #ifndef THREAD_ARCH_H #define THREAD_ARCH_H From 1759014134c30716c30fa4f1c7f9c2f29577b904 Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Sun, 5 Sep 2021 20:38:52 +0200 Subject: [PATCH 02/17] cpu/avr8_common: fix doxygen grouping warnings Signed-off-by: Jean-Pierre De Jesus DIAZ --- cpu/avr8_common/include/thread_arch.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpu/avr8_common/include/thread_arch.h b/cpu/avr8_common/include/thread_arch.h index ee85fb511b..3c4f8e1ac0 100644 --- a/cpu/avr8_common/include/thread_arch.h +++ b/cpu/avr8_common/include/thread_arch.h @@ -15,9 +15,8 @@ * @brief Implementation of the kernels thread interface * * @author Koen Zandberg - * - * @} */ + #ifndef THREAD_ARCH_H #define THREAD_ARCH_H From 9d1cff3b555341ef6116acbfabe296b7b7c1ce04 Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Sun, 5 Sep 2021 20:39:15 +0200 Subject: [PATCH 03/17] cpu/stm32: fix doxygen grouping warnings Signed-off-by: Jean-Pierre De Jesus DIAZ --- cpu/stm32/dist/clk_conf/clk_conf.h | 9 ++++----- cpu/stm32/include/clk/cfg_clock_common_lx_wx.h | 1 + cpu/stm32/include/clk/f2f4f7/cfg_clock_default_100.h | 1 + cpu/stm32/include/clk/f2f4f7/cfg_clock_default_120.h | 1 + cpu/stm32/include/clk/f2f4f7/cfg_clock_default_180.h | 1 + cpu/stm32/include/clk/f2f4f7/cfg_clock_default_216.h | 1 + cpu/stm32/include/clk/f2f4f7/cfg_clock_default_84.h | 1 + cpu/stm32/include/clk/l4l5wx/cfg_clock_default.h | 1 + cpu/stm32/include/clk/mp1/cfg_clock_default.h | 1 + 9 files changed, 12 insertions(+), 5 deletions(-) diff --git a/cpu/stm32/dist/clk_conf/clk_conf.h b/cpu/stm32/dist/clk_conf/clk_conf.h index 844419dd8a..cdc45b7206 100644 --- a/cpu/stm32/dist/clk_conf/clk_conf.h +++ b/cpu/stm32/dist/clk_conf/clk_conf.h @@ -11,8 +11,7 @@ * * * @author Vincent Dupont - * - * @} + * @{ */ #ifndef CLK_CONF_H @@ -26,7 +25,7 @@ extern "C" { /** * @name STM32 families - * @ { + * @{ */ enum fam { STM32F0, @@ -115,7 +114,6 @@ enum { MODEL_MP_MAX, }; - /** @} */ /** @@ -631,7 +629,7 @@ static const clk_cfg_t stm32_f_clk_cfg[] = { }, }; - /** +/** * @brief Clock config for supported cpu */ static const clk_cfg_t stm32_mp_clk_cfg[] = { @@ -658,3 +656,4 @@ static const clk_cfg_t stm32_mp_clk_cfg[] = { #endif #endif /* CLK_CONF_H */ +/** @} */ diff --git a/cpu/stm32/include/clk/cfg_clock_common_lx_wx.h b/cpu/stm32/include/clk/cfg_clock_common_lx_wx.h index a100cfb3f4..ab6e015aa7 100644 --- a/cpu/stm32/include/clk/cfg_clock_common_lx_wx.h +++ b/cpu/stm32/include/clk/cfg_clock_common_lx_wx.h @@ -40,6 +40,7 @@ extern "C" { #define CONFIG_USE_CLOCK_PLL 1 /* Use PLL by default */ #endif #endif /* CONFIG_USE_CLOCK_PLL */ +/** @} */ #if IS_ACTIVE(CONFIG_USE_CLOCK_PLL) && \ (IS_ACTIVE(CONFIG_USE_CLOCK_MSI) || IS_ACTIVE(CONFIG_USE_CLOCK_HSE) || \ diff --git a/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_100.h b/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_100.h index 1a98e877de..ed1f54755c 100644 --- a/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_100.h +++ b/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_100.h @@ -75,6 +75,7 @@ extern "C" { /** * @name Clock bus settings (APB1 and APB2) + * @{ */ #ifndef CONFIG_CLOCK_APB1_DIV #define CONFIG_CLOCK_APB1_DIV (2) /* max 50MHz */ diff --git a/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_120.h b/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_120.h index 81fa404500..74b96a87cc 100644 --- a/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_120.h +++ b/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_120.h @@ -53,6 +53,7 @@ extern "C" { /** * @name Clock bus settings (APB1 and APB2) + * @{ */ #ifndef CONFIG_CLOCK_APB1_DIV #define CONFIG_CLOCK_APB1_DIV (4) /* max 30MHz */ diff --git a/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_180.h b/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_180.h index 775292d98e..f9efcaff36 100644 --- a/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_180.h +++ b/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_180.h @@ -87,6 +87,7 @@ extern "C" { /** * @name Clock bus settings (APB1 and APB2) + * @{ */ #ifndef CONFIG_CLOCK_APB1_DIV #define CONFIG_CLOCK_APB1_DIV (4) /* max 45MHz */ diff --git a/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_216.h b/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_216.h index ca7e3ee590..55e3bf338e 100644 --- a/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_216.h +++ b/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_216.h @@ -62,6 +62,7 @@ extern "C" { /** * @name Clock bus settings (APB1 and APB2) + * @{ */ #ifndef CONFIG_CLOCK_APB1_DIV #define CONFIG_CLOCK_APB1_DIV (4) /* max 54MHz */ diff --git a/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_84.h b/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_84.h index e3ceeade04..66137a3bcd 100644 --- a/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_84.h +++ b/cpu/stm32/include/clk/f2f4f7/cfg_clock_default_84.h @@ -62,6 +62,7 @@ extern "C" { /** * @name Clock bus settings (APB1 and APB2) + * @{ */ #ifndef CONFIG_CLOCK_APB1_DIV #define CONFIG_CLOCK_APB1_DIV (2) /* max 42MHz */ diff --git a/cpu/stm32/include/clk/l4l5wx/cfg_clock_default.h b/cpu/stm32/include/clk/l4l5wx/cfg_clock_default.h index b8652f3d4c..658d7d9394 100644 --- a/cpu/stm32/include/clk/l4l5wx/cfg_clock_default.h +++ b/cpu/stm32/include/clk/l4l5wx/cfg_clock_default.h @@ -175,6 +175,7 @@ extern "C" { #define CONFIG_CLOCK_APB2_DIV (2) #endif #define CLOCK_APB2 (CLOCK_AHB / CONFIG_CLOCK_APB2_DIV) /* PCLK1, max: 48/64/80/120MHz */ +/** @} */ #ifdef __cplusplus } diff --git a/cpu/stm32/include/clk/mp1/cfg_clock_default.h b/cpu/stm32/include/clk/mp1/cfg_clock_default.h index 369ad68cf8..8dd698cb1f 100644 --- a/cpu/stm32/include/clk/mp1/cfg_clock_default.h +++ b/cpu/stm32/include/clk/mp1/cfg_clock_default.h @@ -50,6 +50,7 @@ /** * @name MP1 clock bus settings (MCU, APB1, APB2 and APB3) + * @{ */ #ifndef CONFIG_CLOCK_MCU_DIV #define CONFIG_CLOCK_MCU_DIV (1) /* max 208MHz */ From 480e22be6637bdf48d749fafed852070cdd5d470 Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Sun, 5 Sep 2021 20:39:51 +0200 Subject: [PATCH 04/17] cpu/sam*: fix doxygen grouping warnings Signed-off-by: Jean-Pierre De Jesus DIAZ --- cpu/sam3/include/periph_cpu.h | 24 +++--------------------- cpu/samd21/include/periph_cpu.h | 5 ----- cpu/samd5x/include/periph_cpu.h | 4 +--- cpu/saml1x/include/periph_cpu.h | 3 --- cpu/saml21/include/periph_cpu.h | 1 - 5 files changed, 4 insertions(+), 33 deletions(-) diff --git a/cpu/sam3/include/periph_cpu.h b/cpu/sam3/include/periph_cpu.h index 7872489a02..973460a4be 100644 --- a/cpu/sam3/include/periph_cpu.h +++ b/cpu/sam3/include/periph_cpu.h @@ -28,25 +28,17 @@ extern "C" { #endif -/** - * @brief Overwrite the default gpio_t type definition - */ +#ifndef DOXYGEN #define HAVE_GPIO_T typedef uint32_t gpio_t; -/** @} */ -/** - * @brief Definition of a fitting UNDEF value - */ #define GPIO_UNDEF (0xffffffff) -/** - * @brief Define a CPU specific GPIO pin generator macro - */ #define GPIO_PIN(x, y) (((uint32_t)PIOA + (x << 9)) | y) +#endif /* DOXYGEN */ /** - * @brief Declare needed generic SPI functions + * @name Declare needed generic SPI functions * @{ */ #define PERIPH_SPI_NEEDS_INIT_CS @@ -118,10 +110,6 @@ typedef uint32_t gpio_t; #define DAC_NUMOF (2U) #ifndef DOXYGEN -/** - * @brief Override GPIO modes - * @{ - */ #define HAVE_GPIO_MODE_T typedef enum { GPIO_IN = GPIO_MODE(0, 0, 0), /**< IN */ @@ -131,19 +119,13 @@ typedef enum { GPIO_OD = GPIO_MODE(1, 0, 1), /**< OD */ GPIO_OD_PU = GPIO_MODE(1, 1, 1), /**< OD with pull-up */ } gpio_mode_t; -/** @} */ -/** - * @brief Override flank configuration values - * @{ - */ #define HAVE_GPIO_FLANK_T typedef enum { GPIO_RISING = 1, /**< emit interrupt on rising flank */ GPIO_FALLING = 2, /**< emit interrupt on falling flank */ GPIO_BOTH = 3 /**< emit interrupt on both flanks */ } gpio_flank_t; -/** @} */ #endif /* ndef DOXYGEN */ /** diff --git a/cpu/samd21/include/periph_cpu.h b/cpu/samd21/include/periph_cpu.h index e52e21d2c6..8b84ab4beb 100644 --- a/cpu/samd21/include/periph_cpu.h +++ b/cpu/samd21/include/periph_cpu.h @@ -84,10 +84,6 @@ static inline int _sercom_id(SercomUsart *sercom) } #ifndef DOXYGEN -/** - * @brief Override the ADC resolution configuration - * @{ - */ #define HAVE_ADC_RES_T typedef enum { ADC_RES_6BIT = 0xff, /**< not supported */ @@ -97,7 +93,6 @@ typedef enum { ADC_RES_14BIT = 0xfe, /**< not supported */ ADC_RES_16BIT = 0xfd /**< not supported */ } adc_res_t; -/** @} */ #endif /* ndef DOXYGEN */ /** diff --git a/cpu/samd5x/include/periph_cpu.h b/cpu/samd5x/include/periph_cpu.h index 6cc5000db3..ce20777e76 100644 --- a/cpu/samd5x/include/periph_cpu.h +++ b/cpu/samd5x/include/periph_cpu.h @@ -93,7 +93,6 @@ typedef enum { ADC_RES_14BIT = 0xfe, /**< not supported */ ADC_RES_16BIT = 0xfd /**< not supported */ } adc_res_t; -/** @} */ #endif /* DOXYGEN */ /** @@ -128,7 +127,6 @@ static const gpio_t rtc_tamper_pins[RTC_NUM_OF_TAMPERS] = { /** * @brief NVM User Page Mapping - Dedicated Entries * Config values will be applied at power-on. - * @{ */ struct sam0_aux_cfg_mapping { /* config word 0 */ @@ -162,7 +160,7 @@ struct sam0_aux_cfg_mapping { }; /** - * @brief QSPI pins are fixed + * @name QSPI pins are fixed * @{ */ #define SAM0_QSPI_PIN_CLK GPIO_PIN(PB, 10) /**< Clock */ diff --git a/cpu/saml1x/include/periph_cpu.h b/cpu/saml1x/include/periph_cpu.h index 6a060ef98a..453032c2b3 100644 --- a/cpu/saml1x/include/periph_cpu.h +++ b/cpu/saml1x/include/periph_cpu.h @@ -60,7 +60,6 @@ typedef enum { ADC_RES_16BIT = 0xfd /**< not supported */ } adc_res_t; #endif /* ndef DOXYGEN */ -/** @} */ /** * @brief The MCU has a 10 bit DAC @@ -94,7 +93,6 @@ static const gpio_t rtc_tamper_pins[RTC_NUM_OF_TAMPERS] = { /** * @brief NVM User Row Mapping - Dedicated Entries * Config values will be applied at power-on. - * @{ */ struct sam0_aux_cfg_mapping { /* config word 0 */ @@ -138,7 +136,6 @@ struct sam0_aux_cfg_mapping { /* config word 7 */ uint32_t user_crc; /**< CRC of NVM User Row bits 223:64 (words 2…6) */ }; -/** @} */ #ifdef __cplusplus } diff --git a/cpu/saml21/include/periph_cpu.h b/cpu/saml21/include/periph_cpu.h index 9bf0dd50e6..7fcb7d7987 100644 --- a/cpu/saml21/include/periph_cpu.h +++ b/cpu/saml21/include/periph_cpu.h @@ -60,7 +60,6 @@ typedef enum { ADC_RES_14BIT = 0xfe, /**< not supported */ ADC_RES_16BIT = 0xfd /**< not supported */ } adc_res_t; -/** @} */ #endif /* ndef DOXYGEN */ /** From 35d1a2fc023e6d0b707ed241688bd7e5cb512bd9 Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Sun, 5 Sep 2021 20:40:39 +0200 Subject: [PATCH 05/17] cpu/esp*: fix doxygen grouping warnings Signed-off-by: Jean-Pierre De Jesus DIAZ --- cpu/esp32/doc.txt | 1 + cpu/esp32/esp-eth/esp_eth_params.h | 3 ++- cpu/esp32/include/can_params.h | 1 + cpu/esp32/include/sdk_conf.h | 1 + cpu/esp8266/include/sdk_conf.h | 1 + cpu/esp_common/include/esp_common.h | 1 + cpu/esp_common/include/esp_common_log.h | 1 + cpu/esp_common/include/sys/types.h | 1 + 8 files changed, 9 insertions(+), 1 deletion(-) diff --git a/cpu/esp32/doc.txt b/cpu/esp32/doc.txt index 8f6e703dd2..22d7f92133 100644 --- a/cpu/esp32/doc.txt +++ b/cpu/esp32/doc.txt @@ -1538,4 +1538,5 @@ To start debugging, you have to connect to QEMU with command: @note QEMU for Xtensa ESP32 does not support interrupts. That is, once your application uses interrupts, e.g., timers, the application cannot be debugged using QEMU together with GDB. + */ diff --git a/cpu/esp32/esp-eth/esp_eth_params.h b/cpu/esp32/esp-eth/esp_eth_params.h index 8f6235aaed..b31b60c37c 100644 --- a/cpu/esp32/esp-eth/esp_eth_params.h +++ b/cpu/esp32/esp-eth/esp_eth_params.h @@ -34,6 +34,7 @@ /** The priority of the ESP-ETH netdev driver thread */ #define ESP_ETH_PRIO GNRC_NETIF_PRIO #endif +/** @} */ #ifdef __cplusplus extern "C" { @@ -46,4 +47,4 @@ extern "C" { #endif /* MODULE_ESP_ETH || DOXYGEN */ #endif /* ESP_ETH_PARAMS_H */ -/**@}*/ +/** @} */ diff --git a/cpu/esp32/include/can_params.h b/cpu/esp32/include/can_params.h index e77cb9b9aa..0bdf8eefe0 100644 --- a/cpu/esp32/include/can_params.h +++ b/cpu/esp32/include/can_params.h @@ -70,3 +70,4 @@ static const can_conf_t candev_conf[] = { #endif #endif /* CAN_PARAMS_H */ +/** @} */ diff --git a/cpu/esp32/include/sdk_conf.h b/cpu/esp32/include/sdk_conf.h index 94c4112358..6581737ce0 100644 --- a/cpu/esp32/include/sdk_conf.h +++ b/cpu/esp32/include/sdk_conf.h @@ -188,3 +188,4 @@ extern "C" { #endif /* DOXYGEN */ #endif /* SDK_CONF_H */ +/** @} */ diff --git a/cpu/esp8266/include/sdk_conf.h b/cpu/esp8266/include/sdk_conf.h index 32fe5a0af4..30d868a3de 100644 --- a/cpu/esp8266/include/sdk_conf.h +++ b/cpu/esp8266/include/sdk_conf.h @@ -84,3 +84,4 @@ extern "C" { #endif /* DOXYGEN */ #endif /* SDK_CONF_H */ +/** @} */ diff --git a/cpu/esp_common/include/esp_common.h b/cpu/esp_common/include/esp_common.h index 1edb433f2e..bc522e6c12 100644 --- a/cpu/esp_common/include/esp_common.h +++ b/cpu/esp_common/include/esp_common.h @@ -131,3 +131,4 @@ extern "C" { #endif /* DOXYGEN */ #endif /* ESP_COMMON_H */ +/** @} */ diff --git a/cpu/esp_common/include/esp_common_log.h b/cpu/esp_common/include/esp_common_log.h index d93722807f..3b0a9728cf 100644 --- a/cpu/esp_common/include/esp_common_log.h +++ b/cpu/esp_common/include/esp_common_log.h @@ -137,3 +137,4 @@ extern int ets_printf(const char *fmt, ...); #endif /* DOXYGEN */ #endif /* ESP_COMMON_LOG_H */ +/** @} */ diff --git a/cpu/esp_common/include/sys/types.h b/cpu/esp_common/include/sys/types.h index 3a7fc8b65c..32ff93c8e9 100644 --- a/cpu/esp_common/include/sys/types.h +++ b/cpu/esp_common/include/sys/types.h @@ -333,3 +333,4 @@ typedef long suseconds_t; #endif /* DOXYGEN */ #endif /* SYS_TYPES_H */ +/** @} */ From 0d9f6ca3f4a6cbb0f4b9b9ffcba73906de039c7e Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Sun, 5 Sep 2021 20:41:13 +0200 Subject: [PATCH 06/17] cpu/cc26xx_cc13xx: fix doxygen grouping warnings Signed-off-by: Jean-Pierre De Jesus DIAZ --- cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_aux.h | 69 ++++++++------ .../include/cc26x0_cc13x0_fcfg.h | 48 ++++++---- .../include/cc26x0_cc13x0_prcm.h | 92 ++++++++++--------- .../include/cc26x2_cc13x2_prcm.h | 40 ++++---- cpu/cc26xx_cc13xx/include/cc26xx_cc13xx.h | 40 +++++--- cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_i2c.h | 10 +- cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ioc.h | 7 +- .../include/cc26xx_cc13xx_power.h | 3 +- cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_rfc.h | 3 +- .../include/cc26xx_cc13xx_vims.h | 7 +- cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_wdt.h | 12 +-- 11 files changed, 182 insertions(+), 149 deletions(-) diff --git a/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_aux.h b/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_aux.h index ee58094562..bee273b3c0 100644 --- a/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_aux.h +++ b/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_aux.h @@ -5,6 +5,7 @@ * Public License v2.1. See the file LICENSE in the top level directory for more * details. */ + /** * @ingroup cpu_cc26x0_cc13x0_definitions * @{ @@ -25,7 +26,7 @@ extern "C" { #endif /** - * AUX_AIODIO registers + * @brief AUX_AIODIO registers */ typedef struct { reg32_t GPIODOUT; /**< gpio data out */ @@ -37,9 +38,10 @@ typedef struct { reg32_t GPIODIE; /**< gpio data input enable */ } aux_aiodio_regs_t; -/** @ingroup cpu_specific_peripheral_memory_map - * @{ - */ +/** + * @ingroup cpu_specific_peripheral_memory_map + * @{ + */ #define AUX_AIODIO0_BASE 0x400C1000 /**< AUX_AIODIO0 base address */ #define AUX_AIODIO1_BASE 0x400C2000 /**< AUX_AIODIO1 base address */ /** @} */ @@ -48,7 +50,7 @@ typedef struct { #define AUX_AIODIO1 ((aux_aiodio_regs_t *) (AUX_AIODIO1_BASE)) /**< AUX_AIODIO1 register bank */ /** - * AUX_TDC registers + * @brief AUX_TDC registers */ typedef struct { reg32_t CTL; /**< control */ @@ -63,16 +65,17 @@ typedef struct { reg32_t PRECNT; /**< prescaler counter */ } aux_tdc_regs_t; -/** @ingroup cpu_specific_peripheral_memory_map - * @{ - */ +/** + * @ingroup cpu_specific_peripheral_memory_map + * @{ + */ #define AUX_TDC_BASE 0x400C4000 /**< AUX_TDC base address */ /** @} */ #define AUX_TDC ((aux_tdc_regs_t *) (AUX_TDC_BASE)) /**< AUX_TDC register bank */ /** - * AUX_EVCTL registers + * @brief AUX_EVCTL registers */ typedef struct { reg32_t VECCFG0; /**< vector config 0 */ @@ -94,9 +97,10 @@ typedef struct { reg32_t VECFLAGSCLR; /**< vector flags clear */ } aux_evtcl_regs_t; -/** @ingroup cpu_specific_peripheral_memory_map - * @{ - */ +/** + * @ingroup cpu_specific_peripheral_memory_map + * @{ + */ #define AUX_EVCTL_BASE 0x400C5000 /**< AUX_EVCTL base address */ /** @} */ @@ -142,16 +146,17 @@ typedef struct { #define MODCLKEN0_AUX_ADI4_EN 0x00000080 /* enable clock for AUX_ADI4 */ /** @} */ -/** @ingroup cpu_specific_peripheral_memory_map - * @{ - */ +/** + * @ingroup cpu_specific_peripheral_memory_map + * @{ + */ #define AUX_WUC_BASE 0x400C6000 /**< AUX_WUC base address */ /** @} */ #define AUX_WUC ((aux_wuc_regs_t *) (AUX_WUC_BASE)) /**< AUX_WUC register bank */ /** - * AUX_TIMER registers + * @brief AUX_TIMER registers */ typedef struct { reg32_t T0CFG; /**< timer 0 config */ @@ -162,9 +167,10 @@ typedef struct { reg32_t T1CTL; /**< timer 1 control */ } aux_timer_regs_t; -/** @ingroup cpu_specific_peripheral_memory_map - * @{ - */ +/** + * @ingroup cpu_specific_peripheral_memory_map + * @{ + */ #define AUX_TIMER_BASE 0x400C7000 /**< AUX_WUC base address */ /** @} */ @@ -185,11 +191,12 @@ typedef struct { reg32_t AUTOTAKE; /**< sticky request for single semaphore */ } aux_smph_regs_t; -/** @ingroup cpu_specific_peripheral_memory_map - * @{ - */ +/** + * @ingroup cpu_specific_peripheral_memory_map + * @{ + */ #define AUX_SMPH_BASE 0x400C8000 /**< AUX_WUC base address */ -/* @} */ +/** @} */ #define AUX_SMPH ((aux_smph_regs_t *) (AUX_SMPH_BASE)) /**< AUX_SMPH register bank */ @@ -205,9 +212,10 @@ typedef struct { reg32_t ISRCCTL; /**< current source control */ } aux_anaif_regs_t; -/** @ingroup cpu_specific_peripheral_memory_map - * @{ - */ +/** + * @ingroup cpu_specific_peripheral_memory_map + * @{ + */ #define AUX_ANAIF_BASE 0x400C9000 /**< AUX_WUC base address */ /** @} */ @@ -230,9 +238,10 @@ typedef struct { reg8_t ADCREF1; /**< ADC reference 1 */ } adi_4_aux_regs_t; -/** @ingroup cpu_specific_peripheral_memory_map - * @{ - */ +/** + * @ingroup cpu_specific_peripheral_memory_map + * @{ + */ #define ADI_4_AUX_BASE 0x400CB000 /**< AUX_WUC base address */ /** @} */ @@ -245,4 +254,4 @@ typedef struct { #endif #endif /* CC26X0_CC13X0_AUX_H */ -/** @}*/ +/** @} */ diff --git a/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_fcfg.h b/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_fcfg.h index 41d7fa0f80..f5017b1011 100644 --- a/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_fcfg.h +++ b/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_fcfg.h @@ -5,6 +5,7 @@ * Public License v2.1. See the file LICENSE in the top level directory for more * details. */ + /** * @ingroup cpu_cc26x0_cc13x0_definitions * @{ @@ -22,20 +23,24 @@ extern "C" { #endif -/** @ingroup cpu_specific_peripheral_memory_map +/** + * @ingroup cpu_specific_peripheral_memory_map * @{ */ -#define FCFG_BASE 0x50001000 /**< base address of FCFG memory */ -/*@}*/ +/** + * @brief Base address of FCFG memory + */ +#define FCFG_BASE (0x50001000) +/** @} */ /** - * FCFG registers + * @brief FCFG registers */ typedef struct { - uint8_t __reserved1[0xA0]; /**< meh */ + uint8_t __reserved1[0xA0]; /**< Reserved */ /* TODO does it pad here? */ reg32_t MISC_CONF_1; /**< misc config */ - reg32_t __reserved2[8]; /**< meh */ + reg32_t __reserved2[8]; /**< Reserved */ reg32_t CONFIG_RF_FRONTEND_DIV5; /**< config of RF frontend in divide-by-5 mode */ reg32_t CONFIG_RF_FRONTEND_DIV6; /**< config of RF frontend in divide-by-6 mode */ reg32_t CONFIG_RF_FRONTEND_DIV10; /**< config of RF frontend in divide-by-10 mode */ @@ -54,15 +59,15 @@ typedef struct { reg32_t CONFIG_MISC_ADC_DIV12; /**< config of IFADC in divide-by-12-mode */ reg32_t CONFIG_MISC_ADC_DIV15; /**< config of IFADC in divide-by-15-mode */ reg32_t CONFIG_MISC_ADC_DIV30; /**< config of IFADC in divide-by-30-mode */ - reg32_t __reserved3[3]; /**< meh */ + reg32_t __reserved3[3]; /**< Reserved */ reg32_t SHDW_DIE_ID_0; /**< shadow of JTAG_TAP::EFUSE::DIE_ID_0.* */ reg32_t SHDW_DIE_ID_1; /**< shadow of JTAG_TAP::EFUSE::DIE_ID_1.* */ reg32_t SHDW_DIE_ID_2; /**< shadow of JTAG_TAP::EFUSE::DIE_ID_2.* */ reg32_t SHDW_DIE_ID_3; /**< shadow of JTAG_TAP::EFUSE::DIE_ID_3.* */ - reg32_t __reserved4[4]; /**< meh */ + reg32_t __reserved4[4]; /**< Reserved */ reg32_t SHDW_OSC_BIAS_LDO_TRIM; /**< shadow of JTAG_TAP::EFUSE::BIAS_LDO_TIM.* */ reg32_t SHDW_ANA_TRIM; /**< shadow of JTAG_TAP::EFUSE::ANA_TIM.* */ - reg32_t __reserved5[9]; /**< meh */ + reg32_t __reserved5[9]; /**< Reserved */ reg32_t FLASH_NUMBER; /**< number of manufactoring lot that produced this unit */ reg32_t FLASH_COORDINATE; /**< X and Y coordinates of this unit on the wafer */ reg32_t FLASH_E_P; /**< flash erase and program setup time */ @@ -76,35 +81,35 @@ typedef struct { reg32_t FLASH_VHV; /**< flash VHV */ reg32_t FLASH_VHV_PV; /**< flash VHV program verify */ reg32_t FLASH_V; /**< flash voltages */ - reg32_t __reserved6[0x3E]; /**< meh */ + reg32_t __reserved6[0x3E]; /**< Reserved */ reg32_t USER_ID; /**< user identification */ - reg32_t __reserved7[6]; /**< meh */ + reg32_t __reserved7[6]; /**< Reserved */ reg32_t FLASH_OTP_DATA3; /**< flash OTP data 3 */ reg32_t ANA2_TRIM; /**< misc analog trim */ reg32_t LDO_TRIM; /**< LDO trim */ - reg32_t __reserved8[0xB]; /**< meh */ + reg32_t __reserved8[0xB]; /**< Reserved */ reg32_t MAC_BLE_0; /**< MAC BLE address 0 */ reg32_t MAC_BLE_1; /**< MAC BLE address 1 */ reg32_t MAC_15_4_0; /**< MAC IEEE 820.15.4 address 0 */ reg32_t MAC_15_4_1; /**< MAC IEEE 820.15.4 address 1 */ - reg32_t __reserved9[4]; /**< meh */ + reg32_t __reserved9[4]; /**< Reserved */ reg32_t FLASH_OTP_DATA4; /**< flash OTP data 4 */ reg32_t MISC_TRIM; /**< misc trim parameters */ reg32_t RCOSC_HF_TEMPCOMP; /**< RFOSC HF temperature compensation */ - reg32_t __reserved10; /**< meh */ + reg32_t __reserved10; /**< Reserved */ reg32_t ICEPICK_DEVICE_ID; /**< IcePick device identification */ reg32_t FCFG1_REVISION; /**< FCFG1 revision */ reg32_t MISC_OTP_DATA; /**< misc OTP data */ - reg32_t __reserved11[8]; /**< meh */ + reg32_t __reserved11[8]; /**< Reserved */ reg32_t IOCONF; /**< IO config */ - reg32_t __reserved12; /**< meh */ + reg32_t __reserved12; /**< Reserved */ reg32_t CONFIG_IF_ADC; /**< config of IF_ADC */ reg32_t CONFIG_OSC_TOP; /**< config of OSC */ reg32_t CONFIG_RF_FRONTEND; /**< config of RF frontend in dividy-by-2-mode */ reg32_t CONFIG_SYNTH; /**< config of synthesizer in dividy-by-2-mode */ reg32_t SOC_ADC_ABS_GAIN; /**< AUX_ADC gain in absolute reference mode */ reg32_t SOC_ADC_REL_GAIN; /**< AUX_ADC gain in relative reference mode */ - reg32_t __reserved13; /**< meh */ + reg32_t __reserved13; /**< Reserved */ reg32_t SOC_ADC_OFFSET_INT; /**< AUX_ADC temperature offsets in absolute reference mode */ reg32_t SOC_ADC_REF_TRIM_AND_OFFSET_EXT; /**< AUX_ADC reference trim and offset of external reference mode */ reg32_t AMPCOMP_TH1; /**< amplitude compensation threshold 1 */ @@ -112,10 +117,10 @@ typedef struct { reg32_t AMPCOMP_CTRL1; /**< amplitude compensation control */ reg32_t ANABYPASS_VALUE2; /**< analog bypass value for OSC */ reg32_t CONFIG_MISC_ADC; /**< config of IFADC in divide-by-2-mode */ - reg32_t __reserved14; /**< meh */ + reg32_t __reserved14; /**< Reserved */ reg32_t VOLT_TRIM; /**< voltage trim */ reg32_t OSC_CONF; /**< OSC configuration */ - reg32_t __reserved15; /**< meh */ + reg32_t __reserved15; /**< Reserved */ reg32_t CAP_TRIM; /**< capacitor trim (it says 'capasitor' in the manual - if you know what that is ;-) */ reg32_t MISC_OTP_DATA_1; /**< misc OSC control */ reg32_t PWD_CURR_20C; /**< power down current control 20C */ @@ -128,7 +133,10 @@ typedef struct { reg32_t PWD_CURR_125C; /**< power down current control 125C */ } fcfg_regs_t; -#define FCFG ((fcfg_regs_t *) (FCFG_BASE)) /**< FCFG register bank */ +/** + * @brief FCFG register bank + */ +#define FCFG ((fcfg_regs_t *) (FCFG_BASE) #ifdef __cplusplus } /* end extern "C" */ diff --git a/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm.h b/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm.h index 03187a1db0..8ded977243 100644 --- a/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm.h +++ b/cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm.h @@ -24,7 +24,7 @@ extern "C" { #endif /** - * DDI_0_OSC registers + * @brief DDI_0_OSC registers */ typedef struct { reg32_t CTL0; /**< control 0 */ @@ -69,16 +69,20 @@ typedef struct { #define DDI_0_OSC_CTL0_XTAL_IS_24M 0x80000000 /** @} */ -/** @ingroup cpu_specific_peripheral_memory_map - * @{ - */ +/** + * @ingroup cpu_specific_peripheral_memory_map + * @{ + */ #define DDI0_OSC_BASE 0x400CA000 /**< DDI0_OSC base address */ -/*@}*/ - -#define DDI_0_OSC ((ddi0_osc_regs_t *) (DDI0_OSC_BASE)) /**< DDI_0_OSC register bank */ +/** @} */ /** - * AON_SYSCTL registers + * @brief DDI_0_OSC register bank + */ +#define DDI_0_OSC ((ddi0_osc_regs_t *) (DDI0_OSC_BASE)) + +/** + * @brief AON_SYSCTL registers */ typedef struct { reg32_t PWRCTL; /**< power management */ @@ -86,16 +90,17 @@ typedef struct { reg32_t SLEEPCTL; /**< sleep mode */ } aon_sysctl_regs_t; -/** @ingroup cpu_specific_peripheral_memory_map - * @{ - */ +/** + * @ingroup cpu_specific_peripheral_memory_map + * @{ + */ #define AON_SYSCTL_BASE 0x40090000 /**< AON_SYSCTL base address */ -/*@}*/ +/** @} */ #define AON_SYSCTL ((aon_sysctl_regs_t *) (AON_SYSCTL_BASE)) /**< AON_SYSCTL register bank */ /** - * AON_WUC registers + * @brief AON_WUC registers */ typedef struct { reg32_t MCUCLK; /**< MCU clock management */ @@ -104,14 +109,14 @@ typedef struct { reg32_t AUXCFG; /**< AUX config */ reg32_t AUXCTL; /**< AUX control */ reg32_t PWRSTAT; /**< power status */ - reg32_t __reserved1; /**< meh */ + reg32_t __reserved1; /**< Reserved */ reg32_t SHUTDOWN; /**< shutdown control */ reg32_t CTL0; /**< control 0 */ reg32_t CTL1; /**< control 1 */ - reg32_t __reserved2[2]; /**< meh */ + reg32_t __reserved2[2]; /**< Reserved */ reg32_t RECHARGECFG; /**< recharge controller config */ reg32_t RECHARGESTAT; /**< recharge controller status */ - reg32_t __reserved3; /**< meh */ + reg32_t __reserved3; /**< Reserved */ reg32_t OSCCFG; /**< oscillator config */ reg32_t JTAGCFG; /**< JTAG config */ reg32_t JTAGUSERCODE; /**< JTAG USERCODE */ @@ -181,16 +186,17 @@ typedef struct { #define JTAGCFG_JTAG_PD_FORCE_ON 0x10 /** @} */ -/** @ingroup cpu_specific_peripheral_memory_map - * @{ - */ +/** + * @ingroup cpu_specific_peripheral_memory_map + * @{ + */ #define AON_WUC_BASE 0x40091000 /**< AON_WUC base address */ -/*@}*/ +/** @} */ #define AON_WUC ((aon_wuc_regs_t *) (AON_WUC_BASE)) /**< AON_WUC register bank */ /** - * AON_RTC registers + * @brief AON_RTC registers */ typedef struct { reg32_t CTL; /**< Control */ @@ -215,27 +221,28 @@ typedef struct { */ #define AON_RTC_CTL_RTC_UPD_EN 0x00000002 -/** @ingroup cpu_specific_peripheral_memory_map - * @{ - */ +/** + * @ingroup cpu_specific_peripheral_memory_map + * @{ + */ #define AON_RTC_BASE (PERIPH_BASE + 0x92000) /**< AON_RTC base address */ /** @} */ #define AON_RTC ((aon_rtc_regs_t *) (AON_RTC_BASE)) /**< AON_RTC register bank */ /** - * PRCM registers + * @brief PRCM registers */ typedef struct { reg32_t INFRCLKDIVR; /**< infrastructure clock division factor for run mode */ reg32_t INFRCLKDIVS; /**< infrastructure clock division factor for sleep mode */ reg32_t INFRCLKDIVDS; /**< infrastructure clock division factor for deep sleep mode */ reg32_t VDCTL; /**< MCU voltage domain control */ - reg32_t __reserved1[6]; /**< meh */ + reg32_t __reserved1[6]; /**< Reserved */ reg32_t CLKLOADCTL; /**< clock load control */ reg32_t RFCCLKG; /**< RFC clock gate */ reg32_t VIMSCLKG; /**< VIMS clock gate */ - reg32_t __reserved2[2]; /**< meh */ + reg32_t __reserved2[2]; /**< Reserved */ reg32_t SECDMACLKGR; /**< TRNG, CRYPTO, and UDMA clock gate for run mode */ reg32_t SECDMACLKGS; /**< TRNG, CRYPTO, and UDMA clock gate for sleep mode */ reg32_t SECDMACLKGDS; /**< TRNG, CRYPTO, and UDMA clock gate for deep sleep mode */ @@ -257,47 +264,47 @@ typedef struct { reg32_t I2SCLKGR; /**< I2S clock gate for run mode */ reg32_t I2SCLKGS; /**< I2S clock gate for sleep mode */ reg32_t I2SCLKGDS; /**< I2S clock gate for deep sleep mode */ - reg32_t __reserved3[10]; /**< meh */ + reg32_t __reserved3[10]; /**< Reserved */ reg32_t CPUCLKDIV; /**< CPU clock division factor */ - reg32_t __reserved4[3]; /**< meh */ + reg32_t __reserved4[3]; /**< Reserved */ reg32_t I2SBCLKSEL; /**< I2S clock select */ reg32_t GPTCLKDIV; /**< GPT scalar */ reg32_t I2SCLKCTL; /**< I2S clock control */ reg32_t I2SMCLKDIV; /**< MCLK division ratio */ reg32_t I2SBCLKDIV; /**< BCLK division ratio */ reg32_t I2SWCLKDIV; /**< WCLK division ratio */ - reg32_t __reserved5[11]; /**< meh */ + reg32_t __reserved5[11]; /**< Reserved */ reg32_t SWRESET; /**< SW initiated resets */ reg32_t WARMRESET; /**< WARM reset control and status */ - reg32_t __reserved6[6]; /**< meh */ + reg32_t __reserved6[6]; /**< Reserved */ reg32_t PDCTL0; /**< power domain control */ reg32_t PDCTL0RFC; /**< RFC power domain control */ reg32_t PDCTL0SERIAL; /**< SERIAL power domain control */ reg32_t PDCTL0PERIPH; /**< PERIPH power domain control */ - reg32_t __reserved7; /**< meh */ + reg32_t __reserved7; /**< Reserved */ reg32_t PDSTAT0; /**< power domain status */ reg32_t PDSTAT0RFC; /**< RFC power domain status */ reg32_t PDSTAT0SERIAL; /**< SERIAL power domain status */ reg32_t PDSTAT0PERIPH; /**< PERIPH power domain status */ - reg32_t __reserved8[11]; /**< meh */ + reg32_t __reserved8[11]; /**< Reserved */ reg32_t PDCTL1; /**< power domain control */ reg32_t __reserved9; /**< power domain control */ reg32_t PDCTL1CPU; /**< CPU power domain control */ reg32_t PDCTL1RFC; /**< RFC power domain control */ reg32_t PDCTL1VIMS; /**< VIMS power domain control */ - reg32_t __reserved10; /**< meh */ + reg32_t __reserved10; /**< Reserved */ reg32_t PDSTAT1; /**< power domain status */ reg32_t PDSTAT1BUS; /**< BUS power domain status */ reg32_t PDSTAT1RFC; /**< RFC power domain status */ reg32_t PDSTAT1CPU; /**< CPU power domain status */ reg32_t PDSTAT1VIMS; /**< VIMS power domain status */ - reg32_t __reserved11[10]; /**< meh */ + reg32_t __reserved11[10]; /**< Reserved */ reg32_t RFCMODESEL; /**< selected RFC mode */ - reg32_t __reserved12[20]; /**< meh */ + reg32_t __reserved12[20]; /**< Reserved */ reg32_t RAMRETEN; /**< memory retention control */ - reg32_t __reserved13; /**< meh */ + reg32_t __reserved13; /**< Reserved */ reg32_t PDRETEN; /**< power domain retention (undocumented) */ - reg32_t __reserved14[8]; /**< meh */ + reg32_t __reserved14[8]; /**< Reserved */ reg32_t RAMHWOPT; /**< undocumented */ } prcm_regs_t; @@ -337,12 +344,13 @@ typedef struct { #define UARTCLKGDS_CLK_EN_UART0 0x1 /** @} */ -/** @ingroup cpu_specific_peripheral_memory_map - * @{ - */ +/** + * @ingroup cpu_specific_peripheral_memory_map + * @{ + */ #define PRCM_BASE (PERIPH_BASE + 0x82000) /**< PRCM base address */ #define PRCM_BASE_NONBUF (PERIPH_BASE_NONBUF + 0x82000) /**< PRCM base address (nonbuf) */ -/*@}*/ +/** @} */ #define PRCM ((prcm_regs_t *) (PRCM_BASE)) /**< PRCM register bank */ #define PRCM_NONBUF ((prcm_regs_t *) (PRCM_BASE_NONBUF)) /**< PRCM register bank (nonbuf) */ diff --git a/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_prcm.h b/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_prcm.h index 571bcdbeee..77f0c5036c 100644 --- a/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_prcm.h +++ b/cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_prcm.h @@ -247,11 +247,11 @@ typedef struct { reg32_t INFRCLKDIVS; /**< infrastructure clock division factor for sleep mode */ reg32_t INFRCLKDIVDS; /**< infrastructure clock division factor for deep sleep mode */ reg32_t VDCTL; /**< MCU voltage domain control */ - reg32_t __reserved1[6]; /**< meh */ + reg32_t __reserved1[6]; /**< Reserved */ reg32_t CLKLOADCTL; /**< clock load control */ reg32_t RFCCLKG; /**< RFC clock gate */ reg32_t VIMSCLKG; /**< VIMS clock gate */ - reg32_t __reserved2[2]; /**< meh */ + reg32_t __reserved2[2]; /**< Reserved */ reg32_t SECDMACLKGR; /**< TRNG, CRYPTO, and UDMA clock gate for run mode */ reg32_t SECDMACLKGS; /**< TRNG, CRYPTO, and UDMA clock gate for sleep mode */ reg32_t SECDMACLKGDS; /**< TRNG, CRYPTO, and UDMA clock gate for deep sleep mode */ @@ -273,11 +273,11 @@ typedef struct { reg32_t I2SCLKGR; /**< I2S clock gate for run mode */ reg32_t I2SCLKGS; /**< I2S clock gate for sleep mode */ reg32_t I2SCLKGDS; /**< I2S clock gate for deep sleep mode */ - reg32_t __reserved3[9]; /**< meh */ + reg32_t __reserved3[9]; /**< Reserved */ reg32_t SYSBUSCLKDIV; /**< System bus clock division factor */ reg32_t CPUCLKDIV; /**< CPU clock division factor */ reg32_t PERBUSCPUCLKDIV; /**< Peripheral bus division factor */ - reg32_t __reserved4; /**< meh */ + reg32_t __reserved4; /**< Reserved */ reg32_t PERDMACLKDIV; /**< DMA clock division factor */ reg32_t I2SBCLKSEL; /**< I2S clock select */ reg32_t GPTCLKDIV; /**< GPT scalar */ @@ -285,7 +285,7 @@ typedef struct { reg32_t I2SMCLKDIV; /**< MCLK division ratio */ reg32_t I2SBCLKDIV; /**< BCLK division ratio */ reg32_t I2SWCLKDIV; /**< WCLK division ratio */ - reg32_t __reserved5[4]; /**< meh */ + reg32_t __reserved5[4]; /**< Reserved */ reg32_t RESETSECDMA; /**< Reset SEC and UDMA */ reg32_t RESETGPIO; /**< Reset GPIO */ reg32_t RESETGPT; /**< Reset GPTs */ @@ -293,39 +293,39 @@ typedef struct { reg32_t RESETUART; /**< Reset UART */ reg32_t RESETSSI; /**< Reset SSI */ reg32_t RESETI2S; /**< Reset I2S */ - reg32_t __reserved6[8]; /**< meh */ + reg32_t __reserved6[8]; /**< Reserved */ reg32_t PDCTL0; /**< power domain control */ reg32_t PDCTL0RFC; /**< RFC power domain control */ reg32_t PDCTL0SERIAL; /**< SERIAL power domain control */ reg32_t PDCTL0PERIPH; /**< PERIPH power domain control */ - reg32_t __reserved7; /**< meh */ + reg32_t __reserved7; /**< Reserved */ reg32_t PDSTAT0; /**< power domain status */ reg32_t PDSTAT0RFC; /**< RFC power domain status */ reg32_t PDSTAT0SERIAL; /**< SERIAL power domain status */ reg32_t PDSTAT0PERIPH; /**< PERIPH power domain status */ - reg32_t __reserved8[11]; /**< meh */ + reg32_t __reserved8[11]; /**< Reserved */ reg32_t PDCTL1; /**< power domain control */ reg32_t __reserved9; /**< power domain control */ reg32_t PDCTL1CPU; /**< CPU power domain control */ reg32_t PDCTL1RFC; /**< RFC power domain control */ reg32_t PDCTL1VIMS; /**< VIMS power domain control */ - reg32_t __reserved10; /**< meh */ + reg32_t __reserved10; /**< Reserved */ reg32_t PDSTAT1; /**< power domain status */ reg32_t PDSTAT1BUS; /**< BUS power domain status */ reg32_t PDSTAT1RFC; /**< RFC power domain status */ reg32_t PDSTAT1CPU; /**< CPU power domain status */ reg32_t PDSTAT1VIMS; /**< VIMS power domain status */ - reg32_t __reserved11[9]; /**< meh */ + reg32_t __reserved11[9]; /**< Reserved */ reg32_t RFCBITS; /**< Control to RFC */ reg32_t RFCMODESEL; /**< selected RFC mode */ reg32_t RFCMODEHWOPT; /**< allowed RFC modes */ - reg32_t __reserved12[2]; /**< meh */ + reg32_t __reserved12[2]; /**< Reserved */ reg32_t PWRPROFSTAT; /**< power profiler register */ - reg32_t __reserved13[14]; /**< meh */ + reg32_t __reserved13[14]; /**< Reserved */ reg32_t MCUSRAMCFG; /**< MCU SRAM configuration */ - reg32_t __reserved14; /**< meh */ + reg32_t __reserved14; /**< Reserved */ reg32_t RAMRETEN; /**< memory retention control */ - reg32_t __reserved15[27]; /**< meh */ + reg32_t __reserved15[27]; /**< Reserved */ reg32_t OSCIMSC; /**< oscillator interrupt mask */ reg32_t OSCRIS; /**< oscillator raw interrupt status */ reg32_t OSCICR; /**< oscillator raw interrupt clear */ @@ -370,12 +370,13 @@ typedef struct { #define UARTCLKGDS_CLK_EN_UART1 0x2 /** @} */ -/** @ingroup cpu_specific_peripheral_memory_map - * @{ - */ +/** + * @ingroup cpu_specific_peripheral_memory_map + * @{ + */ #define PRCM_BASE (PERIPH_BASE + 0x82000) /**< PRCM base address */ #define PRCM_BASE_NONBUF (PERIPH_BASE_NONBUF + 0x82000) /**< PRCM base address (nonbuf) */ -/*@}*/ +/** @} */ #define PRCM ((prcm_regs_t *) (PRCM_BASE)) /**< PRCM register bank */ #define PRCM_NONBUF ((prcm_regs_t *) (PRCM_BASE_NONBUF)) /**< PRCM register bank (nonbuf) */ @@ -385,5 +386,4 @@ typedef struct { #endif #endif /* CC26X2_CC13X2_PRCM_H */ - -/*@}*/ +/** @} */ diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx.h index f58b1d35ed..7f3d1befa2 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx.h @@ -26,8 +26,17 @@ extern "C" { #endif +/** + * @brief Unsigned 8-bit register type. + */ typedef volatile uint8_t reg8_t; +/** + * @brief Unsigned 16-bit register type. + */ typedef volatile uint16_t reg16_t; +/** + * @brief Unsigned 32-bit register type. + */ typedef volatile uint32_t reg32_t; /** @@ -51,12 +60,14 @@ typedef struct { reg32_t HIGH; /**< High 16-bit half */ } reg32_m16_t; -/** @addtogroup CC13x2_cmsis CMSIS Definitions */ -/*@{*/ - -/** interrupt number definition */ -typedef enum IRQn -{ +/** + * @addtogroup CC13x2_cmsis CMSIS Definitions + * @{ + */ +/** + * @brief Interrupt number definition + */ +typedef enum IRQn { /****** Cortex-M4 Processor Exceptions Numbers ****************************/ ResetHandler_IRQn = -15, /**< 1 Reset Handler */ NonMaskableInt_IRQn = -14, /**< 2 Non Maskable Interrupt */ @@ -119,11 +130,12 @@ typedef enum IRQn /** * @brief Configuration of the Cortex-M4 processor and core peripherals + * @{ */ - #define __MPU_PRESENT 1 /**< CC13x2 does provide a MPU */ #define __NVIC_PRIO_BITS 3 /**< CC13x2 offers priority levels from 0..7 */ #define __Vendor_SysTickConfig 0 /**< Set to 1 if different SysTick config is used */ +/** @} */ #define RCOSC48M_FREQ 48000000 /**< 48 MHz */ #define RCOSC24M_FREQ 24000000 /**< 24 MHz */ @@ -136,17 +148,18 @@ typedef enum IRQn #else #include #endif -/*@}*/ +/** @} */ -/** @ingroup cpu_specific_peripheral_memory_map - * @{ - */ +/** + * @ingroup cpu_specific_peripheral_memory_map + * @{ + */ #define FLASH_BASE 0x00000000 /**< FLASH base address */ #define PERIPH_BASE 0x40000000 /**< Peripheral base address */ #define PERIPH_BASE_NONBUF 0x60000000 /**< Peripheral base address (nonbuf) */ #define ROM_HARD_API_BASE 0x10000048 /**< ROM Hard-API base address */ #define ROM_API_TABLE ((uint32_t *) 0x10000180) /**< ROM API table */ -/*@}*/ +/** @} */ /** * @brief ADI master instruction offsets @@ -165,5 +178,4 @@ typedef enum IRQn #endif #endif /* CC26XX_CC13XX_H */ - -/*@}*/ +/** @} */ diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_i2c.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_i2c.h index 8c036114fa..07f40c1197 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_i2c.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_i2c.h @@ -185,9 +185,10 @@ cycle or continues on to a repeated START condition */ #define MCTRL_RUN 0x00000001 -/** @ingroup cpu_specific_peripheral_memory_map - * @{ - */ +/** + * @ingroup cpu_specific_peripheral_memory_map + * @{ + */ #define I2C_BASE (PERIPH_BASE + 0x2000) /**< I2C base address */ /** @} */ @@ -198,5 +199,4 @@ cycle or continues on to a repeated START condition #endif #endif /* CC26XX_CC13XX_I2C_H */ - -/*@}*/ +/** @} */ diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ioc.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ioc.h index 90a37042d7..6f121cc4c8 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ioc.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ioc.h @@ -37,7 +37,7 @@ extern "C" { * @param[in] dio_num DIO number (0-31) */ typedef struct { - reg32_t CFG[32]; /**< config */ + reg32_t CFG[32]; /**< Config */ } cc26x0_ioc_regs_t; #define IOC ((cc26x0_ioc_regs_t *)(MCU_IOC_BASE)) /**< IOC register banks */ @@ -53,7 +53,7 @@ typedef struct { #define IOCFG_PORTID_AON_SCK 0x00000002 /**< AON SPI-S SCK */ #define IOCFG_PORTID_AON_SDI 0x00000003 /**< AON SPI-S SDI */ #define IOCFG_PORTID_AON_SDO 0x00000004 /**< AON SPI-S SDO */ -#endif //CPU_VARIANT_X0 +#endif /* CPU_VARIANT_X0 */ #define IOCFG_PORTID_AON_CLK32K 0x00000007 /**< AON external 32kHz clock */ #define IOCFG_PORTID_AUX_IO 0x00000008 /**< AUX IO */ @@ -183,5 +183,4 @@ typedef struct { #endif #endif /* CC26XX_CC13XX_IOC_H */ - -/*@}*/ +/** @} */ diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_power.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_power.h index d14723df17..05c7ffe8bb 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_power.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_power.h @@ -92,5 +92,4 @@ void power_clock_disable_uart(uart_t uart); #endif #endif /* CC26XX_CC13XX_POWER_H */ - -/*@}*/ +/** @} */ diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_rfc.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_rfc.h index 673d6f9de2..916a10dac1 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_rfc.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_rfc.h @@ -168,5 +168,4 @@ typedef struct { #endif #endif /* CC26XX_CC13XX_RFC_H */ - -/*@}*/ +/** @} */ diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims.h index 38d53317bc..4c432d748c 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims.h @@ -190,7 +190,7 @@ typedef struct { * @brief FLASH base address */ #define FLASH_BASEADDR (PERIPH_BASE + 0x30000) -/*@}*/ +/** @} */ /** * @brief FLASH register bank @@ -213,7 +213,7 @@ typedef struct { * @brief VIMS base address */ #define VIMS_BASE (PERIPH_BASE + 0x34000) -/*@}*/ +/** @} */ /** * @brief VIMS register bank @@ -259,5 +259,4 @@ typedef struct { #endif #endif /* CC26XX_CC13XX_VIMS_H */ - -/*@}*/ +/** @} */ diff --git a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_wdt.h b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_wdt.h index 2d9459e353..83f4d98c6e 100644 --- a/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_wdt.h +++ b/cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_wdt.h @@ -40,11 +40,12 @@ typedef struct { reg32_t LOCK; /**< lock */ } wdt_regs_t; -/** @ingroup cpu_specific_peripheral_memory_map - * @{ - */ +/** + * @ingroup cpu_specific_peripheral_memory_map + * @{ + */ #define WDT_BASE 0x40080000 /**< WDT base address */ -/*@}*/ +/** @} */ #define WDT ((wdt_regs_t *) (WDT_BASE)) /**< WDT register bank */ @@ -53,5 +54,4 @@ typedef struct { #endif #endif /* CC26XX_CC13XX_WDT_H */ - -/*@}*/ +/** @} */ From 51bab0a5a9dfb4771029ce50273f9bfb1bb23ffc Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Sun, 5 Sep 2021 20:41:32 +0200 Subject: [PATCH 07/17] cpu/cortexm_common: fix doxygen grouping warnings Signed-off-by: Jean-Pierre De Jesus DIAZ --- cpu/cortexm_common/include/irq_arch.h | 2 -- cpu/cortexm_common/include/thread_arch.h | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/cpu/cortexm_common/include/irq_arch.h b/cpu/cortexm_common/include/irq_arch.h index f8264d471a..85c8ec975f 100644 --- a/cpu/cortexm_common/include/irq_arch.h +++ b/cpu/cortexm_common/include/irq_arch.h @@ -14,8 +14,6 @@ * @brief Implementation of the kernels irq interface * * @author Hauke Petersen - * - * @} */ #ifndef IRQ_ARCH_H diff --git a/cpu/cortexm_common/include/thread_arch.h b/cpu/cortexm_common/include/thread_arch.h index e75ec0af57..5a05e82724 100644 --- a/cpu/cortexm_common/include/thread_arch.h +++ b/cpu/cortexm_common/include/thread_arch.h @@ -15,9 +15,8 @@ * @brief Implementation of the kernels thread interface * * @author Koen Zandberg - * - * @} */ + #ifndef THREAD_ARCH_H #define THREAD_ARCH_H From 5750dc02702b379fa003f205f8049b8e313c80d1 Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Sun, 5 Sep 2021 20:41:50 +0200 Subject: [PATCH 08/17] cpu/cc2538: fix doxygen grouping warnings Signed-off-by: Jean-Pierre De Jesus DIAZ --- cpu/cc2538/include/cc2538.h | 26 ++++++++++++-------------- cpu/cc2538/include/cc2538_gptimer.h | 3 +-- cpu/cc2538/include/cc2538_rf.h | 29 +++++++++++++++-------------- cpu/cc2538/include/cc2538_rfcore.h | 3 --- 4 files changed, 28 insertions(+), 33 deletions(-) diff --git a/cpu/cc2538/include/cc2538.h b/cpu/cc2538/include/cc2538.h index 08b3a31640..2d69cd1646 100644 --- a/cpu/cc2538/include/cc2538.h +++ b/cpu/cc2538/include/cc2538.h @@ -26,9 +26,10 @@ extern "C" { /* ************************************************************************** */ /* CMSIS DEFINITIONS FOR CC2538 */ /* ************************************************************************** */ -/** @addtogroup CC2538_cmsis CMSIS Definitions */ -/*@{*/ - +/** + * @addtogroup CC2538_cmsis CMSIS Definitions + * @{ + */ /** Interrupt Number Definition */ typedef enum IRQn { @@ -86,7 +87,8 @@ typedef enum IRQn PERIPH_COUNT_IRQn = (MACTIMER_IRQn + 1) /**< Number of peripheral IDs */ } IRQn_Type; -/** @name Cortex-M3 core interrupt handlers +/** + * @name Cortex-M3 core interrupt handlers * @{ */ void Reset_Handler(void); /**< Reset handler */ @@ -113,26 +115,23 @@ void SysTick_Handler(void); /**< SysTick handler */ /** * @brief CMSIS includes */ - #include - -/*@}*/ +/** @} */ #define IEEE_ADDR_MSWORD ( *(const uint32_t*)0x00280028 ) /**< Most-significant 32 bits of the IEEE address */ #define IEEE_ADDR_LSWORD ( *(const uint32_t*)0x0028002c ) /**< Least-significant 32 bits of the IEEE address */ typedef volatile uint32_t cc2538_reg_t; /**< Least-significant 32 bits of the IEEE address */ -/** @addtogroup cpu_specific_Peripheral_memory_map - * @{ - */ - +/** + * @addtogroup cpu_specific_Peripheral_memory_map + * @{ + */ #define FLASH_BASE 0x00200000 /**< FLASH base address */ #define SRAM_BASE 0x20000000 /**< SRAM base address */ #define PERIPH_BASE 0x40000000 /**< Peripheral base address */ #define SRAM_BB_BASE 0x22000000 /**< SRAM base address in the bit-band region */ - /** @} */ /** @name CC2538 Special Function Registers @@ -811,5 +810,4 @@ typedef volatile uint32_t cc2538_reg_t; /**< Least-significant 32 bits of the IE #endif #endif /* CC2538_H */ - -/*@}*/ +/** @} */ diff --git a/cpu/cc2538/include/cc2538_gptimer.h b/cpu/cc2538/include/cc2538_gptimer.h index 15a8f90f6a..43e037370b 100644 --- a/cpu/cc2538/include/cc2538_gptimer.h +++ b/cpu/cc2538/include/cc2538_gptimer.h @@ -89,5 +89,4 @@ typedef struct { #endif #endif /* CC2538_GPTIMER_H */ - -/* @} */ +/** @} */ diff --git a/cpu/cc2538/include/cc2538_rf.h b/cpu/cc2538/include/cc2538_rf.h index e5c8d617fc..81d08ac576 100644 --- a/cpu/cc2538/include/cc2538_rf.h +++ b/cpu/cc2538/include/cc2538_rf.h @@ -136,7 +136,7 @@ enum { FSM_STATE_TX_CALIBRATION = 32, }; -/* +/** * @brief RFCORE_XREG_RFERRM bits */ enum { @@ -149,18 +149,18 @@ enum { NLOCK = BIT(0), }; - /* - * @brief RFCORE_XREG_FRMCTRL0 bits - */ +/** + * @brief RFCORE_XREG_FRMCTRL0 bits + */ enum { SET_RXENMASK_ON_TX = BIT(0), IGNORE_TX_UNDERF = BIT(1), PENDING_OR = BIT(2), }; - /* - * @brief RFCORE_XREG_FRMCTRL1 bits - */ +/** + * @brief RFCORE_XREG_FRMCTRL1 bits + */ enum { ENERGY_SCAN = BIT(4), AUTOACK = BIT(5), @@ -168,7 +168,7 @@ enum { APPEND_DATA_MODE = BIT(7), }; -/* +/** * @brief RFCORE_XREG_RFIRQM0 / RFCORE_XREG_RFIRQF0 bits */ enum { @@ -182,7 +182,7 @@ enum { RXMASKZERO = BIT(7), }; -/* +/** * @brief RFCORE_XREG_RFIRQM1 / RFCORE_XREG_RFIRQF1 bits */ enum { @@ -194,14 +194,18 @@ enum { CSP_WAIT = BIT(5), }; -/* Values for use with CCTEST_OBSSELx registers: */ +/** + * @brief Values for use with CCTEST_OBSSELx registers. + */ enum { rfc_obs_sig0 = 0, rfc_obs_sig1 = 1, rfc_obs_sig2 = 2, }; -/* Values for RFCORE_XREG_RFC_OBS_CTRLx registers: */ +/** + * @brief Values for RFCORE_XREG_RFC_OBS_CTRLx registers. + */ enum { constant_value_0 = 0x00, /**< Constant value 0 */ constant_value_1 = 0x01, /**< Constant value 1*/ @@ -248,8 +252,6 @@ enum { disabled = 0xff, /**< disabled */ }; -/** @} */ - /** * @name RF CORE observable signals settings */ @@ -278,7 +280,6 @@ enum { (CONFIG_CC2538_RF_OBS_SIG_0_PCX > 7)) #error "CONFIG_CC2538_RF_OBS_SIG_X_PCX must be between 0-7 (PC0-PC7)" #endif -/** @} */ /** * @brief Device descriptor for CC2538 transceiver diff --git a/cpu/cc2538/include/cc2538_rfcore.h b/cpu/cc2538/include/cc2538_rfcore.h index de547315d8..2f549a404b 100644 --- a/cpu/cc2538/include/cc2538_rfcore.h +++ b/cpu/cc2538/include/cc2538_rfcore.h @@ -276,7 +276,4 @@ enum { #endif #endif /* CC2538_RFCORE_H */ - -/** @} */ -/** @} */ /** @} */ From cedf0b061d77f60fc15f14066ab6dd7698612159 Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Sun, 5 Sep 2021 20:42:04 +0200 Subject: [PATCH 09/17] cpu/kinetis: fix doxygen grouping warnings Signed-off-by: Jean-Pierre De Jesus DIAZ --- cpu/kinetis/include/mcg.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpu/kinetis/include/mcg.h b/cpu/kinetis/include/mcg.h index 3f0412f226..e61cc73f9f 100644 --- a/cpu/kinetis/include/mcg.h +++ b/cpu/kinetis/include/mcg.h @@ -171,6 +171,5 @@ void kinetis_mcg_init(void); } #endif -/** @} */ - #endif /* MCG_H */ +/** @} */ From 22a7e1af0399ee611085d2a96351b6094ba0a458 Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Sun, 5 Sep 2021 20:45:21 +0200 Subject: [PATCH 10/17] cpu/riscv_common: fix doxygen grouping warnings Signed-off-by: Jean-Pierre De Jesus DIAZ --- cpu/riscv_common/include/plic.h | 1 - cpu/riscv_common/include/thread_arch.h | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/cpu/riscv_common/include/plic.h b/cpu/riscv_common/include/plic.h index 3390d916cc..388799931f 100644 --- a/cpu/riscv_common/include/plic.h +++ b/cpu/riscv_common/include/plic.h @@ -14,7 +14,6 @@ * @brief Platform-Level interrupt controller driver * * @author Koen Zandberg - * @} */ #ifndef PLIC_H diff --git a/cpu/riscv_common/include/thread_arch.h b/cpu/riscv_common/include/thread_arch.h index f6d21f6b39..40d1524a84 100644 --- a/cpu/riscv_common/include/thread_arch.h +++ b/cpu/riscv_common/include/thread_arch.h @@ -15,9 +15,8 @@ * @brief Implementation of the kernels thread interface * * @author Koen Zandberg - * - * @} */ + #ifndef THREAD_ARCH_H #define THREAD_ARCH_H From 63017413e9cb133fffeed2b383de0893a2210885 Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Sun, 5 Sep 2021 20:45:47 +0200 Subject: [PATCH 11/17] cpu/msp430*: fix doxygen grouping warnings Signed-off-by: Jean-Pierre De Jesus DIAZ --- cpu/msp430_common/include/thread_arch.h | 2 -- cpu/msp430fxyz/include/periph_cpu.h | 3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cpu/msp430_common/include/thread_arch.h b/cpu/msp430_common/include/thread_arch.h index b123f7c513..4faddca086 100644 --- a/cpu/msp430_common/include/thread_arch.h +++ b/cpu/msp430_common/include/thread_arch.h @@ -15,8 +15,6 @@ * @brief Implementation of the kernels thread interface * * @author Koen Zandberg - * - * @} */ #ifndef THREAD_ARCH_H #define THREAD_ARCH_H diff --git a/cpu/msp430fxyz/include/periph_cpu.h b/cpu/msp430fxyz/include/periph_cpu.h index 5918237a9e..4feba77e21 100644 --- a/cpu/msp430fxyz/include/periph_cpu.h +++ b/cpu/msp430fxyz/include/periph_cpu.h @@ -44,7 +44,6 @@ typedef uint16_t gpio_t; /** * @brief Mandatory function for defining a GPIO pins - * @{ */ #define GPIO_PIN(x, y) ((gpio_t)(((x & 0xff) << 8) | (1 << (y & 0x07)))) @@ -68,6 +67,7 @@ typedef enum { /** * @brief Override SPI mode selection values + * @{ */ #define HAVE_SPI_MODE_T #ifndef SPI_USE_USCI @@ -89,6 +89,7 @@ typedef enum { /** * @brief Override SPI clock speed selection values + * @{ */ #define HAVE_SPI_CLK_T typedef enum { From 8061e99be4f125f4587bd19ece63d983d929f4c1 Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Sun, 5 Sep 2021 20:46:12 +0200 Subject: [PATCH 12/17] cpu/qnx908x: fix doxygen grouping warnings Signed-off-by: Jean-Pierre De Jesus DIAZ --- cpu/qn908x/include/periph_cpu.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpu/qn908x/include/periph_cpu.h b/cpu/qn908x/include/periph_cpu.h index 85c5937f93..7dcd3a8da1 100644 --- a/cpu/qn908x/include/periph_cpu.h +++ b/cpu/qn908x/include/periph_cpu.h @@ -141,11 +141,11 @@ enum { GPIO_PORTS_NUMOF /**< overall number of available ports */ }; +#if DOXYGEN /** * @name ADC CPU configuration * @{ */ -#if DOXYGEN /** * @brief Define if ADC external capacitor is connected to PA06 pin. * @@ -154,6 +154,7 @@ enum { * macro should be defined by the board to make the ADC block use it. */ #define BOARD_HAS_ADC_PA06_CAP +/** @} */ #endif #ifndef DOXYGEN @@ -206,7 +207,6 @@ typedef enum { * Define to one of the qn908x_adc_clock_t values. */ #define QN908X_ADC_CLOCK -/** @} */ #endif /* ifdef DOXYGEN */ /** From 209304ccb819395ea1a3c7c16eb6ad4acf791968 Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Sun, 5 Sep 2021 20:46:51 +0200 Subject: [PATCH 13/17] cpu/lpc1768: fix doxygen grouping warnings Signed-off-by: Jean-Pierre De Jesus DIAZ --- cpu/lpc1768/include/cpu_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/lpc1768/include/cpu_conf.h b/cpu/lpc1768/include/cpu_conf.h index ae0814a9b8..127883be05 100644 --- a/cpu/lpc1768/include/cpu_conf.h +++ b/cpu/lpc1768/include/cpu_conf.h @@ -44,7 +44,7 @@ extern "C" { * @{ */ #define CPUID_LEN (16U) -/* @} */ +/** @} */ #ifdef __cplusplus } From 3de8f247c3e0efedb88abdfe19b8e471d79878c4 Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Sun, 5 Sep 2021 20:47:10 +0200 Subject: [PATCH 14/17] cpu/lpc23xx: fix doxygen grouping warnings Signed-off-by: Jean-Pierre De Jesus DIAZ --- cpu/lpc23xx/include/lpc23xx.h | 1 - cpu/lpc23xx/include/periph_cpu.h | 9 ++++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/cpu/lpc23xx/include/lpc23xx.h b/cpu/lpc23xx/include/lpc23xx.h index 8db0f52f3d..d116246888 100644 --- a/cpu/lpc23xx/include/lpc23xx.h +++ b/cpu/lpc23xx/include/lpc23xx.h @@ -148,7 +148,6 @@ extern "C" { #define TXEMR 0x3C #define TXCTCR 0x70 /** @} */ -/** @} */ #ifdef __cplusplus } diff --git a/cpu/lpc23xx/include/periph_cpu.h b/cpu/lpc23xx/include/periph_cpu.h index d29ba35c31..ef2fa6cee0 100644 --- a/cpu/lpc23xx/include/periph_cpu.h +++ b/cpu/lpc23xx/include/periph_cpu.h @@ -96,7 +96,7 @@ typedef enum { GPIO_RISING = 2, /**< emit interrupt on rising flank */ GPIO_BOTH = 3 /**< emit interrupt on both flanks */ } gpio_flank_t; -#endif /* ndef DOXYGEN */ +#endif /* ifndef DOXYGEN */ /** * @brief UART device configuration @@ -141,7 +141,7 @@ typedef struct { #define PERIPH_SPI_NEEDS_TRANSFER_BYTE #define PERIPH_SPI_NEEDS_TRANSFER_REG #define PERIPH_SPI_NEEDS_TRANSFER_REGS -/* @} */ +/** @} */ #ifndef DOXYGEN /** @@ -213,7 +213,7 @@ typedef enum { I2C_SPEED_NORMAL = 100000, /**< normal mode: ~100 kbit/s */ I2C_SPEED_FAST = 400000, /**< fast mode: ~400 kbit/s */ } i2c_speed_t; -/* @} */ +/** @} */ #endif /* ndef DOXYGEN */ /** @@ -228,7 +228,6 @@ typedef struct { uint32_t pinsel_msk_sda;/**< SDA PINSEL Mask */ uint32_t pinsel_msk_scl;/**< SCL PINSEL Mask */ } i2c_conf_t; -/* @} */ /** * @name Use shared I2C functions @@ -246,7 +245,7 @@ typedef struct { #if defined(MODULE_PERIPH_RTC) && !defined(RTC_NORMALIZE_COMPAT) #define RTC_NORMALIZE_COMPAT (1) #endif -/* @} */ +/** @} */ #ifdef __cplusplus } From d1f9cd064785fb22987e3affc57519fd0a0f8840 Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Sun, 5 Sep 2021 20:47:22 +0200 Subject: [PATCH 15/17] cpu/native: fix doxygen grouping warnings Signed-off-by: Jean-Pierre De Jesus DIAZ --- cpu/native/include/thread_arch.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpu/native/include/thread_arch.h b/cpu/native/include/thread_arch.h index 0f27dcbfe1..d1ae2867b3 100644 --- a/cpu/native/include/thread_arch.h +++ b/cpu/native/include/thread_arch.h @@ -15,9 +15,8 @@ * @brief Implementation of the kernels thread interface * * @author Koen Zandberg - * - * @} */ + #ifndef THREAD_ARCH_H #define THREAD_ARCH_H From d2a6745855c651a8297b4957a7270c11dac8b7dc Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Sun, 5 Sep 2021 20:47:43 +0200 Subject: [PATCH 16/17] cpu/mips32r2_common: fix doxygen grouping warnings Signed-off-by: Jean-Pierre De Jesus DIAZ --- cpu/mips32r2_common/include/thread_arch.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpu/mips32r2_common/include/thread_arch.h b/cpu/mips32r2_common/include/thread_arch.h index 00799085ca..ba36b4979b 100644 --- a/cpu/mips32r2_common/include/thread_arch.h +++ b/cpu/mips32r2_common/include/thread_arch.h @@ -15,8 +15,6 @@ * @brief Implementation of the kernels thread interface * * @author Neil Jones - * - * @} */ #ifndef THREAD_ARCH_H #define THREAD_ARCH_H From 6f8803e34fcf633dbe184e227b578ab8c7d724ec Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Sun, 5 Sep 2021 20:48:14 +0200 Subject: [PATCH 17/17] dist/tools/doccheck: update exclude_patterns Signed-off-by: Jean-Pierre De Jesus DIAZ --- dist/tools/doccheck/exclude_patterns | 204 ++++++++++----------------- 1 file changed, 74 insertions(+), 130 deletions(-) diff --git a/dist/tools/doccheck/exclude_patterns b/dist/tools/doccheck/exclude_patterns index 18c0d7d9db..da83b2c983 100644 --- a/dist/tools/doccheck/exclude_patterns +++ b/dist/tools/doccheck/exclude_patterns @@ -51,6 +51,7 @@ boards/adafruit\-clue/include/board\.h:[0-9]+: warning: Member ILI9341_PARAM_DCX boards/adafruit\-clue/include/board\.h:[0-9]+: warning: Member ILI9341_PARAM_INVERTED \(macro definition\) of file board\.h is not documented\. boards/adafruit\-clue/include/board\.h:[0-9]+: warning: Member ILI9341_PARAM_NUM_LINES \(macro definition\) of file board\.h is not documented\. boards/adafruit\-clue/include/board\.h:[0-9]+: warning: Member ILI9341_PARAM_RGB \(macro definition\) of file board\.h is not documented\. +boards/adafruit\-clue/include/board\.h:[0-9]+: warning: Member ILI9341_PARAM_ROTATION \(macro definition\) of file board\.h is not documented\. boards/adafruit\-clue/include/board\.h:[0-9]+: warning: Member ILI9341_PARAM_RST \(macro definition\) of file board\.h is not documented\. boards/adafruit\-clue/include/board\.h:[0-9]+: warning: Member ILI9341_PARAM_SPI \(macro definition\) of file board\.h is not documented\. boards/adafruit\-clue/include/board\.h:[0-9]+: warning: Member LED0_MASK \(macro definition\) of file board\.h is not documented\. @@ -1977,6 +1978,7 @@ boards/esp32\-wrover\-kit/include/board\.h:[0-9]+: warning: Member ILI9341_PARAM boards/esp32\-wrover\-kit/include/board\.h:[0-9]+: warning: Member ILI9341_PARAM_DCX \(macro definition\) of file board\.h is not documented\. boards/esp32\-wrover\-kit/include/board\.h:[0-9]+: warning: Member ILI9341_PARAM_INVERTED \(macro definition\) of file board\.h is not documented\. boards/esp32\-wrover\-kit/include/board\.h:[0-9]+: warning: Member ILi9341_PARAM_RGB \(macro definition\) of file board\.h is not documented\. +boards/esp32\-wrover\-kit/include/board\.h:[0-9]+: warning: Member ILI9341_PARAM_ROTATION \(macro definition\) of file board\.h is not documented\. boards/esp32\-wrover\-kit/include/board\.h:[0-9]+: warning: Member ILI9341_PARAM_RST \(macro definition\) of file board\.h is not documented\. boards/esp32\-wrover\-kit/include/board\.h:[0-9]+: warning: Member ILI9341_PARAM_SPI_CLK \(macro definition\) of file board\.h is not documented\. boards/esp32\-wrover\-kit/include/board\.h:[0-9]+: warning: Member ILI9341_PARAM_SPI \(macro definition\) of file board\.h is not documented\. @@ -4451,6 +4453,7 @@ boards/pinetime/include/board\.h:[0-9]+: warning: Member ILI9341_PARAM_DCX \(mac boards/pinetime/include/board\.h:[0-9]+: warning: Member ILI9341_PARAM_INVERTED \(macro definition\) of file board\.h is not documented\. boards/pinetime/include/board\.h:[0-9]+: warning: Member ILI9341_PARAM_NUM_LINES \(macro definition\) of file board\.h is not documented\. boards/pinetime/include/board\.h:[0-9]+: warning: Member ILI9341_PARAM_RGB \(macro definition\) of file board\.h is not documented\. +boards/pinetime/include/board\.h:[0-9]+: warning: Member ILI9341_PARAM_ROTATION \(macro definition\) of file board\.h is not documented\. boards/pinetime/include/board\.h:[0-9]+: warning: Member ILI9341_PARAM_RST \(macro definition\) of file board\.h is not documented\. boards/pinetime/include/board\.h:[0-9]+: warning: Member ILI9341_PARAM_SPI_CLK \(macro definition\) of file board\.h is not documented\. boards/pinetime/include/board\.h:[0-9]+: warning: Member ILI9341_PARAM_SPI \(macro definition\) of file board\.h is not documented\. @@ -7009,11 +7012,11 @@ cpu/arm7_common/include/arm7_common\.h:[0-9]+: warning: Member PM_SLEEP \(macro cpu/arm7_common/include/irq_arch\.h:[0-9]+: warning: Member __get_cpsr\(void\) \(function\) of file irq_arch\.h is not documented\. cpu/arm7_common/include/irq_arch\.h:[0-9]+: warning: Member irq_disable\(void\) \(function\) of file irq_arch\.h is not documented\. cpu/arm7_common/include/irq_arch\.h:[0-9]+: warning: Member irq_enable\(void\) \(function\) of file irq_arch\.h is not documented\. +cpu/arm7_common/include/irq_arch\.h:[0-9]+: warning: Member irq_is_enabled\(void\) \(function\) of file irq_arch\.h is not documented\. cpu/arm7_common/include/irq_arch\.h:[0-9]+: warning: Member irq_is_in\(void\) \(function\) of file irq_arch\.h is not documented\. cpu/arm7_common/include/irq_arch\.h:[0-9]+: warning: Member IRQ_MASK \(macro definition\) of file irq_arch\.h is not documented\. cpu/arm7_common/include/irq_arch\.h:[0-9]+: warning: Member irq_restore\(unsigned oldCPSR\) \(function\) of file irq_arch\.h is not documented\. cpu/arm7_common/include/irq_arch\.h:[0-9]+: warning: Member __set_cpsr\(unsigned val\) \(function\) of file irq_arch\.h is not documented\. -cpu/arm7_common/include/thread_arch\.h:[0-9]+: warning: unbalanced grouping commands cpu/arm7_common/include/VIC\.h:[0-9]+: warning: Member F_Bit \(macro definition\) of group cpu_arm7_common is not documented\. cpu/arm7_common/include/VIC\.h:[0-9]+: warning: Member FIQ32Mode \(macro definition\) of group cpu_arm7_common is not documented\. cpu/arm7_common/include/VIC\.h:[0-9]+: warning: Member I_Bit \(macro definition\) of group cpu_arm7_common is not documented\. @@ -7184,7 +7187,6 @@ cpu/atxmega/include/periph_cpu\.h:[0-9]+: warning: Member PERIPH_SPI_NEEDS_TRANS cpu/atxmega/include/periph_cpu\.h:[0-9]+: warning: Member PM_NUM_MODES \(macro definition\) of file periph_cpu\.h is not documented\. cpu/atxmega/include/periph_cpu\.h:[0-9]+: warning: Member spi_clk_t \(enumeration\) of file periph_cpu\.h is not documented\. cpu/atxmega/include/periph_cpu\.h:[0-9]+: warning: Member spi_t \(typedef\) of file periph_cpu\.h is not documented\. -cpu/avr8_common/include/thread_arch\.h:[0-9]+: warning: unbalanced grouping commands cpu/cc2538/include/cc2538_eui_primary\.h:[0-9]+: warning: Member EUI64_PROVIDER_FUNC \(macro definition\) of file cc2538_eui_primary\.h is not documented\. cpu/cc2538/include/cc2538_eui_primary\.h:[0-9]+: warning: Member EUI64_PROVIDER_INDEX \(macro definition\) of file cc2538_eui_primary\.h is not documented\. cpu/cc2538/include/cc2538_eui_primary\.h:[0-9]+: warning: Member EUI64_PROVIDER_TYPE \(macro definition\) of file cc2538_eui_primary\.h is not documented\. @@ -7192,9 +7194,6 @@ cpu/cc2538/include/cc2538_gpio\.h:[0-9]+: warning: Member cc2538_ioc_pin_t \(enu cpu/cc2538/include/cc2538_gpio\.h:[0-9]+: warning: Member cc2538_ioc_sel_t \(enumeration\) of group cpu_cc2538_gpio is not documented\. cpu/cc2538/include/cc2538_gpio\.h:[0-9]+: warning: Member IOC_PXX_OVER \(macro definition\) of group cpu_cc2538_gpio is not documented\. cpu/cc2538/include/cc2538_gpio\.h:[0-9]+: warning: Member IOC_PXX_SEL \(macro definition\) of group cpu_cc2538_gpio is not documented\. -cpu/cc2538/include/cc2538_gptimer\.h:[0-9]+: warning: end of file while inside a group -cpu/cc2538/include/cc2538\.h:[0-9]+: warning: end of file with unbalanced grouping commands -cpu/cc2538/include/cc2538_rfcore\.h:[0-9]+: warning: unbalanced grouping commands cpu/cc2538/include/cc2538_rf\.h:[0-9]+: warning: Member ABS_DIFF\(x, y\) \(macro definition\) of file cc2538_rf\.h is not documented\. cpu/cc2538/include/cc2538_rf\.h:[0-9]+: warning: Member BIT\(n\) \(macro definition\) of file cc2538_rf\.h is not documented\. cpu/cc2538/include/cc2538_rf\.h:[0-9]+: warning: Member BOOLEAN\(x\) \(macro definition\) of file cc2538_rf\.h is not documented\. @@ -7223,7 +7222,6 @@ cpu/cc2538/include/cc2538_rf\.h:[0-9]+: warning: Member NUM_POWER_LEVELS \(macro cpu/cc2538/include/cc2538_rf\.h:[0-9]+: warning: Member RFCORE_ASSERT\(expr\) \(macro definition\) of file cc2538_rf\.h is not documented\. cpu/cc2538/include/cc2538_rf\.h:[0-9]+: warning: Member RFCORE_FLUSH_RECEIVE_FIFO\(\) \(macro definition\) of file cc2538_rf\.h is not documented\. cpu/cc2538/include/cc2538_rf\.h:[0-9]+: warning: Member RFCORE_WAIT_UNTIL\(expr\) \(macro definition\) of file cc2538_rf\.h is not documented\. -cpu/cc2538/include/cc2538_rf\.h:[0-9]+: warning: unbalanced grouping commands cpu/cc2538/include/cc2538_rf_internal\.h:[0-9]+: warning: Member CC2538_RX_FIFO_ADDR \(macro definition\) of file cc2538_rf_internal\.h is not documented\. cpu/cc2538/include/cc2538_rf_internal\.h:[0-9]+: warning: Member CC2538_TX_FIFO_ADDR \(macro definition\) of file cc2538_rf_internal\.h is not documented\. cpu/cc2538/include/cc2538_rf_internal\.h:[0-9]+: warning: Member RFCORE_ASSERT_failure\(const char \*expr, const char \*func, int line\) \(function\) of file cc2538_rf_internal\.h is not documented\. @@ -7255,7 +7253,6 @@ cpu/cc2538/include/periph_cpu\.h:[0-9]+: warning: Member RTT_IRQ_PRIO \(macro de cpu/cc2538/include/periph_cpu\.h:[0-9]+: warning: Member RTT_ISR \(macro definition\) of file periph_cpu\.h is not documented\. cpu/cc2538/include/periph_cpu\.h:[0-9]+: warning: Member RTT_MAX_VALUE \(macro definition\) of file periph_cpu\.h is not documented\. cpu/cc2538/include/periph_cpu\.h:[0-9]+: warning: Member RTT_MIN_OFFSET \(macro definition\) of file periph_cpu\.h is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_aux\.h:[0-9]+: warning: end of file with unbalanced grouping commands cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_aux\.h:[0-9]+: warning: Member MODCLKEN0_AIODIO0_EN \(macro definition\) of file cc26x0_cc13x0_aux\.h is not documented\. cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_aux\.h:[0-9]+: warning: Member MODCLKEN0_AIODIO1_EN \(macro definition\) of file cc26x0_cc13x0_aux\.h is not documented\. cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_aux\.h:[0-9]+: warning: Member MODCLKEN0_ANAIF_EN \(macro definition\) of file cc26x0_cc13x0_aux\.h is not documented\. @@ -7263,25 +7260,23 @@ cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_aux\.h:[0-9]+: warning: Member MODCLKEN0 cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_aux\.h:[0-9]+: warning: Member MODCLKEN0_AUX_DDI0_OSC_EN \(macro definition\) of file cc26x0_cc13x0_aux\.h is not documented\. cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_aux\.h:[0-9]+: warning: Member MODCLKEN0_TDC_EN \(macro definition\) of file cc26x0_cc13x0_aux\.h is not documented\. cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_aux\.h:[0-9]+: warning: Member MODCLKEN0_TIMER_EN \(macro definition\) of file cc26x0_cc13x0_aux\.h is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_fcfg\.h:[0-9]+: warning: end of file with unbalanced grouping commands -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: end of file with unbalanced grouping commands -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AONWUC_CTL0_AUX_SRAM_ERASE \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AONWUC_CTL0_MCU_SRAM_ERASE \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AONWUC_CTL0_PWR_DWN_DIS \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AONWUC_CTL1_MCU_RESET_SRC \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AONWUC_CTL1_MCU_WARM_RESET \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCFG_RAM_RET_EN \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCLK_PWR_DWN_SRC_mask \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCLK_PWR_DWN_SRC_pos \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCLK_SCLK_HF_DIV_mask \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCLK_SCLK_HF_DIV_pos \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCLK_SRC_HF \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCLK_SRC_LF \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCLK_SRC_mask \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCTL_AUX_FORCE_ON \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCTL_RESET_REQ \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCTL_SCE_RUN_EN \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCTL_SWEV \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AONWUC_CTL0_AUX_SRAM_ERASE \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AONWUC_CTL0_MCU_SRAM_ERASE \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AONWUC_CTL0_PWR_DWN_DIS \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AONWUC_CTL1_MCU_RESET_SRC \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AONWUC_CTL1_MCU_WARM_RESET \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCFG_RAM_RET_EN \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCLK_PWR_DWN_SRC_mask \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCLK_PWR_DWN_SRC_pos \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCLK_SCLK_HF_DIV_mask \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCLK_SCLK_HF_DIV_pos \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCLK_SRC_HF \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCLK_SRC_LF \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCLK_SRC_mask \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCTL_AUX_FORCE_ON \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCTL_RESET_REQ \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCTL_SCE_RUN_EN \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member AUXCTL_SWEV \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member CLKLOADCTL_LOADDONE \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member DDI_0_OSC_CTL0_ACLK_REF_SRC_SEL_RCOSC_HF \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member DDI_0_OSC_CTL0_ACLK_REF_SRC_SEL_RCOSC_LF \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. @@ -7306,18 +7301,18 @@ cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member GPIOCLKG cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member I2CCLKGDS_CLK_EN \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member I2CCLKGR_CLK_EN \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member I2CCLKGS_CLK_EN \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member JTAGCFG_JTAG_PD_FORCE_ON \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member MCUCFG_SRAM_FIXED_WU_EN \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member MCUCFG_SRAM_RET_B0124 \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member MCUCFG_SRAM_RET_B012 \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member MCUCFG_SRAM_RET_B01 \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member MCUCFG_SRAM_RET_B0 \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member MCUCFG_SRAM_RET_OFF \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member MCUCFG_SRAM_VIRT_OFF \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member MCUCLK_PWR_DWN_SRC_mask \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member MCUCLK_RCOSC_HF_CAL_DONE \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member OSCCFG_PER_E_mask \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member OSCCFG_PER_M_mask \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member JTAGCFG_JTAG_PD_FORCE_ON \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member MCUCFG_SRAM_FIXED_WU_EN \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member MCUCFG_SRAM_RET_B0124 \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member MCUCFG_SRAM_RET_B012 \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member MCUCFG_SRAM_RET_B01 \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member MCUCFG_SRAM_RET_B0 \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member MCUCFG_SRAM_RET_OFF \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member MCUCFG_SRAM_VIRT_OFF \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member MCUCLK_PWR_DWN_SRC_mask \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member MCUCLK_RCOSC_HF_CAL_DONE \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member OSCCFG_PER_E_mask \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member OSCCFG_PER_M_mask \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member PDCTL0_PERIPH_ON \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member PDCTL0_RFC_ON \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member PDCTL0_SERIAL_ON \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. @@ -7330,22 +7325,22 @@ cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member PDSTAT0_ cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member PDSTAT1_CPU_ON \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member PDSTAT1_RFC_ON \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member PDSTAT1_VIMS_ON \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member PWRSTAT_AUX_BUS_CONNECTED \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member PWRSTAT_AUX_PD_ON \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member PWRSTAT_AUX_PWR_DNW \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member PWRSTAT_AUX_RESET_DONE \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member PWRSTAT_JTAG_PD_ON \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member PWRSTAT_MCU_PD_ON \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member RECHARGECFG_ADAPTIVE_EN \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member RECHARGECFG_C1_mask \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member RECHARGECFG_C2_mask \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member RECHARGECFG_MAX_PER_E_mask \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member RECHARGECFG_MAX_PER_M_mask \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member RECHARGECFG_PER_E_mask \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member RECHARGECFG_PER_M_mask \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member RECHARGESTAT_MAX_USED_PER_mask \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member RECHARGESTAT_VDDR_SMPLS_mask \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member SHUTDOWN_EN \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member PWRSTAT_AUX_BUS_CONNECTED \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member PWRSTAT_AUX_PD_ON \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member PWRSTAT_AUX_PWR_DNW \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member PWRSTAT_AUX_RESET_DONE \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member PWRSTAT_JTAG_PD_ON \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member PWRSTAT_MCU_PD_ON \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member RECHARGECFG_ADAPTIVE_EN \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member RECHARGECFG_C1_mask \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member RECHARGECFG_C2_mask \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member RECHARGECFG_MAX_PER_E_mask \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member RECHARGECFG_MAX_PER_M_mask \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member RECHARGECFG_PER_E_mask \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member RECHARGECFG_PER_M_mask \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member RECHARGESTAT_MAX_USED_PER_mask \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member RECHARGESTAT_VDDR_SMPLS_mask \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. +cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member SHUTDOWN_EN \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member UARTCLKGDS_CLK_EN_UART0 \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member UARTCLKGR_CLK_EN_UART0 \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. cpu/cc26x0_cc13x0/include/cc26x0_cc13x0_prcm\.h:[0-9]+: warning: Member UARTCLKGS_CLK_EN_UART0 \(macro definition\) of file cc26x0_cc13x0_prcm\.h is not documented\. @@ -7359,7 +7354,6 @@ cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_fcfg\.h:[0-9]+: warning: Member FCFG1_DA cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_fcfg\.h:[0-9]+: warning: Member FCFG1_DAC_BIAS_CNF_LPM_BIAS_WIDTH_TRIM_m \(macro definition\) of file cc26x2_cc13x2_fcfg\.h is not documented\. cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_fcfg\.h:[0-9]+: warning: Member FCFG1_DAC_BIAS_CNF_LPM_BIAS_WIDTH_TRIM_s \(macro definition\) of file cc26x2_cc13x2_fcfg\.h is not documented\. cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_fcfg\.h:[0-9]+: warning: Member FCFG1_DAC_BIAS_CNF_LPM_TRIM_IOUT_s \(macro definition\) of file cc26x2_cc13x2_fcfg\.h is not documented\. -cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_prcm\.h:[0-9]+: warning: end of file with unbalanced grouping commands cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_prcm\.h:[0-9]+: warning: Member AON_PMCTL_RESETCTL_BOOT_DET_0_CLR_m \(macro definition\) of file cc26x2_cc13x2_prcm\.h is not documented\. cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_prcm\.h:[0-9]+: warning: Member AON_PMCTL_RESETCTL_BOOT_DET_0_m \(macro definition\) of file cc26x2_cc13x2_prcm\.h is not documented\. cpu/cc26x2_cc13x2/include/cc26x2_cc13x2_prcm\.h:[0-9]+: warning: Member AON_PMCTL_RESETCTL_BOOT_DET_0_SET_m \(macro definition\) of file cc26x2_cc13x2_prcm\.h is not documented\. @@ -7627,15 +7621,11 @@ cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_gpt\.h:[0-9]+: warning: Member GPT_TXMR_ cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_gpt\.h:[0-9]+: warning: Member GPT_TXMR_TXPWMIE \(macro definition\) of file cc26xx_cc13xx_gpt\.h is not documented\. cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_gpt\.h:[0-9]+: warning: Member GPT_TXMR_TXSNAPS \(macro definition\) of file cc26xx_cc13xx_gpt\.h is not documented\. cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_gpt\.h:[0-9]+: warning: Member GPT_TXMR_TXWOT \(macro definition\) of file cc26xx_cc13xx_gpt\.h is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx\.h:[0-9]+: warning: end of file with unbalanced grouping commands cpu/cc26xx_cc13xx/include/cc26xx_cc13xx\.h:[0-9]+: warning: Member ADI_CLR \(macro definition\) of file cc26xx_cc13xx\.h is not documented\. cpu/cc26xx_cc13xx/include/cc26xx_cc13xx\.h:[0-9]+: warning: Member ADI_MASK16B \(macro definition\) of file cc26xx_cc13xx\.h is not documented\. cpu/cc26xx_cc13xx/include/cc26xx_cc13xx\.h:[0-9]+: warning: Member ADI_MASK4B \(macro definition\) of file cc26xx_cc13xx\.h is not documented\. cpu/cc26xx_cc13xx/include/cc26xx_cc13xx\.h:[0-9]+: warning: Member ADI_MASK8B \(macro definition\) of file cc26xx_cc13xx\.h is not documented\. cpu/cc26xx_cc13xx/include/cc26xx_cc13xx\.h:[0-9]+: warning: Member ADI_SET \(macro definition\) of file cc26xx_cc13xx\.h is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx\.h:[0-9]+: warning: Member reg16_t \(typedef\) of file cc26xx_cc13xx\.h is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx\.h:[0-9]+: warning: Member reg32_t \(typedef\) of file cc26xx_cc13xx\.h is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx\.h:[0-9]+: warning: Member reg8_t \(typedef\) of file cc26xx_cc13xx\.h is not documented\. cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_hard_api\.h:[0-9]+: warning: Member rom_hapi_fletcher32\(a, b, c\) \(macro definition\) of file cc26xx_cc13xx_hard_api\.h is not documented\. cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_hard_api\.h:[0-9]+: warning: Member rom_hapi_get_chipid\(\) \(macro definition\) of file cc26xx_cc13xx_hard_api\.h is not documented\. cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_hard_api\.h:[0-9]+: warning: Member rom_hapi_get_flashsize\(\) \(macro definition\) of file cc26xx_cc13xx_hard_api\.h is not documented\. @@ -7649,15 +7639,11 @@ cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_hard_api\.h:[0-9]+: warning: Member rom_ cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_hard_api\.h:[0-9]+: warning: Member rom_hapi_select_compa_ref\(a\) \(macro definition\) of file cc26xx_cc13xx_hard_api\.h is not documented\. cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_hard_api\.h:[0-9]+: warning: Member rom_hapi_select_compb_ref\(a\) \(macro definition\) of file cc26xx_cc13xx_hard_api\.h is not documented\. cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_hard_api\.h:[0-9]+: warning: Member rom_hapi_std_deviation_value\(a, b\) \(macro definition\) of file cc26xx_cc13xx_hard_api\.h is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_i2c\.h:[0-9]+: warning: end of file with unbalanced grouping commands -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ioc\.h:[0-9]+: warning: end of file with unbalanced grouping commands cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ioc\.h:[0-9]+: warning: Member AON_IOC_CLK32KCTL_OEN \(macro definition\) of file cc26xx_cc13xx_ioc\.h is not documented\. cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ioc\.h:[0-9]+: warning: Member IOCFG_HYST_ENABLE \(macro definition\) of file cc26xx_cc13xx_ioc\.h is not documented\. cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ioc\.h:[0-9]+: warning: Member IOCFG_INPUT_ENABLE \(macro definition\) of file cc26xx_cc13xx_ioc\.h is not documented\. cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ioc\.h:[0-9]+: warning: Member IOCFG_WUCFG_HIGH \(macro definition\) of file cc26xx_cc13xx_ioc\.h is not documented\. cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_ioc\.h:[0-9]+: warning: Member IOCFG_WUCFG_LOW \(macro definition\) of file cc26xx_cc13xx_ioc\.h is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_power\.h:[0-9]+: warning: end of file with unbalanced grouping commands -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_rfc\.h:[0-9]+: warning: end of file with unbalanced grouping commands cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_rfc\.h:[0-9]+: warning: Member PWMCLKEN_CPE \(macro definition\) of file cc26xx_cc13xx_rfc\.h is not documented\. cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_rfc\.h:[0-9]+: warning: Member PWMCLKEN_CPERAM \(macro definition\) of file cc26xx_cc13xx_rfc\.h is not documented\. cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_rfc\.h:[0-9]+: warning: Member PWMCLKEN_FSCA \(macro definition\) of file cc26xx_cc13xx_rfc\.h is not documented\. @@ -7725,37 +7711,33 @@ cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_uart\.h:[0-9]+: warning: Member UART_MIS cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_uart\.h:[0-9]+: warning: Member UART_MIS_RTMIS \(macro definition\) of group cpu_cc26xx_cc13xx_definitions is not documented\. cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_uart\.h:[0-9]+: warning: Member UART_MIS_RXMIS \(macro definition\) of group cpu_cc26xx_cc13xx_definitions is not documented\. cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_uart\.h:[0-9]+: warning: Member UART_MIS_TXMIS \(macro definition\) of group cpu_cc26xx_cc13xx_definitions is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: end of file with unbalanced grouping commands cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member FLASH_CFG_DIS_EFUSECLK \(macro definition\) of file cc26xx_cc13xx_vims\.h is not documented\. cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member FLASH_FPAC1_PSLEEPTDIS_m \(macro definition\) of file cc26xx_cc13xx_vims\.h is not documented\. cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member FLASH_FPAC1_PSLEEPTDIS_s \(macro definition\) of file cc26xx_cc13xx_vims\.h is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_ARB_CFG \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_ARB_CFG_m \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_DYN_CG_EN \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_DYN_CG_EN_m \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_IDCODE_LB_DIS \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_IDCODE_LB_DIS_m \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_MODE_CACHE \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_MODE_GPRAM \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_MODE_m \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_MODE_OFF \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_MODE_SPLIT \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_PREF_EN \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_PREF_EN_m \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_STATS_CLR_m \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_STATS_EN \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_STATS_EN_m \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_SYSBUS_LB_DIS \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_SYSBUS_LB_DIS_m \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_STAT_MODE_CHANGING \(macro definition\) of group cpu_specific_peripheral_memory_map is not documented\. -cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_wdt\.h:[0-9]+: warning: end of file with unbalanced grouping commands +cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_ARB_CFG \(macro definition\) of file cc26xx_cc13xx_vims\.h is not documented\. +cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_ARB_CFG_m \(macro definition\) of file cc26xx_cc13xx_vims\.h is not documented\. +cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_DYN_CG_EN \(macro definition\) of file cc26xx_cc13xx_vims\.h is not documented\. +cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_DYN_CG_EN_m \(macro definition\) of file cc26xx_cc13xx_vims\.h is not documented\. +cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_IDCODE_LB_DIS \(macro definition\) of file cc26xx_cc13xx_vims\.h is not documented\. +cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_IDCODE_LB_DIS_m \(macro definition\) of file cc26xx_cc13xx_vims\.h is not documented\. +cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_MODE_CACHE \(macro definition\) of file cc26xx_cc13xx_vims\.h is not documented\. +cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_MODE_GPRAM \(macro definition\) of file cc26xx_cc13xx_vims\.h is not documented\. +cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_MODE_m \(macro definition\) of file cc26xx_cc13xx_vims\.h is not documented\. +cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_MODE_OFF \(macro definition\) of file cc26xx_cc13xx_vims\.h is not documented\. +cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_MODE_SPLIT \(macro definition\) of file cc26xx_cc13xx_vims\.h is not documented\. +cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_PREF_EN \(macro definition\) of file cc26xx_cc13xx_vims\.h is not documented\. +cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_PREF_EN_m \(macro definition\) of file cc26xx_cc13xx_vims\.h is not documented\. +cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_STATS_CLR_m \(macro definition\) of file cc26xx_cc13xx_vims\.h is not documented\. +cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_STATS_EN \(macro definition\) of file cc26xx_cc13xx_vims\.h is not documented\. +cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_STATS_EN_m \(macro definition\) of file cc26xx_cc13xx_vims\.h is not documented\. +cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_SYSBUS_LB_DIS \(macro definition\) of file cc26xx_cc13xx_vims\.h is not documented\. +cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_CTL_SYSBUS_LB_DIS_m \(macro definition\) of file cc26xx_cc13xx_vims\.h is not documented\. +cpu/cc26xx_cc13xx/include/cc26xx_cc13xx_vims\.h:[0-9]+: warning: Member VIMS_STAT_MODE_CHANGING \(macro definition\) of file cc26xx_cc13xx_vims\.h is not documented\. cpu/cc26xx_cc13xx/include/cpu_conf_cc26xx_cc13xx\.h:[0-9]+: warning: Member CPU_FLASH_BASE \(macro definition\) of group cpu_cc26xx_cc13xx is not documented\. cpu/cc26xx_cc13xx/include/cpu_conf_cc26xx_cc13xx\.h:[0-9]+: warning: Member CPU_IRQ_NUMOF \(macro definition\) of group cpu_cc26xx_cc13xx is not documented\. cpu/cc26xx_cc13xx/include/cpu_conf_cc26xx_cc13xx\.h:[0-9]+: warning: Member NUM_HEAPS \(macro definition\) of group cpu_cc26xx_cc13xx is not documented\. cpu/cortexm_common/include/cpu_conf_common\.h:[0-9]+: warning: Member THREAD_STACKSIZE_DEFAULT \(macro definition\) of file cpu_conf_common\.h is not documented\. cpu/cortexm_common/include/cpu_conf_common\.h:[0-9]+: warning: Member THREAD_STACKSIZE_IDLE \(macro definition\) of file cpu_conf_common\.h is not documented\. -cpu/cortexm_common/include/irq_arch\.h:[0-9]+: warning: unbalanced grouping commands -cpu/cortexm_common/include/thread_arch\.h:[0-9]+: warning: unbalanced grouping commands cpu/efm32/include/cpu_conf\.h:[0-9]+: warning: Member CPU_FLASH_BASE \(macro definition\) of file cpu_conf\.h is not documented\. cpu/efm32/include/cpu_conf\.h:[0-9]+: warning: Member CPU_IRQ_NUMOF \(macro definition\) of file cpu_conf\.h is not documented\. cpu/efm32/include/cpu_conf\.h:[0-9]+: warning: Member FLASHPAGE_NUMOF \(macro definition\) of file cpu_conf\.h is not documented\. @@ -7774,8 +7756,6 @@ cpu/efm32/include/periph_cpu\.h:[0-9]+: warning: Member RTT_MIN_FREQUENCY \(macr cpu/efm32/include/periph_cpu\.h:[0-9]+: warning: Member WDT_CLOCK_HZ \(macro definition\) of file periph_cpu\.h is not documented\. cpu/efm32/include/periph_cpu\.h:[0-9]+: warning: Member WDT_HAS_STOP \(macro definition\) of file periph_cpu\.h is not documented\. cpu/esp32/doc\.txt:[0-9]+: warning: Reached end of file while still inside a \(nested\) comment\. Nesting level 1 \(probable line reference: 9\) -cpu/esp32/esp\-eth/esp_eth_params\.h:[0-9]+: warning: end of file with unbalanced grouping commands -cpu/esp32/include/can_params\.h:[0-9]+: warning: end of file with unbalanced grouping commands cpu/esp32/include/cpu_conf\.h:[0-9]+: warning: Member THREAD_EXTRA_STACKSIZE_PRINTF \(macro definition\) of group cpu_esp32_conf is not documented\. cpu/esp32/include/cpu_conf\.h:[0-9]+: warning: Member THREAD_STACKSIZE_DEFAULT \(macro definition\) of group cpu_esp32_conf is not documented\. cpu/esp32/include/cpu_conf\.h:[0-9]+: warning: Member THREAD_STACKSIZE_IDLE \(macro definition\) of group cpu_esp32_conf is not documented\. @@ -7822,7 +7802,6 @@ cpu/esp32/include/periph_cpu\.h:[0-9]+: warning: Member PROVIDES_PM_OFF \(macro cpu/esp32/include/periph_cpu\.h:[0-9]+: warning: Member PROVIDES_PM_RESTART \(macro definition\) of file periph_cpu\.h is not documented\. cpu/esp32/include/periph_cpu\.h:[0-9]+: warning: Member PROVIDES_PM_SET_LOWEST \(macro definition\) of file periph_cpu\.h is not documented\. cpu/esp32/include/periph_cpu\.h:[0-9]+: warning: Member TIMER_CHANNEL_NUMOF \(macro definition\) of file periph_cpu\.h is not documented\. -cpu/esp32/include/sdk_conf\.h:[0-9]+: warning: end of file with unbalanced grouping commands cpu/esp8266/include/cpu_conf\.h:[0-9]+: warning: Member CLOCK_CORECLOCK \(macro definition\) of group cpu_esp8266_conf is not documented\. cpu/esp8266/include/cpu_conf\.h:[0-9]+: warning: Member ESP_NOW_STACKSIZE \(macro definition\) of group cpu_esp8266_conf is not documented\. cpu/esp8266/include/cpu_conf\.h:[0-9]+: warning: Member GNRC_IPV6_STACK_SIZE \(macro definition\) of group cpu_esp8266_conf is not documented\. @@ -7855,10 +7834,7 @@ cpu/esp8266/include/periph_cpu\.h:[0-9]+: warning: Member GPIO9 \(macro definiti cpu/esp8266/include/periph_cpu\.h:[0-9]+: warning: Member gpio_t \(typedef\) of file periph_cpu\.h is not documented\. cpu/esp8266/include/periph_cpu\.h:[0-9]+: warning: Member RTT_FREQUENCY \(macro definition\) of file periph_cpu\.h is not documented\. cpu/esp8266/include/periph_cpu\.h:[0-9]+: warning: Member RTT_MAX_VALUE \(macro definition\) of file periph_cpu\.h is not documented\. -cpu/esp8266/include/sdk_conf\.h:[0-9]+: warning: end of file with unbalanced grouping commands cpu/esp_common/include/cpu\.h:[0-9]+: warning: Member PROVIDES_PM_SET_LOWEST \(macro definition\) of file cpu\.h is not documented\. -cpu/esp_common/include/esp_common\.h:[0-9]+: warning: end of file with unbalanced grouping commands -cpu/esp_common/include/esp_common_log\.h:[0-9]+: warning: end of file with unbalanced grouping commands cpu/esp_common/include/irq_arch_common\.h:[0-9]+: warning: Member critical_enter\(\) \(macro definition\) of file irq_arch_common\.h is not documented\. cpu/esp_common/include/irq_arch_common\.h:[0-9]+: warning: Member critical_enter_var\(m\) \(macro definition\) of file irq_arch_common\.h is not documented\. cpu/esp_common/include/irq_arch_common\.h:[0-9]+: warning: Member critical_exit\(\) \(macro definition\) of file irq_arch_common\.h is not documented\. @@ -7866,7 +7842,6 @@ cpu/esp_common/include/irq_arch_common\.h:[0-9]+: warning: Member critical_exit_ cpu/esp_common/include/irq_arch_common\.h:[0-9]+: warning: Member irq_isr_enter\(\) \(macro definition\) of file irq_arch_common\.h is not documented\. cpu/esp_common/include/irq_arch_common\.h:[0-9]+: warning: Member irq_isr_exit\(\) \(macro definition\) of file irq_arch_common\.h is not documented\. cpu/esp_common/include/log_module\.h:[0-9]+: warning: Member log_write\(level,\.\.\.\) \(macro definition\) of file log_module\.h is not documented\. -cpu/esp_common/include/sys/types\.h:[0-9]+: warning: end of file with unbalanced grouping commands cpu/fe310/include/clk_conf\.h:[0-9]+: warning: Member CLOCK_CORECLOCK \(macro definition\) of file clk_conf\.h is not documented\. cpu/fe310/include/clk_conf\.h:[0-9]+: warning: Member CLOCK_PLL_INPUT_CLOCK \(macro definition\) of file clk_conf\.h is not documented\. cpu/fe310/include/clk_conf\.h:[0-9]+: warning: Member CLOCK_PLL_OUT \(macro definition\) of file clk_conf\.h is not documented\. @@ -7969,7 +7944,6 @@ cpu/lm4f120/include/periph_cpu\.h:[0-9]+: warning: Member gpio_t \(typedef\) of cpu/lm4f120/include/periph_cpu\.h:[0-9]+: warning: Member PERIPH_SPI_NEEDS_INIT_CS \(macro definition\) of file periph_cpu\.h is not documented\. cpu/lm4f120/include/periph_cpu\.h:[0-9]+: warning: Member PERIPH_SPI_NEEDS_TRANSFER_REG \(macro definition\) of file periph_cpu\.h is not documented\. cpu/lm4f120/include/periph_cpu\.h:[0-9]+: warning: Member PERIPH_SPI_NEEDS_TRANSFER_REGS \(macro definition\) of file periph_cpu\.h is not documented\. -cpu/lpc1768/include/cpu_conf\.h:[0-9]+: warning: end of file while inside a group cpu/lpc1768/include/cpu_conf\.h:[0-9]+: warning: Member CPU_FLASH_BASE \(macro definition\) of group cpu_lpc1768 is not documented\. cpu/lpc1768/include/cpu_conf\.h:[0-9]+: warning: Member CPU_HAS_BITBAND \(macro definition\) of group cpu_lpc1768 is not documented\. cpu/lpc1768/include/cpu_conf\.h:[0-9]+: warning: Member CPU_IRQ_NUMOF \(macro definition\) of group cpu_lpc1768 is not documented\. @@ -7987,14 +7961,12 @@ cpu/lpc23xx/include/cpu_conf\.h:[0-9]+: warning: Member PERIPH_FLASHPAGE_NEEDS_F cpu/lpc23xx/include/cpu_conf\.h:[0-9]+: warning: Member THREAD_EXTRA_STACKSIZE_PRINTF \(macro definition\) of file cpu_conf\.h is not documented\. cpu/lpc23xx/include/cpu_conf\.h:[0-9]+: warning: Member THREAD_STACKSIZE_DEFAULT \(macro definition\) of file cpu_conf\.h is not documented\. cpu/lpc23xx/include/cpu_conf\.h:[0-9]+: warning: Member THREAD_STACKSIZE_IDLE \(macro definition\) of file cpu_conf\.h is not documented\. -cpu/lpc23xx/include/lpc23xx\.h:[0-9]+: warning: unbalanced grouping commands cpu/lpc23xx/include/periph_cpu\.h:[0-9]+: warning: end of file with unbalanced grouping commands cpu/lpc23xx/include/periph_cpu\.h:[0-9]+: warning: Member PERIPH_SPI_NEEDS_TRANSFER_BYTE \(macro definition\) of file periph_cpu\.h is not documented\. cpu/lpc23xx/include/periph_cpu\.h:[0-9]+: warning: Member PERIPH_SPI_NEEDS_TRANSFER_REG \(macro definition\) of file periph_cpu\.h is not documented\. cpu/lpc23xx/include/periph_cpu\.h:[0-9]+: warning: Member PERIPH_SPI_NEEDS_TRANSFER_REGS \(macro definition\) of file periph_cpu\.h is not documented\. cpu/lpc23xx/include/periph_cpu\.h:[0-9]+: warning: Member PM_NUM_MODES \(macro definition\) of file periph_cpu\.h is not documented\. cpu/mips32r2_common/include/cpu\.h:[0-9]+: warning: Member BITARITHM_HAS_CLZ \(macro definition\) of group cpu_mips32r2_common is not documented\. -cpu/mips32r2_common/include/thread_arch\.h:[0-9]+: warning: unbalanced grouping commands cpu/mips_pic32mx/include/cpu_conf\.h:[0-9]+: warning: Member THREAD_STACKSIZE_DEFAULT \(macro definition\) of group cpu_mips_pic32mx is not documented\. cpu/mips_pic32mx/include/cpu_conf\.h:[0-9]+: warning: Member THREAD_STACKSIZE_IDLE \(macro definition\) of group cpu_mips_pic32mx is not documented\. cpu/mips_pic32mz/include/cpu_conf\.h:[0-9]+: warning: Member THREAD_STACKSIZE_DEFAULT \(macro definition\) of group cpu_mips_pic32mz is not documented\. @@ -8011,10 +7983,10 @@ cpu/msp430_common/include/cpu_conf\.h:[0-9]+: warning: Member THREAD_STACKSIZE_I cpu/msp430_common/include/irq_arch\.h:[0-9]+: warning: Member _GENERAL_INTERRUPT_ENABLE \(macro definition\) of file irq_arch\.h is not documented\. cpu/msp430_common/include/irq_arch\.h:[0-9]+: warning: Member irq_disable\(void\) \(function\) of file irq_arch\.h is not documented\. cpu/msp430_common/include/irq_arch\.h:[0-9]+: warning: Member irq_enable\(void\) \(function\) of file irq_arch\.h is not documented\. +cpu/msp430_common/include/irq_arch\.h:[0-9]+: warning: Member irq_is_enabled\(void\) \(function\) of file irq_arch\.h is not documented\. cpu/msp430_common/include/irq_arch\.h:[0-9]+: warning: Member __irq_is_in \(variable\) of file irq_arch\.h is not documented\. cpu/msp430_common/include/irq_arch\.h:[0-9]+: warning: Member irq_is_in\(void\) \(function\) of file irq_arch\.h is not documented\. cpu/msp430_common/include/irq_arch\.h:[0-9]+: warning: Member irq_restore\(unsigned int state\) \(function\) of file irq_arch\.h is not documented\. -cpu/msp430_common/include/thread_arch\.h:[0-9]+: warning: unbalanced grouping commands cpu/msp430fxyz/include/msp430_regs\.h:[0-9]+: warning: Member CLK_BASE \(macro definition\) of file msp430_regs\.h is not documented\. cpu/msp430fxyz/include/msp430_regs\.h:[0-9]+: warning: Member CLK \(macro definition\) of file msp430_regs\.h is not documented\. cpu/msp430fxyz/include/msp430_regs\.h:[0-9]+: warning: Member PORT_1_BASE \(macro definition\) of file msp430_regs\.h is not documented\. @@ -8168,7 +8140,6 @@ cpu/msp430fxyz/include/msp430_regs\.h:[0-9]+: warning: Member USCI_SPI_STAT_UCLI cpu/msp430fxyz/include/msp430_regs\.h:[0-9]+: warning: Member USCI_SPI_STAT_UCOE \(macro definition\) of file msp430_regs\.h is not documented\. cpu/msp430fxyz/include/msp430_regs\.h:[0-9]+: warning: Member WD_BASE \(macro definition\) of file msp430_regs\.h is not documented\. cpu/msp430fxyz/include/msp430_regs\.h:[0-9]+: warning: Member WD \(macro definition\) of file msp430_regs\.h is not documented\. -cpu/msp430fxyz/include/periph_cpu\.h:[0-9]+: warning: end of file with unbalanced grouping commands cpu/msp430fxyz/include/periph_cpu\.h:[0-9]+: warning: Member gpio_t \(typedef\) of group cpu_msp430fxyz is not documented\. cpu/msp430fxyz/include/periph_cpu\.h:[0-9]+: warning: Member PERIPH_SPI_NEEDS_TRANSFER_BYTE \(macro definition\) of group cpu_msp430fxyz is not documented\. cpu/msp430fxyz/include/periph_cpu\.h:[0-9]+: warning: Member PERIPH_SPI_NEEDS_TRANSFER_REG \(macro definition\) of group cpu_msp430fxyz is not documented\. @@ -8197,7 +8168,6 @@ cpu/native/include/periph_cpu\.h:[0-9]+: warning: Member GPIOHANDLE_REQUEST_PULL cpu/native/include/periph_cpu\.h:[0-9]+: warning: Member HAVE_GPIO_FLANK_T \(macro definition\) of file periph_cpu\.h is not documented\. cpu/native/include/periph_cpu\.h:[0-9]+: warning: Member HAVE_GPIO_MODE_T \(macro definition\) of file periph_cpu\.h is not documented\. cpu/native/include/periph_cpu\.h:[0-9]+: warning: Member PM_NUM_MODES \(macro definition\) of file periph_cpu\.h is not documented\. -cpu/native/include/thread_arch\.h:[0-9]+: warning: unbalanced grouping commands cpu/nrf51/include/cpu_conf\.h:[0-9]+: warning: Member CPU_FLASH_BASE \(macro definition\) of group cpu_nrf51 is not documented\. cpu/nrf51/include/cpu_conf\.h:[0-9]+: warning: Member CPU_IRQ_NUMOF \(macro definition\) of group cpu_nrf51 is not documented\. cpu/nrf51/include/cpu_conf\.h:[0-9]+: warning: Member FLASHPAGE_WRITE_BLOCK_ALIGNMENT \(macro definition\) of group cpu_nrf51 is not documented\. @@ -8279,9 +8249,8 @@ cpu/riscv_common/include/context_frame\.h:[0-9]+: warning: Member t6_OFFSET \(ma cpu/riscv_common/include/cpu_conf_common\.h:[0-9]+: warning: Member THREAD_EXTRA_STACKSIZE_PRINTF \(macro definition\) of file cpu_conf_common\.h is not documented\. cpu/riscv_common/include/cpu_conf_common\.h:[0-9]+: warning: Member THREAD_STACKSIZE_DEFAULT \(macro definition\) of file cpu_conf_common\.h is not documented\. cpu/riscv_common/include/cpu_conf_common\.h:[0-9]+: warning: Member THREAD_STACKSIZE_IDLE \(macro definition\) of file cpu_conf_common\.h is not documented\. +cpu/riscv_common/include/irq_arch\.h:[0-9]+: warning: Member irq_is_enabled\(void\) \(function\) of file irq_arch\.h is not documented\. cpu/riscv_common/include/irq_arch\.h:[0-9]+: warning: Member riscv_in_isr \(variable\) of file irq_arch\.h is not documented\. -cpu/riscv_common/include/plic\.h:[0-9]+: warning: unbalanced grouping commands -cpu/riscv_common/include/thread_arch\.h:[0-9]+: warning: unbalanced grouping commands cpu/rpx0xx/include/cpu_conf\.h:[0-9]+: warning: Member CPU_FLASH_BASE \(macro definition\) of file cpu_conf\.h is not documented\. cpu/rpx0xx/include/cpu_conf\.h:[0-9]+: warning: Member CPU_IRQ_NUMOF \(macro definition\) of file cpu_conf\.h is not documented\. cpu/rpx0xx/include/periph_cpu\.h:[0-9]+: warning: Member gpio_flank_t \(enumeration\) of file periph_cpu\.h is not documented\. @@ -8303,15 +8272,10 @@ cpu/sam0_common/include/periph_cpu_common\.h:[0-9]+: warning: Member PERIPH_SPI_ cpu/sam0_common/include/periph_cpu_common\.h:[0-9]+: warning: Member PERIPH_SPI_NEEDS_TRANSFER_REG \(macro definition\) of file periph_cpu_common\.h is not documented\. cpu/sam0_common/include/periph_cpu_common\.h:[0-9]+: warning: Member PERIPH_SPI_NEEDS_TRANSFER_REGS \(macro definition\) of file periph_cpu_common\.h is not documented\. cpu/sam3/include/periph_cpu\.h:[0-9]+: warning: Member ADC_NUMOF \(macro definition\) of file periph_cpu\.h is not documented\. -cpu/sam3/include/periph_cpu\.h:[0-9]+: warning: Member gpio_t \(typedef\) of file periph_cpu\.h is not documented\. -cpu/sam3/include/periph_cpu\.h:[0-9]+: warning: Member PERIPH_SPI_NEEDS_TRANSFER_BYTE \(macro definition\) of file periph_cpu\.h is not documented\. -cpu/sam3/include/periph_cpu\.h:[0-9]+: warning: Member PERIPH_SPI_NEEDS_TRANSFER_REG \(macro definition\) of file periph_cpu\.h is not documented\. -cpu/sam3/include/periph_cpu\.h:[0-9]+: warning: Member PERIPH_SPI_NEEDS_TRANSFER_REGS \(macro definition\) of file periph_cpu\.h is not documented\. cpu/sam3/include/periph_cpu\.h:[0-9]+: warning: Member RTT_CLOCK_FREQUENCY \(macro definition\) of file periph_cpu\.h is not documented\. cpu/sam3/include/periph_cpu\.h:[0-9]+: warning: Member RTT_MAX_FREQUENCY \(macro definition\) of file periph_cpu\.h is not documented\. cpu/sam3/include/periph_cpu\.h:[0-9]+: warning: Member RTT_MAX_VALUE \(macro definition\) of file periph_cpu\.h is not documented\. cpu/sam3/include/periph_cpu\.h:[0-9]+: warning: Member RTT_MIN_FREQUENCY \(macro definition\) of file periph_cpu\.h is not documented\. -cpu/sam3/include/periph_cpu\.h:[0-9]+: warning: unbalanced grouping commands cpu/sam_common/include/cpu_conf\.h:[0-9]+: warning: Member CPU_FLASH_BASE \(macro definition\) of file cpu_conf\.h is not documented\. cpu/sam_common/include/cpu_conf\.h:[0-9]+: warning: Member CPU_HAS_BITBAND \(macro definition\) of file cpu_conf\.h is not documented\. cpu/sam_common/include/cpu_conf\.h:[0-9]+: warning: Member CPU_IRQ_NUMOF \(macro definition\) of file cpu_conf\.h is not documented\. @@ -8321,7 +8285,6 @@ cpu/samd21/include/periph_cpu\.h:[0-9]+: warning: Member RTT_MAX_FREQUENCY \(mac cpu/samd21/include/periph_cpu\.h:[0-9]+: warning: Member RTT_MAX_VALUE \(macro definition\) of file periph_cpu\.h is not documented\. cpu/samd21/include/periph_cpu\.h:[0-9]+: warning: Member RTT_MIN_FREQUENCY \(macro definition\) of file periph_cpu\.h is not documented\. cpu/samd21/include/periph_cpu\.h:[0-9]+: warning: Member RTT_RUNSTDBY \(macro definition\) of file periph_cpu\.h is not documented\. -cpu/samd5x/include/periph_cpu\.h:[0-9]+: warning: end of file with unbalanced grouping commands cpu/samd5x/include/periph_cpu\.h:[0-9]+: warning: Member PM_NUM_MODES \(macro definition\) of file periph_cpu\.h is not documented\. cpu/samd5x/include/periph_cpu\.h:[0-9]+: warning: Member RTT_CLOCK_FREQUENCY \(macro definition\) of file periph_cpu\.h is not documented\. cpu/samd5x/include/periph_cpu\.h:[0-9]+: warning: Member RTT_MAX_FREQUENCY \(macro definition\) of file periph_cpu\.h is not documented\. @@ -8334,15 +8297,13 @@ cpu/saml1x/include/periph_cpu\.h:[0-9]+: warning: Member RTT_CLOCK_FREQUENCY \(m cpu/saml1x/include/periph_cpu\.h:[0-9]+: warning: Member RTT_MAX_FREQUENCY \(macro definition\) of file periph_cpu\.h is not documented\. cpu/saml1x/include/periph_cpu\.h:[0-9]+: warning: Member RTT_MAX_VALUE \(macro definition\) of file periph_cpu\.h is not documented\. cpu/saml1x/include/periph_cpu\.h:[0-9]+: warning: Member RTT_MIN_FREQUENCY \(macro definition\) of file periph_cpu\.h is not documented\. -cpu/saml1x/include/periph_cpu\.h:[0-9]+: warning: unbalanced grouping commands cpu/saml21/include/periph_cpu\.h:[0-9]+: warning: Member PM_NUM_MODES \(macro definition\) of file periph_cpu\.h is not documented\. cpu/saml21/include/periph_cpu\.h:[0-9]+: warning: Member RTT_CLOCK_FREQUENCY \(macro definition\) of file periph_cpu\.h is not documented\. cpu/saml21/include/periph_cpu\.h:[0-9]+: warning: Member RTT_MAX_FREQUENCY \(macro definition\) of file periph_cpu\.h is not documented\. cpu/saml21/include/periph_cpu\.h:[0-9]+: warning: Member RTT_MAX_VALUE \(macro definition\) of file periph_cpu\.h is not documented\. cpu/saml21/include/periph_cpu\.h:[0-9]+: warning: Member RTT_MIN_FREQUENCY \(macro definition\) of file periph_cpu\.h is not documented\. cpu/saml21/include/periph_cpu\.h:[0-9]+: warning: Member RTT_MIN_OFFSET \(macro definition\) of file periph_cpu\.h is not documented\. -cpu/stm32/dist/clk_conf/clk_conf\.h:[0-9]+: warning: unbalanced grouping commands -cpu/stm32/include/candev_stm32\.h:[0-9]+: warning: Member CAN_STM32_NB_FILTER \(macro definition\) of file candev_stm32.h is not documented\. +cpu/stm32/include/candev_stm32\.h:[0-9]+: warning: Member CAN_STM32_NB_FILTER \(macro definition\) of file candev_stm32\.h is not documented\. cpu/stm32/include/candev_stm32\.h:[0-9]+: warning: Member ISR_CAN1_RX0 \(macro definition\) of file candev_stm32\.h is not documented\. cpu/stm32/include/candev_stm32\.h:[0-9]+: warning: Member ISR_CAN1_RX1 \(macro definition\) of file candev_stm32\.h is not documented\. cpu/stm32/include/candev_stm32\.h:[0-9]+: warning: Member ISR_CAN1_SCE \(macro definition\) of file candev_stm32\.h is not documented\. @@ -8358,7 +8319,6 @@ cpu/stm32/include/candev_stm32\.h:[0-9]+: warning: Member ISR_CAN3_TX \(macro de cpu/stm32/include/clk/cfg_clock_common_fx_gx_mp1\.h:[0-9]+: warning: Member CLOCK_HSE \(macro definition\) of file cfg_clock_common_fx_gx_mp1\.h is not documented\. cpu/stm32/include/clk/cfg_clock_common_fx_gx_mp1\.h:[0-9]+: warning: Member CLOCK_HSI \(macro definition\) of file cfg_clock_common_fx_gx_mp1\.h is not documented\. cpu/stm32/include/clk/cfg_clock_common_fx_gx_mp1\.h:[0-9]+: warning: Member CONFIG_USE_CLOCK_PLL \(macro definition\) of file cfg_clock_common_fx_gx_mp1\.h is not documented\. -cpu/stm32/include/clk/cfg_clock_common_lx_wx\.h:[0-9]+: warning: end of file with unbalanced grouping commands cpu/stm32/include/clk/cfg_clock_common_lx_wx\.h:[0-9]+: warning: Member CLOCK_HSE \(macro definition\) of file cfg_clock_common_lx_wx\.h is not documented\. cpu/stm32/include/clk/cfg_clock_common_lx_wx\.h:[0-9]+: warning: Member CLOCK_HSI \(macro definition\) of file cfg_clock_common_lx_wx\.h is not documented\. cpu/stm32/include/clk/cfg_clock_common_lx_wx\.h:[0-9]+: warning: Member CONFIG_CLOCK_MSI \(macro definition\) of file cfg_clock_common_lx_wx\.h is not documented\. @@ -8377,14 +8337,12 @@ cpu/stm32/include/clk/f2f4f7/cfg_clock_default_100\.h:[0-9]+: warning: Member CO cpu/stm32/include/clk/f2f4f7/cfg_clock_default_100\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_P \(macro definition\) of file cfg_clock_default_100\.h is not documented\. cpu/stm32/include/clk/f2f4f7/cfg_clock_default_100\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_Q \(macro definition\) of file cfg_clock_default_100\.h is not documented\. cpu/stm32/include/clk/f2f4f7/cfg_clock_default_100\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_R \(macro definition\) of file cfg_clock_default_100\.h is not documented\. -cpu/stm32/include/clk/f2f4f7/cfg_clock_default_100\.h:[0-9]+: warning: unbalanced grouping commands cpu/stm32/include/clk/f2f4f7/cfg_clock_default_120\.h:[0-9]+: warning: Member CONFIG_CLOCK_APB1_DIV \(macro definition\) of file cfg_clock_default_120\.h is not documented\. cpu/stm32/include/clk/f2f4f7/cfg_clock_default_120\.h:[0-9]+: warning: Member CONFIG_CLOCK_APB2_DIV \(macro definition\) of file cfg_clock_default_120\.h is not documented\. cpu/stm32/include/clk/f2f4f7/cfg_clock_default_120\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_M \(macro definition\) of file cfg_clock_default_120\.h is not documented\. cpu/stm32/include/clk/f2f4f7/cfg_clock_default_120\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_N \(macro definition\) of file cfg_clock_default_120\.h is not documented\. cpu/stm32/include/clk/f2f4f7/cfg_clock_default_120\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_P \(macro definition\) of file cfg_clock_default_120\.h is not documented\. cpu/stm32/include/clk/f2f4f7/cfg_clock_default_120\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_Q \(macro definition\) of file cfg_clock_default_120\.h is not documented\. -cpu/stm32/include/clk/f2f4f7/cfg_clock_default_120\.h:[0-9]+: warning: unbalanced grouping commands cpu/stm32/include/clk/f2f4f7/cfg_clock_default_180\.h:[0-9]+: warning: Member CONFIG_CLOCK_APB1_DIV \(macro definition\) of file cfg_clock_default_180\.h is not documented\. cpu/stm32/include/clk/f2f4f7/cfg_clock_default_180\.h:[0-9]+: warning: Member CONFIG_CLOCK_APB2_DIV \(macro definition\) of file cfg_clock_default_180\.h is not documented\. cpu/stm32/include/clk/f2f4f7/cfg_clock_default_180\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_M \(macro definition\) of file cfg_clock_default_180\.h is not documented\. @@ -8392,7 +8350,6 @@ cpu/stm32/include/clk/f2f4f7/cfg_clock_default_180\.h:[0-9]+: warning: Member CO cpu/stm32/include/clk/f2f4f7/cfg_clock_default_180\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_P \(macro definition\) of file cfg_clock_default_180\.h is not documented\. cpu/stm32/include/clk/f2f4f7/cfg_clock_default_180\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_Q \(macro definition\) of file cfg_clock_default_180\.h is not documented\. cpu/stm32/include/clk/f2f4f7/cfg_clock_default_180\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_R \(macro definition\) of file cfg_clock_default_180\.h is not documented\. -cpu/stm32/include/clk/f2f4f7/cfg_clock_default_180\.h:[0-9]+: warning: unbalanced grouping commands cpu/stm32/include/clk/f2f4f7/cfg_clock_default_216\.h:[0-9]+: warning: Member CONFIG_CLOCK_APB1_DIV \(macro definition\) of file cfg_clock_default_216\.h is not documented\. cpu/stm32/include/clk/f2f4f7/cfg_clock_default_216\.h:[0-9]+: warning: Member CONFIG_CLOCK_APB2_DIV \(macro definition\) of file cfg_clock_default_216\.h is not documented\. cpu/stm32/include/clk/f2f4f7/cfg_clock_default_216\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_M \(macro definition\) of file cfg_clock_default_216\.h is not documented\. @@ -8400,7 +8357,6 @@ cpu/stm32/include/clk/f2f4f7/cfg_clock_default_216\.h:[0-9]+: warning: Member CO cpu/stm32/include/clk/f2f4f7/cfg_clock_default_216\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_P \(macro definition\) of file cfg_clock_default_216\.h is not documented\. cpu/stm32/include/clk/f2f4f7/cfg_clock_default_216\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_Q \(macro definition\) of file cfg_clock_default_216\.h is not documented\. cpu/stm32/include/clk/f2f4f7/cfg_clock_default_216\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_R \(macro definition\) of file cfg_clock_default_216\.h is not documented\. -cpu/stm32/include/clk/f2f4f7/cfg_clock_default_216\.h:[0-9]+: warning: unbalanced grouping commands cpu/stm32/include/clk/f2f4f7/cfg_clock_default_84\.h:[0-9]+: warning: Member CONFIG_CLOCK_APB1_DIV \(macro definition\) of file cfg_clock_default_84\.h is not documented\. cpu/stm32/include/clk/f2f4f7/cfg_clock_default_84\.h:[0-9]+: warning: Member CONFIG_CLOCK_APB2_DIV \(macro definition\) of file cfg_clock_default_84\.h is not documented\. cpu/stm32/include/clk/f2f4f7/cfg_clock_default_84\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_M \(macro definition\) of file cfg_clock_default_84\.h is not documented\. @@ -8408,7 +8364,6 @@ cpu/stm32/include/clk/f2f4f7/cfg_clock_default_84\.h:[0-9]+: warning: Member CON cpu/stm32/include/clk/f2f4f7/cfg_clock_default_84\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_P \(macro definition\) of file cfg_clock_default_84\.h is not documented\. cpu/stm32/include/clk/f2f4f7/cfg_clock_default_84\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_Q \(macro definition\) of file cfg_clock_default_84\.h is not documented\. cpu/stm32/include/clk/f2f4f7/cfg_clock_default_84\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_R \(macro definition\) of file cfg_clock_default_84\.h is not documented\. -cpu/stm32/include/clk/f2f4f7/cfg_clock_default_84\.h:[0-9]+: warning: unbalanced grouping commands cpu/stm32/include/clk/f2f4f7/cfg_clock_default\.h:[0-9]+: warning: Member CLOCK_AHB \(macro definition\) of file cfg_clock_default\.h is not documented\. cpu/stm32/include/clk/f2f4f7/cfg_clock_default\.h:[0-9]+: warning: Member CLOCK_APB1 \(macro definition\) of file cfg_clock_default\.h is not documented\. cpu/stm32/include/clk/f2f4f7/cfg_clock_default\.h:[0-9]+: warning: Member CLOCK_APB2 \(macro definition\) of file cfg_clock_default\.h is not documented\. @@ -8428,7 +8383,6 @@ cpu/stm32/include/clk/l0l1/cfg_clock_default\.h:[0-9]+: warning: Member CONFIG_C cpu/stm32/include/clk/l0l1/cfg_clock_default\.h:[0-9]+: warning: Member CONFIG_CLOCK_APB2_DIV \(macro definition\) of file cfg_clock_default\.h is not documented\. cpu/stm32/include/clk/l0l1/cfg_clock_default\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_DIV \(macro definition\) of file cfg_clock_default\.h is not documented\. cpu/stm32/include/clk/l0l1/cfg_clock_default\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_MUL \(macro definition\) of file cfg_clock_default\.h is not documented\. -cpu/stm32/include/clk/l4l5wx/cfg_clock_default\.h:[0-9]+: warning: end of file with unbalanced grouping commands cpu/stm32/include/clk/l4l5wx/cfg_clock_default\.h:[0-9]+: warning: Member CLOCK_AHB \(macro definition\) of file cfg_clock_default\.h is not documented\. cpu/stm32/include/clk/l4l5wx/cfg_clock_default\.h:[0-9]+: warning: Member CLOCK_APB1 \(macro definition\) of file cfg_clock_default\.h is not documented\. cpu/stm32/include/clk/l4l5wx/cfg_clock_default\.h:[0-9]+: warning: Member CLOCK_APB2 \(macro definition\) of file cfg_clock_default\.h is not documented\. @@ -8455,7 +8409,6 @@ cpu/stm32/include/clk/mp1/cfg_clock_default\.h:[0-9]+: warning: Member CONFIG_CL cpu/stm32/include/clk/mp1/cfg_clock_default\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_P \(macro definition\) of file cfg_clock_default\.h is not documented\. cpu/stm32/include/clk/mp1/cfg_clock_default\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_Q \(macro definition\) of file cfg_clock_default\.h is not documented\. cpu/stm32/include/clk/mp1/cfg_clock_default\.h:[0-9]+: warning: Member CONFIG_CLOCK_PLL_R \(macro definition\) of file cfg_clock_default\.h is not documented\. -cpu/stm32/include/clk/mp1/cfg_clock_default\.h:[0-9]+: warning: unbalanced grouping commands cpu/stm32/include/cpu_conf\.h:[0-9]+: warning: Member CPU_FLASH_BASE \(macro definition\) of file cpu_conf\.h is not documented\. cpu/stm32/include/cpu_conf\.h:[0-9]+: warning: Member FLASHPAGE_WRITE_BLOCK_ALIGNMENT \(macro definition\) of file cpu_conf\.h is not documented\. cpu/stm32/include/cpu_conf\.h:[0-9]+: warning: Member stm32_flashpage_block_t \(typedef\) of file cpu_conf\.h is not documented\. @@ -9929,6 +9882,7 @@ drivers/ili9341/include/ili9341_params\.h:[0-9]+: warning: Member ILI9341_PARAM_ drivers/ili9341/include/ili9341_params\.h:[0-9]+: warning: Member ILI9341_PARAM_INVERTED \(macro definition\) of file ili9341_params\.h is not documented\. drivers/ili9341/include/ili9341_params\.h:[0-9]+: warning: Member ILI9341_PARAM_NUM_LINES \(macro definition\) of file ili9341_params\.h is not documented\. drivers/ili9341/include/ili9341_params\.h:[0-9]+: warning: Member ILI9341_PARAM_RGB \(macro definition\) of file ili9341_params\.h is not documented\. +drivers/ili9341/include/ili9341_params\.h:[0-9]+: warning: Member ILI9341_PARAM_ROTATION \(macro definition\) of file ili9341_params\.h is not documented\. drivers/ili9341/include/ili9341_params\.h:[0-9]+: warning: Member ILI9341_PARAM_RST \(macro definition\) of file ili9341_params\.h is not documented\. drivers/ili9341/include/ili9341_params\.h:[0-9]+: warning: Member ILI9341_PARAMS \(macro definition\) of file ili9341_params\.h is not documented\. drivers/ili9341/include/ili9341_params\.h:[0-9]+: warning: Member ILI9341_PARAM_SPI_CLK \(macro definition\) of file ili9341_params\.h is not documented\. @@ -10004,8 +9958,6 @@ drivers/include/at86rf2xx\.h:[0-9]+: warning: Member AT86RF2XX_MAX_CHANNEL \(mac drivers/include/at86rf2xx\.h:[0-9]+: warning: Member AT86RF2XX_MIN_CHANNEL \(macro definition\) of group drivers_at86rf2xx is not documented\. drivers/include/at86rf2xx\.h:[0-9]+: warning: unbalanced grouping commands drivers/include/bh1900nux\.h:[0-9]+: warning: Member BH1900NUX_REG_ADDR \(macro definition\) of group drivers_bh1900nux is not documented\. -drivers/include/can/candev\.h:[0-9]+: warning: argument 'type' of command @param is not found in the argument list of candev_event_cb_t\(candev_t \*dev, candev_event_t event, void \*arg\) -drivers/include/can/candev\.h:[0-9]+: warning: The following parameter of candev_event_cb_t\(candev_t \*dev, candev_event_t event, void \*arg\) is not documented: drivers/include/candev_mcp2515\.h:[0-9]+: warning: Member MCP2515_FILTERS \(macro definition\) of group drivers_mcp2515 is not documented\. drivers/include/candev_mcp2515\.h:[0-9]+: warning: Member MCP2515_FILTERS_MB0 \(macro definition\) of group drivers_mcp2515 is not documented\. drivers/include/candev_mcp2515\.h:[0-9]+: warning: Member MCP2515_FILTERS_MB1 \(macro definition\) of group drivers_mcp2515 is not documented\. @@ -10134,13 +10086,9 @@ drivers/include/mpu9x50\.h:[0-9]+: warning: Member MPU9X50_MAX_COMP_SMPL_RATE \( drivers/include/mpu9x50\.h:[0-9]+: warning: Member MPU9X50_MAX_SAMPLE_RATE \(macro definition\) of group drivers_mpu9x50 is not documented\. drivers/include/mpu9x50\.h:[0-9]+: warning: Member MPU9X50_MIN_COMP_SMPL_RATE \(macro definition\) of group drivers_mpu9x50 is not documented\. drivers/include/mpu9x50\.h:[0-9]+: warning: Member MPU9X50_MIN_SAMPLE_RATE \(macro definition\) of group drivers_mpu9x50 is not documented\. -drivers/include/net/netdev\.h:[0-9]+: warning: argument 'type' of command @param is not found in the argument list of netdev_event_cb_t\(netdev_t \*dev, netdev_event_t event\) -drivers/include/net/netdev\.h:[0-9]+: warning: The following parameters of netdev_event_cb_t\(netdev_t \*dev, netdev_event_t event\) are not documented: drivers/include/pcd8544\.h:[0-9]+: warning: Member PCD8544_DEFAULT_BIAS \(macro definition\) of group drivers_pcd8544 is not documented\. drivers/include/pcd8544\.h:[0-9]+: warning: Member PCD8544_DEFAULT_CONTRAST \(macro definition\) of group drivers_pcd8544 is not documented\. drivers/include/pcd8544\.h:[0-9]+: warning: Member PCD8544_DEFAULT_TEMPCOEF \(macro definition\) of group drivers_pcd8544 is not documented\. -drivers/include/periph/spi\.h:[0-9]+: warning: return value '\-EINVAL' of spi_acquire has multiple documentation sections -drivers/include/periph/spi\.h:[0-9]+: warning: return value '\-ENOTSUP' of spi_acquire has multiple documentation sections drivers/include/pn532\.h:[0-9]+: warning: Member PN532_FW_FEATURES\(fwver\) \(macro definition\) of group drivers_pn532 is not documented\. drivers/include/pn532\.h:[0-9]+: warning: Member PN532_FW_REVISION\(fwver\) \(macro definition\) of group drivers_pn532 is not documented\. drivers/include/pn532\.h:[0-9]+: warning: Member PN532_FW_VERSION\(fwver\) \(macro definition\) of group drivers_pn532 is not documented\. @@ -14081,7 +14029,6 @@ sys/include/can/isotp\.h:[0-9]+: warning: Member CAN_ISOTP_DEFAULT_PAD_CONTENT \ sys/include/can/isotp\.h:[0-9]+: warning: Member CAN_ISOTP_DEFAULT_RECV_BS \(macro definition\) of group sys_can_isotp is not documented\. sys/include/can/isotp\.h:[0-9]+: warning: Member CAN_ISOTP_DEFAULT_RECV_STMIN \(macro definition\) of group sys_can_isotp is not documented\. sys/include/can/isotp\.h:[0-9]+: warning: Member CAN_ISOTP_DEFAULT_RECV_WFTMAX \(macro definition\) of group sys_can_isotp is not documented\. -sys/include/crypto/ciphers\.h:[0-9]+: warning: Member cipher_id_t \(variable\) of file ciphers.h is not documented\. sys/include/crypto/aes\.h:[0-9]+: warning: Member AES_BLOCK_SIZE \(macro definition\) of file aes\.h is not documented\. sys/include/crypto/aes\.h:[0-9]+: warning: Member AES_KEY_SIZE_128 \(macro definition\) of file aes\.h is not documented\. sys/include/crypto/aes\.h:[0-9]+: warning: Member AES_KEY_SIZE_192 \(macro definition\) of file aes\.h is not documented\. @@ -14096,7 +14043,7 @@ sys/include/crypto/ciphers\.h:[0-9]+: warning: Member CIPHER_ERR_DEC_FAILED \(ma sys/include/crypto/ciphers\.h:[0-9]+: warning: Member CIPHER_ERR_ENC_FAILED \(macro definition\) of file ciphers\.h is not documented\. sys/include/crypto/ciphers\.h:[0-9]+: warning: Member CIPHER_ERR_INVALID_KEY_SIZE \(macro definition\) of file ciphers\.h is not documented\. sys/include/crypto/ciphers\.h:[0-9]+: warning: Member CIPHER_ERR_INVALID_LENGTH \(macro definition\) of file ciphers\.h is not documented\. -sys/include/crypto/ciphers\.h:[0-9]+: warning: Member cipher_id_t \(typedef\) of file ciphers\.h is not documented\. +sys/include/crypto/ciphers\.h:[0-9]+: warning: Member cipher_id_t \(variable\) of file ciphers\.h is not documented\. sys/include/crypto/ciphers\.h:[0-9]+: warning: Member CIPHER_MAX_BLOCK_SIZE \(macro definition\) of file ciphers\.h is not documented\. sys/include/crypto/helper\.h:[0-9]+: warning: end of file with unbalanced grouping commands sys/include/crypto/modes/ccm\.h:[0-9]+: warning: Member CCM_ERR_INVALID_CBC_MAC \(macro definition\) of file ccm\.h is not documented\. @@ -14400,8 +14347,7 @@ sys/include/net/coap\.h:[0-9]+: warning: Member COAP_TYPE_ACK \(macro definition sys/include/net/coap\.h:[0-9]+: warning: Member COAP_TYPE_CON \(macro definition\) of group net_coap is not documented\. sys/include/net/coap\.h:[0-9]+: warning: Member COAP_TYPE_NON \(macro definition\) of group net_coap is not documented\. sys/include/net/coap\.h:[0-9]+: warning: Member COAP_TYPE_RST \(macro definition\) of group net_coap is not documented\. -sys/include/net/cord/ep_standalone\.h:[0-9]+: warning: argument 't' of command @param is not found in the argument list of cord_ep_standalone_cb_t\(cord_ep_standalone_event_t event\) -sys/include/net/cord/ep_standalone\.h:[0-9]+: warning: The following parameter of cord_ep_standalone_cb_t\(cord_ep_standalone_event_t event\) is not documented: +sys/include/net/cord/config\.h:[0-9]+: warning: unbalanced grouping commands sys/include/net/dhcpv6/client\.h:[0-9]+: warning: unbalanced grouping commands sys/include/net/dhcpv6\.h:[0-9]+: warning: end of file with unbalanced grouping commands sys/include/net/dns\.h:[0-9]+: warning: Member DNS_CLASS_IN \(macro definition\) of group net_dns is not documented\. @@ -14532,8 +14478,6 @@ sys/include/net/sixlowpan/nd\.h:[0-9]+: warning: Member SIXLOWPAN_ND_OPT_6CTX_LE sys/include/net/sixlowpan/nd\.h:[0-9]+: warning: Member SIXLOWPAN_ND_OPT_6CTX_LEN_MIN \(macro definition\) of group net_sixlowpan_nd is not documented\. sys/include/net/sixlowpan/nd\.h:[0-9]+: warning: Member SIXLOWPAN_ND_OPT_ABR_LEN \(macro definition\) of group net_sixlowpan_nd is not documented\. sys/include/net/sixlowpan/nd\.h:[0-9]+: warning: Member SIXLOWPAN_ND_OPT_AR_LEN \(macro definition\) of group net_sixlowpan_nd is not documented\. -sys/include/net/sock/async/types\.h:[0-9]+: warning: argument 'flags' of command @param is not found in the argument list of sock_udp_cb_t\(sock_udp_t \*sock, sock_async_flags_t type, void \*arg\) -sys/include/net/sock/async/types\.h:[0-9]+: warning: The following parameter of sock_udp_cb_t\(sock_udp_t \*sock, sock_async_flags_t type, void \*arg\) is not documented: sys/include/net/sock/dns\.h:[0-9]+: warning: Member SOCK_DNS_MAX_NAME_LEN \(macro definition\) of group net_sock_dns is not documented\. sys/include/net/sock/dns\.h:[0-9]+: warning: Member SOCK_DNS_PORT \(macro definition\) of group net_sock_dns is not documented\. sys/include/net/sock/dns\.h:[0-9]+: warning: Member SOCK_DNS_RETRIES \(macro definition\) of group net_sock_dns is not documented\.