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

cpu/lpc23xx: fix doxygen grouping warnings

Signed-off-by: Jean-Pierre De Jesus DIAZ <me@jeandudey.tech>
This commit is contained in:
Jean-Pierre De Jesus DIAZ 2021-09-05 20:47:10 +02:00
parent 209304ccb8
commit 3de8f247c3
2 changed files with 4 additions and 6 deletions

View File

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

View File

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