Doxygen fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4931 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
ff223dbf74
commit
0c1c2eff08
|
@ -23,7 +23,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file STM32/i2c_lld.c
|
* @file STM32/I2Cv1/i2c_lld.c
|
||||||
* @brief STM32 I2C subsystem low level driver source.
|
* @brief STM32 I2C subsystem low level driver source.
|
||||||
*
|
*
|
||||||
* @addtogroup I2C
|
* @addtogroup I2C
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file STM32/i2c_lld.h
|
* @file STM32/I2Cv1/i2c_lld.h
|
||||||
* @brief STM32 I2C subsystem low level driver header.
|
* @brief STM32 I2C subsystem low level driver header.
|
||||||
*
|
*
|
||||||
* @addtogroup I2C
|
* @addtogroup I2C
|
||||||
|
|
|
@ -157,7 +157,7 @@ struct RTCWakeup {
|
||||||
* @details Bits [15:0] contain value of WUTR register
|
* @details Bits [15:0] contain value of WUTR register
|
||||||
* Bits [18:16] contain value of WUCKSEL bits in CR register
|
* Bits [18:16] contain value of WUCKSEL bits in CR register
|
||||||
*
|
*
|
||||||
* @notes ((WUTR == 0) || (WUCKSEL == 3)) is forbidden combination.
|
* @note ((WUTR == 0) || (WUCKSEL == 3)) is forbidden combination.
|
||||||
*/
|
*/
|
||||||
uint32_t wakeup;
|
uint32_t wakeup;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue