X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_i2c.h;h=fffe23d5eb79651894738173ab8f3d0559e4d409;hb=ba2ba183c492049aface3e3d4e1d5f945b43f3d6;hp=dd490e8c638003285090f6e74f20b061fe0acd01;hpb=51c955015167ce817fa177c80dbc63f764cce44d;p=bertos.git diff --git a/bertos/cfg/cfg_i2c.h b/bertos/cfg/cfg_i2c.h index dd490e8c..fffe23d5 100644 --- a/bertos/cfg/cfg_i2c.h +++ b/bertos/cfg/cfg_i2c.h @@ -40,7 +40,11 @@ #ifndef CFG_I2C_H #define CFG_I2C_H -/// Comunication frequency. $WIZARD = { "type" : "int" } +/** +*Comunication frequency. +* +* $WIZ$ type = "int" +*/ #define CONFIG_I2C_FREQ 100000UL /** @@ -48,7 +52,7 @@ * the twi_start should try to get an ACK before * returning error. * - * $WIZARD = { "type" : "int" } + * $WIZ$ type = "int" */ #define CONFIG_I2C_START_TIMEOUT 100 @@ -58,24 +62,24 @@ * I2C_BACKEND_BITBANG: Use the emulated bitbang driver. * \see drv/i2c.h for more information. * - * $WIZARD = { - * "type" : "enum", - * "value_list" : "i2c_backend" - * } + * $WIZ$ type = "enum", + * $WIZ$ value_list = "i2c_backend" */ #define CONFIG_I2C_BACKEND I2C_BACKEND_BUILTIN /** * Module logging level. * - * $WIZARD = { "type" : "enum", "value_list" : "log_level" } + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" */ #define I2C_LOG_LEVEL LOG_LVL_INFO /** * module logging format. * - * $WIZARD = { "type" : "enum", "value_list" : "log_format" } + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_format" */ #define I2C_LOG_FORMAT LOG_FMT_TERSE