my fork
Fork of mbed by
Diff: TARGET_NUCLEO_F072RB/stm32f0xx_hal_i2c_ex.h
- Revision:
- 92:4fc01daae5a5
- Parent:
- 85:024bf7f99721
- Child:
- 93:e188a91d3eaa
--- a/TARGET_NUCLEO_F072RB/stm32f0xx_hal_i2c_ex.h Wed Oct 29 11:02:04 2014 +0000 +++ b/TARGET_NUCLEO_F072RB/stm32f0xx_hal_i2c_ex.h Thu Nov 27 13:33:22 2014 +0000 @@ -2,8 +2,8 @@ ****************************************************************************** * @file stm32f0xx_hal_i2c_ex.h * @author MCD Application Team - * @version V1.0.0 - * @date 28-May-2014 + * @version V1.1.0 + * @date 03-Oct-2014 * @brief Header file of I2C HAL Extension module. ****************************************************************************** * @attention @@ -50,18 +50,18 @@ * @{ */ -/** @addtogroup I2CEx +/** @addtogroup I2CEx I2CEx Extended HAL module driver * @{ */ /* Exported types ------------------------------------------------------------*/ /* Exported constants --------------------------------------------------------*/ -/** @defgroup I2CEx_Exported_Constants +/** @defgroup I2CEx_Exported_Constants I2CEx Exported Constants * @{ */ -/** @defgroup I2CEx_Analog_Filter +/** @defgroup I2CEx_Analog_Filter I2CEx Analog Filter * @{ */ #define I2C_ANALOGFILTER_ENABLED ((uint32_t)0x00000000) @@ -73,7 +73,7 @@ * @} */ -/** @defgroup I2CEx_Digital_Filter +/** @defgroup I2CEx_Digital_Filter I2CEx Digital Filter * @{ */ #define IS_I2C_DIGITAL_FILTER(FILTER) ((FILTER) <= 0x0000000F) @@ -88,6 +88,15 @@ /* Exported macro ------------------------------------------------------------*/ /* Exported functions --------------------------------------------------------*/ +/** @addtogroup I2CEx_Exported_Functions + * @{ + */ + +/** @addtogroup I2CEx_Exported_Functions_Group1 Extended features functions + * @brief Extended features functions + * @{ + */ + /* Peripheral Control functions ************************************************/ HAL_StatusTypeDef HAL_I2CEx_AnalogFilter_Config(I2C_HandleTypeDef *hi2c, uint32_t AnalogFilter); HAL_StatusTypeDef HAL_I2CEx_DigitalFilter_Config(I2C_HandleTypeDef *hi2c, uint32_t DigitalFilter); @@ -100,8 +109,16 @@ /** * @} + */ + +/** + * @} */ - + +/** + * @} + */ + #ifdef __cplusplus } #endif @@ -110,3 +127,4 @@ /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ +