1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #16813 from jeandudey/doc1

cpu: fix doxygen grouping warnings
This commit is contained in:
Jean Pierre Dudey 2021-09-13 11:30:27 +02:00 committed by GitHub
commit ffff68deaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
53 changed files with 323 additions and 380 deletions

View File

@ -16,8 +16,6 @@
* *
* @author Kaspar Schleiser <kaspar@schleiser.de> * @author Kaspar Schleiser <kaspar@schleiser.de>
* @author Heiko Will <heiko.will@fu-berlin.de> * @author Heiko Will <heiko.will@fu-berlin.de>
*
* @}
*/ */
#ifndef THREAD_ARCH_H #ifndef THREAD_ARCH_H
#define THREAD_ARCH_H #define THREAD_ARCH_H

View File

@ -15,9 +15,8 @@
* @brief Implementation of the kernels thread interface * @brief Implementation of the kernels thread interface
* *
* @author Koen Zandberg <koen@bergzand.net> * @author Koen Zandberg <koen@bergzand.net>
*
* @}
*/ */
#ifndef THREAD_ARCH_H #ifndef THREAD_ARCH_H
#define THREAD_ARCH_H #define THREAD_ARCH_H

View File

@ -26,9 +26,10 @@ extern "C" {
/* ************************************************************************** */ /* ************************************************************************** */
/* CMSIS DEFINITIONS FOR CC2538 */ /* CMSIS DEFINITIONS FOR CC2538 */
/* ************************************************************************** */ /* ************************************************************************** */
/** @addtogroup CC2538_cmsis CMSIS Definitions */ /**
/*@{*/ * @addtogroup CC2538_cmsis CMSIS Definitions
* @{
*/
/** Interrupt Number Definition */ /** Interrupt Number Definition */
typedef enum IRQn typedef enum IRQn
{ {
@ -86,7 +87,8 @@ typedef enum IRQn
PERIPH_COUNT_IRQn = (MACTIMER_IRQn + 1) /**< Number of peripheral IDs */ PERIPH_COUNT_IRQn = (MACTIMER_IRQn + 1) /**< Number of peripheral IDs */
} IRQn_Type; } IRQn_Type;
/** @name Cortex-M3 core interrupt handlers /**
* @name Cortex-M3 core interrupt handlers
* @{ * @{
*/ */
void Reset_Handler(void); /**< Reset handler */ void Reset_Handler(void); /**< Reset handler */
@ -113,26 +115,23 @@ void SysTick_Handler(void); /**< SysTick handler */
/** /**
* @brief CMSIS includes * @brief CMSIS includes
*/ */
#include <core_cm3.h> #include <core_cm3.h>
/** @} */
/*@}*/
#define IEEE_ADDR_MSWORD ( *(const uint32_t*)0x00280028 ) /**< Most-significant 32 bits of the IEEE address */ #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 */ #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 */ 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 FLASH_BASE 0x00200000 /**< FLASH base address */
#define SRAM_BASE 0x20000000 /**< SRAM base address */ #define SRAM_BASE 0x20000000 /**< SRAM base address */
#define PERIPH_BASE 0x40000000 /**< Peripheral base address */ #define PERIPH_BASE 0x40000000 /**< Peripheral base address */
#define SRAM_BB_BASE 0x22000000 /**< SRAM base address in the bit-band region */ #define SRAM_BB_BASE 0x22000000 /**< SRAM base address in the bit-band region */
/** @} */ /** @} */
/** @name CC2538 Special Function Registers /** @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
#endif /* CC2538_H */ #endif /* CC2538_H */
/** @} */
/*@}*/

View File

@ -89,5 +89,4 @@ typedef struct {
#endif #endif
#endif /* CC2538_GPTIMER_H */ #endif /* CC2538_GPTIMER_H */
/** @} */
/* @} */

View File

@ -136,7 +136,7 @@ enum {
FSM_STATE_TX_CALIBRATION = 32, FSM_STATE_TX_CALIBRATION = 32,
}; };
/* /**
* @brief RFCORE_XREG_RFERRM bits * @brief RFCORE_XREG_RFERRM bits
*/ */
enum { enum {
@ -149,7 +149,7 @@ enum {
NLOCK = BIT(0), NLOCK = BIT(0),
}; };
/* /**
* @brief RFCORE_XREG_FRMCTRL0 bits * @brief RFCORE_XREG_FRMCTRL0 bits
*/ */
enum { enum {
@ -158,7 +158,7 @@ enum {
PENDING_OR = BIT(2), PENDING_OR = BIT(2),
}; };
/* /**
* @brief RFCORE_XREG_FRMCTRL1 bits * @brief RFCORE_XREG_FRMCTRL1 bits
*/ */
enum { enum {
@ -168,7 +168,7 @@ enum {
APPEND_DATA_MODE = BIT(7), APPEND_DATA_MODE = BIT(7),
}; };
/* /**
* @brief RFCORE_XREG_RFIRQM0 / RFCORE_XREG_RFIRQF0 bits * @brief RFCORE_XREG_RFIRQM0 / RFCORE_XREG_RFIRQF0 bits
*/ */
enum { enum {
@ -182,7 +182,7 @@ enum {
RXMASKZERO = BIT(7), RXMASKZERO = BIT(7),
}; };
/* /**
* @brief RFCORE_XREG_RFIRQM1 / RFCORE_XREG_RFIRQF1 bits * @brief RFCORE_XREG_RFIRQM1 / RFCORE_XREG_RFIRQF1 bits
*/ */
enum { enum {
@ -194,14 +194,18 @@ enum {
CSP_WAIT = BIT(5), CSP_WAIT = BIT(5),
}; };
/* Values for use with CCTEST_OBSSELx registers: */ /**
* @brief Values for use with CCTEST_OBSSELx registers.
*/
enum { enum {
rfc_obs_sig0 = 0, rfc_obs_sig0 = 0,
rfc_obs_sig1 = 1, rfc_obs_sig1 = 1,
rfc_obs_sig2 = 2, rfc_obs_sig2 = 2,
}; };
/* Values for RFCORE_XREG_RFC_OBS_CTRLx registers: */ /**
* @brief Values for RFCORE_XREG_RFC_OBS_CTRLx registers.
*/
enum { enum {
constant_value_0 = 0x00, /**< Constant value 0 */ constant_value_0 = 0x00, /**< Constant value 0 */
constant_value_1 = 0x01, /**< Constant value 1*/ constant_value_1 = 0x01, /**< Constant value 1*/
@ -248,8 +252,6 @@ enum {
disabled = 0xff, /**< disabled */ disabled = 0xff, /**< disabled */
}; };
/** @} */
/** /**
* @name RF CORE observable signals settings * @name RF CORE observable signals settings
*/ */
@ -278,7 +280,6 @@ enum {
(CONFIG_CC2538_RF_OBS_SIG_0_PCX > 7)) (CONFIG_CC2538_RF_OBS_SIG_0_PCX > 7))
#error "CONFIG_CC2538_RF_OBS_SIG_X_PCX must be between 0-7 (PC0-PC7)" #error "CONFIG_CC2538_RF_OBS_SIG_X_PCX must be between 0-7 (PC0-PC7)"
#endif #endif
/** @} */
/** /**
* @brief Device descriptor for CC2538 transceiver * @brief Device descriptor for CC2538 transceiver

View File

@ -276,7 +276,4 @@ enum {
#endif #endif
#endif /* CC2538_RFCORE_H */ #endif /* CC2538_RFCORE_H */
/** @} */
/** @} */
/** @} */ /** @} */

View File

@ -5,6 +5,7 @@
* Public License v2.1. See the file LICENSE in the top level directory for more * Public License v2.1. See the file LICENSE in the top level directory for more
* details. * details.
*/ */
/** /**
* @ingroup cpu_cc26x0_cc13x0_definitions * @ingroup cpu_cc26x0_cc13x0_definitions
* @{ * @{
@ -25,7 +26,7 @@ extern "C" {
#endif #endif
/** /**
* AUX_AIODIO registers * @brief AUX_AIODIO registers
*/ */
typedef struct { typedef struct {
reg32_t GPIODOUT; /**< gpio data out */ reg32_t GPIODOUT; /**< gpio data out */
@ -37,7 +38,8 @@ typedef struct {
reg32_t GPIODIE; /**< gpio data input enable */ reg32_t GPIODIE; /**< gpio data input enable */
} aux_aiodio_regs_t; } 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_AIODIO0_BASE 0x400C1000 /**< AUX_AIODIO0 base address */
@ -48,7 +50,7 @@ typedef struct {
#define AUX_AIODIO1 ((aux_aiodio_regs_t *) (AUX_AIODIO1_BASE)) /**< AUX_AIODIO1 register bank */ #define AUX_AIODIO1 ((aux_aiodio_regs_t *) (AUX_AIODIO1_BASE)) /**< AUX_AIODIO1 register bank */
/** /**
* AUX_TDC registers * @brief AUX_TDC registers
*/ */
typedef struct { typedef struct {
reg32_t CTL; /**< control */ reg32_t CTL; /**< control */
@ -63,7 +65,8 @@ typedef struct {
reg32_t PRECNT; /**< prescaler counter */ reg32_t PRECNT; /**< prescaler counter */
} aux_tdc_regs_t; } 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_BASE 0x400C4000 /**< AUX_TDC base address */
@ -72,7 +75,7 @@ typedef struct {
#define AUX_TDC ((aux_tdc_regs_t *) (AUX_TDC_BASE)) /**< AUX_TDC register bank */ #define AUX_TDC ((aux_tdc_regs_t *) (AUX_TDC_BASE)) /**< AUX_TDC register bank */
/** /**
* AUX_EVCTL registers * @brief AUX_EVCTL registers
*/ */
typedef struct { typedef struct {
reg32_t VECCFG0; /**< vector config 0 */ reg32_t VECCFG0; /**< vector config 0 */
@ -94,7 +97,8 @@ typedef struct {
reg32_t VECFLAGSCLR; /**< vector flags clear */ reg32_t VECFLAGSCLR; /**< vector flags clear */
} aux_evtcl_regs_t; } 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 */ #define AUX_EVCTL_BASE 0x400C5000 /**< AUX_EVCTL base address */
@ -142,7 +146,8 @@ typedef struct {
#define MODCLKEN0_AUX_ADI4_EN 0x00000080 /* enable clock for AUX_ADI4 */ #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_BASE 0x400C6000 /**< AUX_WUC base address */
@ -151,7 +156,7 @@ typedef struct {
#define AUX_WUC ((aux_wuc_regs_t *) (AUX_WUC_BASE)) /**< AUX_WUC register bank */ #define AUX_WUC ((aux_wuc_regs_t *) (AUX_WUC_BASE)) /**< AUX_WUC register bank */
/** /**
* AUX_TIMER registers * @brief AUX_TIMER registers
*/ */
typedef struct { typedef struct {
reg32_t T0CFG; /**< timer 0 config */ reg32_t T0CFG; /**< timer 0 config */
@ -162,7 +167,8 @@ typedef struct {
reg32_t T1CTL; /**< timer 1 control */ reg32_t T1CTL; /**< timer 1 control */
} aux_timer_regs_t; } 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 */ #define AUX_TIMER_BASE 0x400C7000 /**< AUX_WUC base address */
@ -185,11 +191,12 @@ typedef struct {
reg32_t AUTOTAKE; /**< sticky request for single semaphore */ reg32_t AUTOTAKE; /**< sticky request for single semaphore */
} aux_smph_regs_t; } 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_BASE 0x400C8000 /**< AUX_WUC base address */
/* @} */ /** @} */
#define AUX_SMPH ((aux_smph_regs_t *) (AUX_SMPH_BASE)) /**< AUX_SMPH register bank */ #define AUX_SMPH ((aux_smph_regs_t *) (AUX_SMPH_BASE)) /**< AUX_SMPH register bank */
@ -205,7 +212,8 @@ typedef struct {
reg32_t ISRCCTL; /**< current source control */ reg32_t ISRCCTL; /**< current source control */
} aux_anaif_regs_t; } 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 */ #define AUX_ANAIF_BASE 0x400C9000 /**< AUX_WUC base address */
@ -230,7 +238,8 @@ typedef struct {
reg8_t ADCREF1; /**< ADC reference 1 */ reg8_t ADCREF1; /**< ADC reference 1 */
} adi_4_aux_regs_t; } 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 */ #define ADI_4_AUX_BASE 0x400CB000 /**< AUX_WUC base address */
@ -245,4 +254,4 @@ typedef struct {
#endif #endif
#endif /* CC26X0_CC13X0_AUX_H */ #endif /* CC26X0_CC13X0_AUX_H */
/** @}*/ /** @} */

View File

@ -5,6 +5,7 @@
* Public License v2.1. See the file LICENSE in the top level directory for more * Public License v2.1. See the file LICENSE in the top level directory for more
* details. * details.
*/ */
/** /**
* @ingroup cpu_cc26x0_cc13x0_definitions * @ingroup cpu_cc26x0_cc13x0_definitions
* @{ * @{
@ -22,20 +23,24 @@
extern "C" { extern "C" {
#endif #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 { typedef struct {
uint8_t __reserved1[0xA0]; /**< meh */ uint8_t __reserved1[0xA0]; /**< Reserved */
/* TODO does it pad here? */ /* TODO does it pad here? */
reg32_t MISC_CONF_1; /**< misc config */ 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_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_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 */ 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_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_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 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_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_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_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 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_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 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_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_COORDINATE; /**< X and Y coordinates of this unit on the wafer */
reg32_t FLASH_E_P; /**< flash erase and program setup time */ 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; /**< flash VHV */
reg32_t FLASH_VHV_PV; /**< flash VHV program verify */ reg32_t FLASH_VHV_PV; /**< flash VHV program verify */
reg32_t FLASH_V; /**< flash voltages */ reg32_t FLASH_V; /**< flash voltages */
reg32_t __reserved6[0x3E]; /**< meh */ reg32_t __reserved6[0x3E]; /**< Reserved */
reg32_t USER_ID; /**< user identification */ 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 FLASH_OTP_DATA3; /**< flash OTP data 3 */
reg32_t ANA2_TRIM; /**< misc analog trim */ reg32_t ANA2_TRIM; /**< misc analog trim */
reg32_t LDO_TRIM; /**< LDO 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_0; /**< MAC BLE address 0 */
reg32_t MAC_BLE_1; /**< MAC BLE address 1 */ 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_0; /**< MAC IEEE 820.15.4 address 0 */
reg32_t MAC_15_4_1; /**< MAC IEEE 820.15.4 address 1 */ 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 FLASH_OTP_DATA4; /**< flash OTP data 4 */
reg32_t MISC_TRIM; /**< misc trim parameters */ reg32_t MISC_TRIM; /**< misc trim parameters */
reg32_t RCOSC_HF_TEMPCOMP; /**< RFOSC HF temperature compensation */ 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 ICEPICK_DEVICE_ID; /**< IcePick device identification */
reg32_t FCFG1_REVISION; /**< FCFG1 revision */ reg32_t FCFG1_REVISION; /**< FCFG1 revision */
reg32_t MISC_OTP_DATA; /**< misc OTP data */ 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 IOCONF; /**< IO config */
reg32_t __reserved12; /**< meh */ reg32_t __reserved12; /**< Reserved */
reg32_t CONFIG_IF_ADC; /**< config of IF_ADC */ reg32_t CONFIG_IF_ADC; /**< config of IF_ADC */
reg32_t CONFIG_OSC_TOP; /**< config of OSC */ 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_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 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_ABS_GAIN; /**< AUX_ADC gain in absolute reference mode */
reg32_t SOC_ADC_REL_GAIN; /**< AUX_ADC gain in relative 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_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 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 */ reg32_t AMPCOMP_TH1; /**< amplitude compensation threshold 1 */
@ -112,10 +117,10 @@ typedef struct {
reg32_t AMPCOMP_CTRL1; /**< amplitude compensation control */ reg32_t AMPCOMP_CTRL1; /**< amplitude compensation control */
reg32_t ANABYPASS_VALUE2; /**< analog bypass value for OSC */ reg32_t ANABYPASS_VALUE2; /**< analog bypass value for OSC */
reg32_t CONFIG_MISC_ADC; /**< config of IFADC in divide-by-2-mode */ 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 VOLT_TRIM; /**< voltage trim */
reg32_t OSC_CONF; /**< OSC configuration */ 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 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 MISC_OTP_DATA_1; /**< misc OSC control */
reg32_t PWD_CURR_20C; /**< power down current control 20C */ 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 */ reg32_t PWD_CURR_125C; /**< power down current control 125C */
} fcfg_regs_t; } 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 #ifdef __cplusplus
} /* end extern "C" */ } /* end extern "C" */

View File

@ -24,7 +24,7 @@ extern "C" {
#endif #endif
/** /**
* DDI_0_OSC registers * @brief DDI_0_OSC registers
*/ */
typedef struct { typedef struct {
reg32_t CTL0; /**< control 0 */ reg32_t CTL0; /**< control 0 */
@ -69,16 +69,20 @@ typedef struct {
#define DDI_0_OSC_CTL0_XTAL_IS_24M 0x80000000 #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 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 { typedef struct {
reg32_t PWRCTL; /**< power management */ reg32_t PWRCTL; /**< power management */
@ -86,16 +90,17 @@ typedef struct {
reg32_t SLEEPCTL; /**< sleep mode */ reg32_t SLEEPCTL; /**< sleep mode */
} aon_sysctl_regs_t; } 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_BASE 0x40090000 /**< AON_SYSCTL base address */
/*@}*/ /** @} */
#define AON_SYSCTL ((aon_sysctl_regs_t *) (AON_SYSCTL_BASE)) /**< AON_SYSCTL register bank */ #define AON_SYSCTL ((aon_sysctl_regs_t *) (AON_SYSCTL_BASE)) /**< AON_SYSCTL register bank */
/** /**
* AON_WUC registers * @brief AON_WUC registers
*/ */
typedef struct { typedef struct {
reg32_t MCUCLK; /**< MCU clock management */ reg32_t MCUCLK; /**< MCU clock management */
@ -104,14 +109,14 @@ typedef struct {
reg32_t AUXCFG; /**< AUX config */ reg32_t AUXCFG; /**< AUX config */
reg32_t AUXCTL; /**< AUX control */ reg32_t AUXCTL; /**< AUX control */
reg32_t PWRSTAT; /**< power status */ reg32_t PWRSTAT; /**< power status */
reg32_t __reserved1; /**< meh */ reg32_t __reserved1; /**< Reserved */
reg32_t SHUTDOWN; /**< shutdown control */ reg32_t SHUTDOWN; /**< shutdown control */
reg32_t CTL0; /**< control 0 */ reg32_t CTL0; /**< control 0 */
reg32_t CTL1; /**< control 1 */ reg32_t CTL1; /**< control 1 */
reg32_t __reserved2[2]; /**< meh */ reg32_t __reserved2[2]; /**< Reserved */
reg32_t RECHARGECFG; /**< recharge controller config */ reg32_t RECHARGECFG; /**< recharge controller config */
reg32_t RECHARGESTAT; /**< recharge controller status */ reg32_t RECHARGESTAT; /**< recharge controller status */
reg32_t __reserved3; /**< meh */ reg32_t __reserved3; /**< Reserved */
reg32_t OSCCFG; /**< oscillator config */ reg32_t OSCCFG; /**< oscillator config */
reg32_t JTAGCFG; /**< JTAG config */ reg32_t JTAGCFG; /**< JTAG config */
reg32_t JTAGUSERCODE; /**< JTAG USERCODE */ reg32_t JTAGUSERCODE; /**< JTAG USERCODE */
@ -181,16 +186,17 @@ typedef struct {
#define JTAGCFG_JTAG_PD_FORCE_ON 0x10 #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_BASE 0x40091000 /**< AON_WUC base address */
/*@}*/ /** @} */
#define AON_WUC ((aon_wuc_regs_t *) (AON_WUC_BASE)) /**< AON_WUC register bank */ #define AON_WUC ((aon_wuc_regs_t *) (AON_WUC_BASE)) /**< AON_WUC register bank */
/** /**
* AON_RTC registers * @brief AON_RTC registers
*/ */
typedef struct { typedef struct {
reg32_t CTL; /**< Control */ reg32_t CTL; /**< Control */
@ -215,7 +221,8 @@ typedef struct {
*/ */
#define AON_RTC_CTL_RTC_UPD_EN 0x00000002 #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_BASE (PERIPH_BASE + 0x92000) /**< AON_RTC base address */
@ -224,18 +231,18 @@ typedef struct {
#define AON_RTC ((aon_rtc_regs_t *) (AON_RTC_BASE)) /**< AON_RTC register bank */ #define AON_RTC ((aon_rtc_regs_t *) (AON_RTC_BASE)) /**< AON_RTC register bank */
/** /**
* PRCM registers * @brief PRCM registers
*/ */
typedef struct { typedef struct {
reg32_t INFRCLKDIVR; /**< infrastructure clock division factor for run mode */ reg32_t INFRCLKDIVR; /**< infrastructure clock division factor for run mode */
reg32_t INFRCLKDIVS; /**< infrastructure clock division factor for sleep mode */ reg32_t INFRCLKDIVS; /**< infrastructure clock division factor for sleep mode */
reg32_t INFRCLKDIVDS; /**< infrastructure clock division factor for deep sleep mode */ reg32_t INFRCLKDIVDS; /**< infrastructure clock division factor for deep sleep mode */
reg32_t VDCTL; /**< MCU voltage domain control */ 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 CLKLOADCTL; /**< clock load control */
reg32_t RFCCLKG; /**< RFC clock gate */ reg32_t RFCCLKG; /**< RFC clock gate */
reg32_t VIMSCLKG; /**< VIMS 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 SECDMACLKGR; /**< TRNG, CRYPTO, and UDMA clock gate for run mode */
reg32_t SECDMACLKGS; /**< TRNG, CRYPTO, and UDMA clock gate for sleep 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 */ 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 I2SCLKGR; /**< I2S clock gate for run mode */
reg32_t I2SCLKGS; /**< I2S clock gate for sleep mode */ reg32_t I2SCLKGS; /**< I2S clock gate for sleep mode */
reg32_t I2SCLKGDS; /**< I2S clock gate for deep 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 CPUCLKDIV; /**< CPU clock division factor */
reg32_t __reserved4[3]; /**< meh */ reg32_t __reserved4[3]; /**< Reserved */
reg32_t I2SBCLKSEL; /**< I2S clock select */ reg32_t I2SBCLKSEL; /**< I2S clock select */
reg32_t GPTCLKDIV; /**< GPT scalar */ reg32_t GPTCLKDIV; /**< GPT scalar */
reg32_t I2SCLKCTL; /**< I2S clock control */ reg32_t I2SCLKCTL; /**< I2S clock control */
reg32_t I2SMCLKDIV; /**< MCLK division ratio */ reg32_t I2SMCLKDIV; /**< MCLK division ratio */
reg32_t I2SBCLKDIV; /**< BCLK division ratio */ reg32_t I2SBCLKDIV; /**< BCLK division ratio */
reg32_t I2SWCLKDIV; /**< WCLK 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 SWRESET; /**< SW initiated resets */
reg32_t WARMRESET; /**< WARM reset control and status */ 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 PDCTL0; /**< power domain control */
reg32_t PDCTL0RFC; /**< RFC power domain control */ reg32_t PDCTL0RFC; /**< RFC power domain control */
reg32_t PDCTL0SERIAL; /**< SERIAL power domain control */ reg32_t PDCTL0SERIAL; /**< SERIAL power domain control */
reg32_t PDCTL0PERIPH; /**< PERIPH 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 PDSTAT0; /**< power domain status */
reg32_t PDSTAT0RFC; /**< RFC power domain status */ reg32_t PDSTAT0RFC; /**< RFC power domain status */
reg32_t PDSTAT0SERIAL; /**< SERIAL power domain status */ reg32_t PDSTAT0SERIAL; /**< SERIAL power domain status */
reg32_t PDSTAT0PERIPH; /**< PERIPH 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 PDCTL1; /**< power domain control */
reg32_t __reserved9; /**< power domain control */ reg32_t __reserved9; /**< power domain control */
reg32_t PDCTL1CPU; /**< CPU power domain control */ reg32_t PDCTL1CPU; /**< CPU power domain control */
reg32_t PDCTL1RFC; /**< RFC power domain control */ reg32_t PDCTL1RFC; /**< RFC power domain control */
reg32_t PDCTL1VIMS; /**< VIMS 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 PDSTAT1; /**< power domain status */
reg32_t PDSTAT1BUS; /**< BUS power domain status */ reg32_t PDSTAT1BUS; /**< BUS power domain status */
reg32_t PDSTAT1RFC; /**< RFC power domain status */ reg32_t PDSTAT1RFC; /**< RFC power domain status */
reg32_t PDSTAT1CPU; /**< CPU power domain status */ reg32_t PDSTAT1CPU; /**< CPU power domain status */
reg32_t PDSTAT1VIMS; /**< VIMS 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 RFCMODESEL; /**< selected RFC mode */
reg32_t __reserved12[20]; /**< meh */ reg32_t __reserved12[20]; /**< Reserved */
reg32_t RAMRETEN; /**< memory retention control */ reg32_t RAMRETEN; /**< memory retention control */
reg32_t __reserved13; /**< meh */ reg32_t __reserved13; /**< Reserved */
reg32_t PDRETEN; /**< power domain retention (undocumented) */ reg32_t PDRETEN; /**< power domain retention (undocumented) */
reg32_t __reserved14[8]; /**< meh */ reg32_t __reserved14[8]; /**< Reserved */
reg32_t RAMHWOPT; /**< undocumented */ reg32_t RAMHWOPT; /**< undocumented */
} prcm_regs_t; } prcm_regs_t;
@ -337,12 +344,13 @@ typedef struct {
#define UARTCLKGDS_CLK_EN_UART0 0x1 #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 (PERIPH_BASE + 0x82000) /**< PRCM base address */
#define PRCM_BASE_NONBUF (PERIPH_BASE_NONBUF + 0x82000) /**< PRCM base address (nonbuf) */ #define PRCM_BASE_NONBUF (PERIPH_BASE_NONBUF + 0x82000) /**< PRCM base address (nonbuf) */
/*@}*/ /** @} */
#define PRCM ((prcm_regs_t *) (PRCM_BASE)) /**< PRCM register bank */ #define PRCM ((prcm_regs_t *) (PRCM_BASE)) /**< PRCM register bank */
#define PRCM_NONBUF ((prcm_regs_t *) (PRCM_BASE_NONBUF)) /**< PRCM register bank (nonbuf) */ #define PRCM_NONBUF ((prcm_regs_t *) (PRCM_BASE_NONBUF)) /**< PRCM register bank (nonbuf) */

View File

@ -247,11 +247,11 @@ typedef struct {
reg32_t INFRCLKDIVS; /**< infrastructure clock division factor for sleep mode */ reg32_t INFRCLKDIVS; /**< infrastructure clock division factor for sleep mode */
reg32_t INFRCLKDIVDS; /**< infrastructure clock division factor for deep sleep mode */ reg32_t INFRCLKDIVDS; /**< infrastructure clock division factor for deep sleep mode */
reg32_t VDCTL; /**< MCU voltage domain control */ 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 CLKLOADCTL; /**< clock load control */
reg32_t RFCCLKG; /**< RFC clock gate */ reg32_t RFCCLKG; /**< RFC clock gate */
reg32_t VIMSCLKG; /**< VIMS 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 SECDMACLKGR; /**< TRNG, CRYPTO, and UDMA clock gate for run mode */
reg32_t SECDMACLKGS; /**< TRNG, CRYPTO, and UDMA clock gate for sleep 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 */ 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 I2SCLKGR; /**< I2S clock gate for run mode */
reg32_t I2SCLKGS; /**< I2S clock gate for sleep mode */ reg32_t I2SCLKGS; /**< I2S clock gate for sleep mode */
reg32_t I2SCLKGDS; /**< I2S clock gate for deep 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 SYSBUSCLKDIV; /**< System bus clock division factor */
reg32_t CPUCLKDIV; /**< CPU clock division factor */ reg32_t CPUCLKDIV; /**< CPU clock division factor */
reg32_t PERBUSCPUCLKDIV; /**< Peripheral bus 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 PERDMACLKDIV; /**< DMA clock division factor */
reg32_t I2SBCLKSEL; /**< I2S clock select */ reg32_t I2SBCLKSEL; /**< I2S clock select */
reg32_t GPTCLKDIV; /**< GPT scalar */ reg32_t GPTCLKDIV; /**< GPT scalar */
@ -285,7 +285,7 @@ typedef struct {
reg32_t I2SMCLKDIV; /**< MCLK division ratio */ reg32_t I2SMCLKDIV; /**< MCLK division ratio */
reg32_t I2SBCLKDIV; /**< BCLK division ratio */ reg32_t I2SBCLKDIV; /**< BCLK division ratio */
reg32_t I2SWCLKDIV; /**< WCLK 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 RESETSECDMA; /**< Reset SEC and UDMA */
reg32_t RESETGPIO; /**< Reset GPIO */ reg32_t RESETGPIO; /**< Reset GPIO */
reg32_t RESETGPT; /**< Reset GPTs */ reg32_t RESETGPT; /**< Reset GPTs */
@ -293,39 +293,39 @@ typedef struct {
reg32_t RESETUART; /**< Reset UART */ reg32_t RESETUART; /**< Reset UART */
reg32_t RESETSSI; /**< Reset SSI */ reg32_t RESETSSI; /**< Reset SSI */
reg32_t RESETI2S; /**< Reset I2S */ reg32_t RESETI2S; /**< Reset I2S */
reg32_t __reserved6[8]; /**< meh */ reg32_t __reserved6[8]; /**< Reserved */
reg32_t PDCTL0; /**< power domain control */ reg32_t PDCTL0; /**< power domain control */
reg32_t PDCTL0RFC; /**< RFC power domain control */ reg32_t PDCTL0RFC; /**< RFC power domain control */
reg32_t PDCTL0SERIAL; /**< SERIAL power domain control */ reg32_t PDCTL0SERIAL; /**< SERIAL power domain control */
reg32_t PDCTL0PERIPH; /**< PERIPH 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 PDSTAT0; /**< power domain status */
reg32_t PDSTAT0RFC; /**< RFC power domain status */ reg32_t PDSTAT0RFC; /**< RFC power domain status */
reg32_t PDSTAT0SERIAL; /**< SERIAL power domain status */ reg32_t PDSTAT0SERIAL; /**< SERIAL power domain status */
reg32_t PDSTAT0PERIPH; /**< PERIPH 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 PDCTL1; /**< power domain control */
reg32_t __reserved9; /**< power domain control */ reg32_t __reserved9; /**< power domain control */
reg32_t PDCTL1CPU; /**< CPU power domain control */ reg32_t PDCTL1CPU; /**< CPU power domain control */
reg32_t PDCTL1RFC; /**< RFC power domain control */ reg32_t PDCTL1RFC; /**< RFC power domain control */
reg32_t PDCTL1VIMS; /**< VIMS 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 PDSTAT1; /**< power domain status */
reg32_t PDSTAT1BUS; /**< BUS power domain status */ reg32_t PDSTAT1BUS; /**< BUS power domain status */
reg32_t PDSTAT1RFC; /**< RFC power domain status */ reg32_t PDSTAT1RFC; /**< RFC power domain status */
reg32_t PDSTAT1CPU; /**< CPU power domain status */ reg32_t PDSTAT1CPU; /**< CPU power domain status */
reg32_t PDSTAT1VIMS; /**< VIMS 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 RFCBITS; /**< Control to RFC */
reg32_t RFCMODESEL; /**< selected RFC mode */ reg32_t RFCMODESEL; /**< selected RFC mode */
reg32_t RFCMODEHWOPT; /**< allowed RFC modes */ reg32_t RFCMODEHWOPT; /**< allowed RFC modes */
reg32_t __reserved12[2]; /**< meh */ reg32_t __reserved12[2]; /**< Reserved */
reg32_t PWRPROFSTAT; /**< power profiler register */ reg32_t PWRPROFSTAT; /**< power profiler register */
reg32_t __reserved13[14]; /**< meh */ reg32_t __reserved13[14]; /**< Reserved */
reg32_t MCUSRAMCFG; /**< MCU SRAM configuration */ reg32_t MCUSRAMCFG; /**< MCU SRAM configuration */
reg32_t __reserved14; /**< meh */ reg32_t __reserved14; /**< Reserved */
reg32_t RAMRETEN; /**< memory retention control */ reg32_t RAMRETEN; /**< memory retention control */
reg32_t __reserved15[27]; /**< meh */ reg32_t __reserved15[27]; /**< Reserved */
reg32_t OSCIMSC; /**< oscillator interrupt mask */ reg32_t OSCIMSC; /**< oscillator interrupt mask */
reg32_t OSCRIS; /**< oscillator raw interrupt status */ reg32_t OSCRIS; /**< oscillator raw interrupt status */
reg32_t OSCICR; /**< oscillator raw interrupt clear */ reg32_t OSCICR; /**< oscillator raw interrupt clear */
@ -370,12 +370,13 @@ typedef struct {
#define UARTCLKGDS_CLK_EN_UART1 0x2 #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 (PERIPH_BASE + 0x82000) /**< PRCM base address */
#define PRCM_BASE_NONBUF (PERIPH_BASE_NONBUF + 0x82000) /**< PRCM base address (nonbuf) */ #define PRCM_BASE_NONBUF (PERIPH_BASE_NONBUF + 0x82000) /**< PRCM base address (nonbuf) */
/*@}*/ /** @} */
#define PRCM ((prcm_regs_t *) (PRCM_BASE)) /**< PRCM register bank */ #define PRCM ((prcm_regs_t *) (PRCM_BASE)) /**< PRCM register bank */
#define PRCM_NONBUF ((prcm_regs_t *) (PRCM_BASE_NONBUF)) /**< PRCM register bank (nonbuf) */ #define PRCM_NONBUF ((prcm_regs_t *) (PRCM_BASE_NONBUF)) /**< PRCM register bank (nonbuf) */
@ -385,5 +386,4 @@ typedef struct {
#endif #endif
#endif /* CC26X2_CC13X2_PRCM_H */ #endif /* CC26X2_CC13X2_PRCM_H */
/** @} */
/*@}*/

View File

@ -26,8 +26,17 @@
extern "C" { extern "C" {
#endif #endif
/**
* @brief Unsigned 8-bit register type.
*/
typedef volatile uint8_t reg8_t; typedef volatile uint8_t reg8_t;
/**
* @brief Unsigned 16-bit register type.
*/
typedef volatile uint16_t reg16_t; typedef volatile uint16_t reg16_t;
/**
* @brief Unsigned 32-bit register type.
*/
typedef volatile uint32_t reg32_t; typedef volatile uint32_t reg32_t;
/** /**
@ -51,12 +60,14 @@ typedef struct {
reg32_t HIGH; /**< High 16-bit half */ reg32_t HIGH; /**< High 16-bit half */
} reg32_m16_t; } reg32_m16_t;
/** @addtogroup CC13x2_cmsis CMSIS Definitions */ /**
/*@{*/ * @addtogroup CC13x2_cmsis CMSIS Definitions
* @{
/** interrupt number definition */ */
typedef enum IRQn /**
{ * @brief Interrupt number definition
*/
typedef enum IRQn {
/****** Cortex-M4 Processor Exceptions Numbers ****************************/ /****** Cortex-M4 Processor Exceptions Numbers ****************************/
ResetHandler_IRQn = -15, /**< 1 Reset Handler */ ResetHandler_IRQn = -15, /**< 1 Reset Handler */
NonMaskableInt_IRQn = -14, /**< 2 Non Maskable Interrupt */ NonMaskableInt_IRQn = -14, /**< 2 Non Maskable Interrupt */
@ -119,11 +130,12 @@ typedef enum IRQn
/** /**
* @brief Configuration of the Cortex-M4 processor and core peripherals * @brief Configuration of the Cortex-M4 processor and core peripherals
* @{
*/ */
#define __MPU_PRESENT 1 /**< CC13x2 does provide a MPU */ #define __MPU_PRESENT 1 /**< CC13x2 does provide a MPU */
#define __NVIC_PRIO_BITS 3 /**< CC13x2 offers priority levels from 0..7 */ #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 __Vendor_SysTickConfig 0 /**< Set to 1 if different SysTick config is used */
/** @} */
#define RCOSC48M_FREQ 48000000 /**< 48 MHz */ #define RCOSC48M_FREQ 48000000 /**< 48 MHz */
#define RCOSC24M_FREQ 24000000 /**< 24 MHz */ #define RCOSC24M_FREQ 24000000 /**< 24 MHz */
@ -136,9 +148,10 @@ typedef enum IRQn
#else #else
#include <core_cm3.h> #include <core_cm3.h>
#endif #endif
/*@}*/ /** @} */
/** @ingroup cpu_specific_peripheral_memory_map /**
* @ingroup cpu_specific_peripheral_memory_map
* @{ * @{
*/ */
#define FLASH_BASE 0x00000000 /**< FLASH base address */ #define FLASH_BASE 0x00000000 /**< FLASH base address */
@ -146,7 +159,7 @@ typedef enum IRQn
#define PERIPH_BASE_NONBUF 0x60000000 /**< Peripheral base address (nonbuf) */ #define PERIPH_BASE_NONBUF 0x60000000 /**< Peripheral base address (nonbuf) */
#define ROM_HARD_API_BASE 0x10000048 /**< ROM Hard-API base address */ #define ROM_HARD_API_BASE 0x10000048 /**< ROM Hard-API base address */
#define ROM_API_TABLE ((uint32_t *) 0x10000180) /**< ROM API table */ #define ROM_API_TABLE ((uint32_t *) 0x10000180) /**< ROM API table */
/*@}*/ /** @} */
/** /**
* @brief ADI master instruction offsets * @brief ADI master instruction offsets
@ -165,5 +178,4 @@ typedef enum IRQn
#endif #endif
#endif /* CC26XX_CC13XX_H */ #endif /* CC26XX_CC13XX_H */
/** @} */
/*@}*/

View File

@ -185,7 +185,8 @@ cycle or continues on to a repeated START condition
*/ */
#define MCTRL_RUN 0x00000001 #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 */ #define I2C_BASE (PERIPH_BASE + 0x2000) /**< I2C base address */
@ -198,5 +199,4 @@ cycle or continues on to a repeated START condition
#endif #endif
#endif /* CC26XX_CC13XX_I2C_H */ #endif /* CC26XX_CC13XX_I2C_H */
/** @} */
/*@}*/

View File

@ -37,7 +37,7 @@ extern "C" {
* @param[in] dio_num DIO number (0-31) * @param[in] dio_num DIO number (0-31)
*/ */
typedef struct { typedef struct {
reg32_t CFG[32]; /**< config */ reg32_t CFG[32]; /**< Config */
} cc26x0_ioc_regs_t; } cc26x0_ioc_regs_t;
#define IOC ((cc26x0_ioc_regs_t *)(MCU_IOC_BASE)) /**< IOC register banks */ #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_SCK 0x00000002 /**< AON SPI-S SCK */
#define IOCFG_PORTID_AON_SDI 0x00000003 /**< AON SPI-S SDI */ #define IOCFG_PORTID_AON_SDI 0x00000003 /**< AON SPI-S SDI */
#define IOCFG_PORTID_AON_SDO 0x00000004 /**< AON SPI-S SDO */ #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_AON_CLK32K 0x00000007 /**< AON external 32kHz clock */
#define IOCFG_PORTID_AUX_IO 0x00000008 /**< AUX IO */ #define IOCFG_PORTID_AUX_IO 0x00000008 /**< AUX IO */
@ -183,5 +183,4 @@ typedef struct {
#endif #endif
#endif /* CC26XX_CC13XX_IOC_H */ #endif /* CC26XX_CC13XX_IOC_H */
/** @} */
/*@}*/

View File

@ -92,5 +92,4 @@ void power_clock_disable_uart(uart_t uart);
#endif #endif
#endif /* CC26XX_CC13XX_POWER_H */ #endif /* CC26XX_CC13XX_POWER_H */
/** @} */
/*@}*/

View File

@ -168,5 +168,4 @@ typedef struct {
#endif #endif
#endif /* CC26XX_CC13XX_RFC_H */ #endif /* CC26XX_CC13XX_RFC_H */
/** @} */
/*@}*/

View File

@ -190,7 +190,7 @@ typedef struct {
* @brief FLASH base address * @brief FLASH base address
*/ */
#define FLASH_BASEADDR (PERIPH_BASE + 0x30000) #define FLASH_BASEADDR (PERIPH_BASE + 0x30000)
/*@}*/ /** @} */
/** /**
* @brief FLASH register bank * @brief FLASH register bank
@ -213,7 +213,7 @@ typedef struct {
* @brief VIMS base address * @brief VIMS base address
*/ */
#define VIMS_BASE (PERIPH_BASE + 0x34000) #define VIMS_BASE (PERIPH_BASE + 0x34000)
/*@}*/ /** @} */
/** /**
* @brief VIMS register bank * @brief VIMS register bank
@ -259,5 +259,4 @@ typedef struct {
#endif #endif
#endif /* CC26XX_CC13XX_VIMS_H */ #endif /* CC26XX_CC13XX_VIMS_H */
/** @} */
/*@}*/

View File

@ -40,11 +40,12 @@ typedef struct {
reg32_t LOCK; /**< lock */ reg32_t LOCK; /**< lock */
} wdt_regs_t; } wdt_regs_t;
/** @ingroup cpu_specific_peripheral_memory_map /**
* @ingroup cpu_specific_peripheral_memory_map
* @{ * @{
*/ */
#define WDT_BASE 0x40080000 /**< WDT base address */ #define WDT_BASE 0x40080000 /**< WDT base address */
/*@}*/ /** @} */
#define WDT ((wdt_regs_t *) (WDT_BASE)) /**< WDT register bank */ #define WDT ((wdt_regs_t *) (WDT_BASE)) /**< WDT register bank */
@ -53,5 +54,4 @@ typedef struct {
#endif #endif
#endif /* CC26XX_CC13XX_WDT_H */ #endif /* CC26XX_CC13XX_WDT_H */
/** @} */
/*@}*/

View File

@ -14,8 +14,6 @@
* @brief Implementation of the kernels irq interface * @brief Implementation of the kernels irq interface
* *
* @author Hauke Petersen <hauke.petersen@fu-berlin.de> * @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*
* @}
*/ */
#ifndef IRQ_ARCH_H #ifndef IRQ_ARCH_H

View File

@ -15,9 +15,8 @@
* @brief Implementation of the kernels thread interface * @brief Implementation of the kernels thread interface
* *
* @author Koen Zandberg <koen@bergzand.net> * @author Koen Zandberg <koen@bergzand.net>
*
* @}
*/ */
#ifndef THREAD_ARCH_H #ifndef THREAD_ARCH_H
#define THREAD_ARCH_H #define THREAD_ARCH_H

View File

@ -1538,4 +1538,5 @@ To start debugging, you have to connect to QEMU with command:
@note @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. 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.
*/ */

View File

@ -34,6 +34,7 @@
/** The priority of the ESP-ETH netdev driver thread */ /** The priority of the ESP-ETH netdev driver thread */
#define ESP_ETH_PRIO GNRC_NETIF_PRIO #define ESP_ETH_PRIO GNRC_NETIF_PRIO
#endif #endif
/** @} */
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
@ -46,4 +47,4 @@ extern "C" {
#endif /* MODULE_ESP_ETH || DOXYGEN */ #endif /* MODULE_ESP_ETH || DOXYGEN */
#endif /* ESP_ETH_PARAMS_H */ #endif /* ESP_ETH_PARAMS_H */
/**@}*/ /** @} */

View File

@ -70,3 +70,4 @@ static const can_conf_t candev_conf[] = {
#endif #endif
#endif /* CAN_PARAMS_H */ #endif /* CAN_PARAMS_H */
/** @} */

View File

@ -188,3 +188,4 @@ extern "C" {
#endif /* DOXYGEN */ #endif /* DOXYGEN */
#endif /* SDK_CONF_H */ #endif /* SDK_CONF_H */
/** @} */

View File

@ -84,3 +84,4 @@ extern "C" {
#endif /* DOXYGEN */ #endif /* DOXYGEN */
#endif /* SDK_CONF_H */ #endif /* SDK_CONF_H */
/** @} */

View File

@ -131,3 +131,4 @@ extern "C" {
#endif /* DOXYGEN */ #endif /* DOXYGEN */
#endif /* ESP_COMMON_H */ #endif /* ESP_COMMON_H */
/** @} */

View File

@ -137,3 +137,4 @@ extern int ets_printf(const char *fmt, ...);
#endif /* DOXYGEN */ #endif /* DOXYGEN */
#endif /* ESP_COMMON_LOG_H */ #endif /* ESP_COMMON_LOG_H */
/** @} */

View File

@ -333,3 +333,4 @@ typedef long suseconds_t;
#endif /* DOXYGEN */ #endif /* DOXYGEN */
#endif /* SYS_TYPES_H */ #endif /* SYS_TYPES_H */
/** @} */

View File

@ -171,6 +171,5 @@ void kinetis_mcg_init(void);
} }
#endif #endif
/** @} */
#endif /* MCG_H */ #endif /* MCG_H */
/** @} */

View File

@ -44,7 +44,7 @@ extern "C" {
* @{ * @{
*/ */
#define CPUID_LEN (16U) #define CPUID_LEN (16U)
/* @} */ /** @} */
#ifdef __cplusplus #ifdef __cplusplus
} }

View File

@ -148,7 +148,6 @@ extern "C" {
#define TXEMR 0x3C #define TXEMR 0x3C
#define TXCTCR 0x70 #define TXCTCR 0x70
/** @} */ /** @} */
/** @} */
#ifdef __cplusplus #ifdef __cplusplus
} }

View File

@ -96,7 +96,7 @@ typedef enum {
GPIO_RISING = 2, /**< emit interrupt on rising flank */ GPIO_RISING = 2, /**< emit interrupt on rising flank */
GPIO_BOTH = 3 /**< emit interrupt on both flanks */ GPIO_BOTH = 3 /**< emit interrupt on both flanks */
} gpio_flank_t; } gpio_flank_t;
#endif /* ndef DOXYGEN */ #endif /* ifndef DOXYGEN */
/** /**
* @brief UART device configuration * @brief UART device configuration
@ -141,7 +141,7 @@ typedef struct {
#define PERIPH_SPI_NEEDS_TRANSFER_BYTE #define PERIPH_SPI_NEEDS_TRANSFER_BYTE
#define PERIPH_SPI_NEEDS_TRANSFER_REG #define PERIPH_SPI_NEEDS_TRANSFER_REG
#define PERIPH_SPI_NEEDS_TRANSFER_REGS #define PERIPH_SPI_NEEDS_TRANSFER_REGS
/* @} */ /** @} */
#ifndef DOXYGEN #ifndef DOXYGEN
/** /**
@ -213,7 +213,7 @@ typedef enum {
I2C_SPEED_NORMAL = 100000, /**< normal mode: ~100 kbit/s */ I2C_SPEED_NORMAL = 100000, /**< normal mode: ~100 kbit/s */
I2C_SPEED_FAST = 400000, /**< fast mode: ~400 kbit/s */ I2C_SPEED_FAST = 400000, /**< fast mode: ~400 kbit/s */
} i2c_speed_t; } i2c_speed_t;
/* @} */ /** @} */
#endif /* ndef DOXYGEN */ #endif /* ndef DOXYGEN */
/** /**
@ -228,7 +228,6 @@ typedef struct {
uint32_t pinsel_msk_sda;/**< SDA PINSEL Mask */ uint32_t pinsel_msk_sda;/**< SDA PINSEL Mask */
uint32_t pinsel_msk_scl;/**< SCL PINSEL Mask */ uint32_t pinsel_msk_scl;/**< SCL PINSEL Mask */
} i2c_conf_t; } i2c_conf_t;
/* @} */
/** /**
* @name Use shared I2C functions * @name Use shared I2C functions
@ -246,7 +245,7 @@ typedef struct {
#if defined(MODULE_PERIPH_RTC) && !defined(RTC_NORMALIZE_COMPAT) #if defined(MODULE_PERIPH_RTC) && !defined(RTC_NORMALIZE_COMPAT)
#define RTC_NORMALIZE_COMPAT (1) #define RTC_NORMALIZE_COMPAT (1)
#endif #endif
/* @} */ /** @} */
#ifdef __cplusplus #ifdef __cplusplus
} }

View File

@ -15,8 +15,6 @@
* @brief Implementation of the kernels thread interface * @brief Implementation of the kernels thread interface
* *
* @author Neil Jones <neil.jones@imgtec.com> * @author Neil Jones <neil.jones@imgtec.com>
*
* @}
*/ */
#ifndef THREAD_ARCH_H #ifndef THREAD_ARCH_H
#define THREAD_ARCH_H #define THREAD_ARCH_H

View File

@ -15,8 +15,6 @@
* @brief Implementation of the kernels thread interface * @brief Implementation of the kernels thread interface
* *
* @author Koen Zandberg <koen@bergzand.net> * @author Koen Zandberg <koen@bergzand.net>
*
* @}
*/ */
#ifndef THREAD_ARCH_H #ifndef THREAD_ARCH_H
#define THREAD_ARCH_H #define THREAD_ARCH_H

View File

@ -44,7 +44,6 @@ typedef uint16_t gpio_t;
/** /**
* @brief Mandatory function for defining a GPIO pins * @brief Mandatory function for defining a GPIO pins
* @{
*/ */
#define GPIO_PIN(x, y) ((gpio_t)(((x & 0xff) << 8) | (1 << (y & 0x07)))) #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 * @brief Override SPI mode selection values
* @{
*/ */
#define HAVE_SPI_MODE_T #define HAVE_SPI_MODE_T
#ifndef SPI_USE_USCI #ifndef SPI_USE_USCI
@ -89,6 +89,7 @@ typedef enum {
/** /**
* @brief Override SPI clock speed selection values * @brief Override SPI clock speed selection values
* @{
*/ */
#define HAVE_SPI_CLK_T #define HAVE_SPI_CLK_T
typedef enum { typedef enum {

View File

@ -15,9 +15,8 @@
* @brief Implementation of the kernels thread interface * @brief Implementation of the kernels thread interface
* *
* @author Koen Zandberg <koen@bergzand.net> * @author Koen Zandberg <koen@bergzand.net>
*
* @}
*/ */
#ifndef THREAD_ARCH_H #ifndef THREAD_ARCH_H
#define THREAD_ARCH_H #define THREAD_ARCH_H

View File

@ -141,11 +141,11 @@ enum {
GPIO_PORTS_NUMOF /**< overall number of available ports */ GPIO_PORTS_NUMOF /**< overall number of available ports */
}; };
#if DOXYGEN
/** /**
* @name ADC CPU configuration * @name ADC CPU configuration
* @{ * @{
*/ */
#if DOXYGEN
/** /**
* @brief Define if ADC external capacitor is connected to PA06 pin. * @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. * macro should be defined by the board to make the ADC block use it.
*/ */
#define BOARD_HAS_ADC_PA06_CAP #define BOARD_HAS_ADC_PA06_CAP
/** @} */
#endif #endif
#ifndef DOXYGEN #ifndef DOXYGEN
@ -206,7 +207,6 @@ typedef enum {
* Define to one of the qn908x_adc_clock_t values. * Define to one of the qn908x_adc_clock_t values.
*/ */
#define QN908X_ADC_CLOCK #define QN908X_ADC_CLOCK
/** @} */
#endif /* ifdef DOXYGEN */ #endif /* ifdef DOXYGEN */
/** /**

View File

@ -14,7 +14,6 @@
* @brief Platform-Level interrupt controller driver * @brief Platform-Level interrupt controller driver
* *
* @author Koen Zandberg <koen@bergzand.net> * @author Koen Zandberg <koen@bergzand.net>
* @}
*/ */
#ifndef PLIC_H #ifndef PLIC_H

View File

@ -15,9 +15,8 @@
* @brief Implementation of the kernels thread interface * @brief Implementation of the kernels thread interface
* *
* @author Koen Zandberg <koen@bergzand.net> * @author Koen Zandberg <koen@bergzand.net>
*
* @}
*/ */
#ifndef THREAD_ARCH_H #ifndef THREAD_ARCH_H
#define THREAD_ARCH_H #define THREAD_ARCH_H

View File

@ -28,25 +28,17 @@
extern "C" { extern "C" {
#endif #endif
/** #ifndef DOXYGEN
* @brief Overwrite the default gpio_t type definition
*/
#define HAVE_GPIO_T #define HAVE_GPIO_T
typedef uint32_t gpio_t; typedef uint32_t gpio_t;
/** @} */
/**
* @brief Definition of a fitting UNDEF value
*/
#define GPIO_UNDEF (0xffffffff) #define GPIO_UNDEF (0xffffffff)
/**
* @brief Define a CPU specific GPIO pin generator macro
*/
#define GPIO_PIN(x, y) (((uint32_t)PIOA + (x << 9)) | y) #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 #define PERIPH_SPI_NEEDS_INIT_CS
@ -118,10 +110,6 @@ typedef uint32_t gpio_t;
#define DAC_NUMOF (2U) #define DAC_NUMOF (2U)
#ifndef DOXYGEN #ifndef DOXYGEN
/**
* @brief Override GPIO modes
* @{
*/
#define HAVE_GPIO_MODE_T #define HAVE_GPIO_MODE_T
typedef enum { typedef enum {
GPIO_IN = GPIO_MODE(0, 0, 0), /**< IN */ GPIO_IN = GPIO_MODE(0, 0, 0), /**< IN */
@ -131,19 +119,13 @@ typedef enum {
GPIO_OD = GPIO_MODE(1, 0, 1), /**< OD */ GPIO_OD = GPIO_MODE(1, 0, 1), /**< OD */
GPIO_OD_PU = GPIO_MODE(1, 1, 1), /**< OD with pull-up */ GPIO_OD_PU = GPIO_MODE(1, 1, 1), /**< OD with pull-up */
} gpio_mode_t; } gpio_mode_t;
/** @} */
/**
* @brief Override flank configuration values
* @{
*/
#define HAVE_GPIO_FLANK_T #define HAVE_GPIO_FLANK_T
typedef enum { typedef enum {
GPIO_RISING = 1, /**< emit interrupt on rising flank */ GPIO_RISING = 1, /**< emit interrupt on rising flank */
GPIO_FALLING = 2, /**< emit interrupt on falling flank */ GPIO_FALLING = 2, /**< emit interrupt on falling flank */
GPIO_BOTH = 3 /**< emit interrupt on both flanks */ GPIO_BOTH = 3 /**< emit interrupt on both flanks */
} gpio_flank_t; } gpio_flank_t;
/** @} */
#endif /* ndef DOXYGEN */ #endif /* ndef DOXYGEN */
/** /**

View File

@ -84,10 +84,6 @@ static inline int _sercom_id(SercomUsart *sercom)
} }
#ifndef DOXYGEN #ifndef DOXYGEN
/**
* @brief Override the ADC resolution configuration
* @{
*/
#define HAVE_ADC_RES_T #define HAVE_ADC_RES_T
typedef enum { typedef enum {
ADC_RES_6BIT = 0xff, /**< not supported */ ADC_RES_6BIT = 0xff, /**< not supported */
@ -97,7 +93,6 @@ typedef enum {
ADC_RES_14BIT = 0xfe, /**< not supported */ ADC_RES_14BIT = 0xfe, /**< not supported */
ADC_RES_16BIT = 0xfd /**< not supported */ ADC_RES_16BIT = 0xfd /**< not supported */
} adc_res_t; } adc_res_t;
/** @} */
#endif /* ndef DOXYGEN */ #endif /* ndef DOXYGEN */
/** /**

View File

@ -93,7 +93,6 @@ typedef enum {
ADC_RES_14BIT = 0xfe, /**< not supported */ ADC_RES_14BIT = 0xfe, /**< not supported */
ADC_RES_16BIT = 0xfd /**< not supported */ ADC_RES_16BIT = 0xfd /**< not supported */
} adc_res_t; } adc_res_t;
/** @} */
#endif /* DOXYGEN */ #endif /* DOXYGEN */
/** /**
@ -128,7 +127,6 @@ static const gpio_t rtc_tamper_pins[RTC_NUM_OF_TAMPERS] = {
/** /**
* @brief NVM User Page Mapping - Dedicated Entries * @brief NVM User Page Mapping - Dedicated Entries
* Config values will be applied at power-on. * Config values will be applied at power-on.
* @{
*/ */
struct sam0_aux_cfg_mapping { struct sam0_aux_cfg_mapping {
/* config word 0 */ /* 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 */ #define SAM0_QSPI_PIN_CLK GPIO_PIN(PB, 10) /**< Clock */

View File

@ -60,7 +60,6 @@ typedef enum {
ADC_RES_16BIT = 0xfd /**< not supported */ ADC_RES_16BIT = 0xfd /**< not supported */
} adc_res_t; } adc_res_t;
#endif /* ndef DOXYGEN */ #endif /* ndef DOXYGEN */
/** @} */
/** /**
* @brief The MCU has a 10 bit DAC * @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 * @brief NVM User Row Mapping - Dedicated Entries
* Config values will be applied at power-on. * Config values will be applied at power-on.
* @{
*/ */
struct sam0_aux_cfg_mapping { struct sam0_aux_cfg_mapping {
/* config word 0 */ /* config word 0 */
@ -138,7 +136,6 @@ struct sam0_aux_cfg_mapping {
/* config word 7 */ /* config word 7 */
uint32_t user_crc; /**< CRC of NVM User Row bits 223:64 (words 2…6) */ uint32_t user_crc; /**< CRC of NVM User Row bits 223:64 (words 2…6) */
}; };
/** @} */
#ifdef __cplusplus #ifdef __cplusplus
} }

View File

@ -60,7 +60,6 @@ typedef enum {
ADC_RES_14BIT = 0xfe, /**< not supported */ ADC_RES_14BIT = 0xfe, /**< not supported */
ADC_RES_16BIT = 0xfd /**< not supported */ ADC_RES_16BIT = 0xfd /**< not supported */
} adc_res_t; } adc_res_t;
/** @} */
#endif /* ndef DOXYGEN */ #endif /* ndef DOXYGEN */
/** /**

View File

@ -11,8 +11,7 @@
* *
* *
* @author Vincent Dupont <vincent@otakeys.com> * @author Vincent Dupont <vincent@otakeys.com>
* * @{
* @}
*/ */
#ifndef CLK_CONF_H #ifndef CLK_CONF_H
@ -26,7 +25,7 @@ extern "C" {
/** /**
* @name STM32 families * @name STM32 families
* @ { * @{
*/ */
enum fam { enum fam {
STM32F0, STM32F0,
@ -115,7 +114,6 @@ enum {
MODEL_MP_MAX, MODEL_MP_MAX,
}; };
/** @} */ /** @} */
/** /**
@ -631,7 +629,7 @@ static const clk_cfg_t stm32_f_clk_cfg[] = {
}, },
}; };
/** /**
* @brief Clock config for supported cpu * @brief Clock config for supported cpu
*/ */
static const clk_cfg_t stm32_mp_clk_cfg[] = { static const clk_cfg_t stm32_mp_clk_cfg[] = {
@ -658,3 +656,4 @@ static const clk_cfg_t stm32_mp_clk_cfg[] = {
#endif #endif
#endif /* CLK_CONF_H */ #endif /* CLK_CONF_H */
/** @} */

View File

@ -40,6 +40,7 @@ extern "C" {
#define CONFIG_USE_CLOCK_PLL 1 /* Use PLL by default */ #define CONFIG_USE_CLOCK_PLL 1 /* Use PLL by default */
#endif #endif
#endif /* CONFIG_USE_CLOCK_PLL */ #endif /* CONFIG_USE_CLOCK_PLL */
/** @} */
#if IS_ACTIVE(CONFIG_USE_CLOCK_PLL) && \ #if IS_ACTIVE(CONFIG_USE_CLOCK_PLL) && \
(IS_ACTIVE(CONFIG_USE_CLOCK_MSI) || IS_ACTIVE(CONFIG_USE_CLOCK_HSE) || \ (IS_ACTIVE(CONFIG_USE_CLOCK_MSI) || IS_ACTIVE(CONFIG_USE_CLOCK_HSE) || \

View File

@ -75,6 +75,7 @@ extern "C" {
/** /**
* @name Clock bus settings (APB1 and APB2) * @name Clock bus settings (APB1 and APB2)
* @{
*/ */
#ifndef CONFIG_CLOCK_APB1_DIV #ifndef CONFIG_CLOCK_APB1_DIV
#define CONFIG_CLOCK_APB1_DIV (2) /* max 50MHz */ #define CONFIG_CLOCK_APB1_DIV (2) /* max 50MHz */

View File

@ -53,6 +53,7 @@ extern "C" {
/** /**
* @name Clock bus settings (APB1 and APB2) * @name Clock bus settings (APB1 and APB2)
* @{
*/ */
#ifndef CONFIG_CLOCK_APB1_DIV #ifndef CONFIG_CLOCK_APB1_DIV
#define CONFIG_CLOCK_APB1_DIV (4) /* max 30MHz */ #define CONFIG_CLOCK_APB1_DIV (4) /* max 30MHz */

View File

@ -87,6 +87,7 @@ extern "C" {
/** /**
* @name Clock bus settings (APB1 and APB2) * @name Clock bus settings (APB1 and APB2)
* @{
*/ */
#ifndef CONFIG_CLOCK_APB1_DIV #ifndef CONFIG_CLOCK_APB1_DIV
#define CONFIG_CLOCK_APB1_DIV (4) /* max 45MHz */ #define CONFIG_CLOCK_APB1_DIV (4) /* max 45MHz */

View File

@ -62,6 +62,7 @@ extern "C" {
/** /**
* @name Clock bus settings (APB1 and APB2) * @name Clock bus settings (APB1 and APB2)
* @{
*/ */
#ifndef CONFIG_CLOCK_APB1_DIV #ifndef CONFIG_CLOCK_APB1_DIV
#define CONFIG_CLOCK_APB1_DIV (4) /* max 54MHz */ #define CONFIG_CLOCK_APB1_DIV (4) /* max 54MHz */

View File

@ -62,6 +62,7 @@ extern "C" {
/** /**
* @name Clock bus settings (APB1 and APB2) * @name Clock bus settings (APB1 and APB2)
* @{
*/ */
#ifndef CONFIG_CLOCK_APB1_DIV #ifndef CONFIG_CLOCK_APB1_DIV
#define CONFIG_CLOCK_APB1_DIV (2) /* max 42MHz */ #define CONFIG_CLOCK_APB1_DIV (2) /* max 42MHz */

View File

@ -175,6 +175,7 @@ extern "C" {
#define CONFIG_CLOCK_APB2_DIV (2) #define CONFIG_CLOCK_APB2_DIV (2)
#endif #endif
#define CLOCK_APB2 (CLOCK_AHB / CONFIG_CLOCK_APB2_DIV) /* PCLK1, max: 48/64/80/120MHz */ #define CLOCK_APB2 (CLOCK_AHB / CONFIG_CLOCK_APB2_DIV) /* PCLK1, max: 48/64/80/120MHz */
/** @} */
#ifdef __cplusplus #ifdef __cplusplus
} }

View File

@ -50,6 +50,7 @@
/** /**
* @name MP1 clock bus settings (MCU, APB1, APB2 and APB3) * @name MP1 clock bus settings (MCU, APB1, APB2 and APB3)
* @{
*/ */
#ifndef CONFIG_CLOCK_MCU_DIV #ifndef CONFIG_CLOCK_MCU_DIV
#define CONFIG_CLOCK_MCU_DIV (1) /* max 208MHz */ #define CONFIG_CLOCK_MCU_DIV (1) /* max 208MHz */

View File

@ -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_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_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_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_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 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\. 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_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_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_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_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_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\. 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_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_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_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_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_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\. 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 __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_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_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_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_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 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/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 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 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\. 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 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_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/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_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_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\. 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 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_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_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 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 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\. 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_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_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: 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_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 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\. 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_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_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/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_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_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\. 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_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_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_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: 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: end of file with unbalanced grouping commands 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_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_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_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_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_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_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 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 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 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 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 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_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_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_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_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_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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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_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\. 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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_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_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\. 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_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_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 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_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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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\. 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_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_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_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_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_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\. 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_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_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_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_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_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_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_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 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_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_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\. 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_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_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_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 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_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_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_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_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_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_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\. 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_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_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_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_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_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 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 \(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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 file cc26xx_cc13xx_vims\.h 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/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_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 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/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_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/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_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 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\. 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_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/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/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_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_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\. 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_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 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/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 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 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\. 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 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_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/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/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\(\) \(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_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\. 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_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/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/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_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_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\. 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_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_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/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_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_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\. 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_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_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/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: 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_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_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 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/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/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_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_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\. 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 _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_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_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 \(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_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/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_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 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\. 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 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_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/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 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_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\. 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_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 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/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_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 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\. 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_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_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/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/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_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/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\. 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_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/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 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_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_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_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: 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_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_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\. 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_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_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/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 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_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\. 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_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_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: 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 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_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_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_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_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/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_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_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\. 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_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 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_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_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 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\. 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_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_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: 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_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_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_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_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_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: 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_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_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\. 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_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_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: 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_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_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\. 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_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_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: 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_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_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\. 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_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_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: 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_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_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\. 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_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_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/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_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_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\. 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_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_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: 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 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 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\. 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_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_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_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_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_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\. 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: 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/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/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 \(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_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\. 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_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_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/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_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_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/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_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_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\. 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_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_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/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_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_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\. 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_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_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_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/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/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\. 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_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_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/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/config\.h:[0-9]+: warning: unbalanced grouping commands
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/dhcpv6/client\.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/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\. 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_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_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/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_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_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\. sys/include/net/sock/dns\.h:[0-9]+: warning: Member SOCK_DNS_RETRIES \(macro definition\) of group net_sock_dns is not documented\.