From e39ebb16235810c6832c36d1148f5ab113e7c309 Mon Sep 17 00:00:00 2001 From: smlng Date: Thu, 12 Jul 2018 11:39:48 +0200 Subject: [PATCH] cpu/sam0: add doxygen group around i2c_speed_t --- cpu/sam0_common/include/periph_cpu_common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cpu/sam0_common/include/periph_cpu_common.h b/cpu/sam0_common/include/periph_cpu_common.h index 399ccc68f5..e3bb094e5c 100644 --- a/cpu/sam0_common/include/periph_cpu_common.h +++ b/cpu/sam0_common/include/periph_cpu_common.h @@ -253,7 +253,8 @@ typedef enum { } i2c_flag_t; /** - * @brief Override I2C clock speed values + * @name Override I2C clock speed values + * @{ */ #define HAVE_I2C_SPEED_T typedef enum { @@ -263,6 +264,7 @@ typedef enum { I2C_SPEED_FAST_PLUS = 1000000U, /**< fast plus mode: ~1Mbit/s */ I2C_SPEED_HIGH = 3400000U, /**< high speed mode: ~3.4Mbit/s */ } i2c_speed_t; +/** @} */ /** * @brief I2C device configuration