Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
Diff: TARGET_NUCLEO_L053R8/stm32l0xx_hal_tim.h
- Revision:
- 119:aae6fcc7d9bb
- Parent:
- 96:487b796308b0
--- a/TARGET_NUCLEO_L053R8/stm32l0xx_hal_tim.h Wed Apr 13 12:19:19 2016 +0100 +++ b/TARGET_NUCLEO_L053R8/stm32l0xx_hal_tim.h Wed Apr 27 12:10:56 2016 -0500 @@ -2,13 +2,13 @@ ****************************************************************************** * @file stm32l0xx_hal_tim.h * @author MCD Application Team - * @version V1.2.0 - * @date 06-February-2015 + * @version V1.5.0 + * @date 8-January-2016 * @brief Header file of TIM HAL module. ****************************************************************************** * @attention * - * <h2><center>© COPYRIGHT(c) 2015 STMicroelectronics</center></h2> + * <h2><center>© COPYRIGHT(c) 2016 STMicroelectronics</center></h2> * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: @@ -579,15 +579,6 @@ /** * @} */ -#define IS_TIM_IT(__IT__) ((((__IT__) & 0xFFFFFFA0) == 0x00000000) && ((__IT__) != 0x00000000)) - -#define IS_TIM_GET_IT(__IT__) (((__IT__) == TIM_IT_UPDATE) || \ - ((__IT__) == TIM_IT_CC1) || \ - ((__IT__) == TIM_IT_CC2) || \ - ((__IT__) == TIM_IT_CC3) || \ - ((__IT__) == TIM_IT_CC4) || \ - ((__IT__) == TIM_IT_TRIGGER)) - /** @defgroup TIM_DMA_sources DMA sources * @{ @@ -636,17 +627,6 @@ /** * @} */ -#define IS_TIM_FLAG(__FLAG__) (((__FLAG__) == TIM_FLAG_UPDATE) || \ - ((__FLAG__) == TIM_FLAG_CC1) || \ - ((__FLAG__) == TIM_FLAG_CC2) || \ - ((__FLAG__) == TIM_FLAG_CC3) || \ - ((__FLAG__) == TIM_FLAG_CC4) || \ - ((__FLAG__) == TIM_FLAG_TRIGGER) || \ - ((__FLAG__) == TIM_FLAG_CC1OF) || \ - ((__FLAG__) == TIM_FLAG_CC2OF) || \ - ((__FLAG__) == TIM_FLAG_CC3OF) || \ - ((__FLAG__) == TIM_FLAG_CC4OF)) - /** @defgroup TIM_Clock_Source Clock source * @{ @@ -1228,9 +1208,9 @@ * @note When the URS bit of the TIMx_CR1 register is reset, any of the * following events generate an update interrupt or DMA request (if * enabled): - * Counter overflow/underflow - * Setting the UG bit - * Update generation through the slave mode controller + * Counter overflow/underflow + * Setting the UG bit + * Update generation through the slave mode controller * @retval None */ #define __HAL_TIM_URS_DISABLE(__HANDLE__) \ @@ -1493,6 +1473,16 @@ * @} */ +/* Define the private group ***********************************/ +/**************************************************************/ +/** @defgroup TIM_Private TIM Private + * @{ + */ +/** + * @} + */ +/**************************************************************/ + /** * @} */