STM32F2 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F2 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups

Macros

#define TIM2_TIM8_TRGO   ((uint16_t)0x0000)
 
#define TIM2_ETH_PTP   ((uint16_t)0x0400)
 
#define TIM2_USBFS_SOF   ((uint16_t)0x0800)
 
#define TIM2_USBHS_SOF   ((uint16_t)0x0C00)
 
#define TIM5_GPIO   ((uint16_t)0x0000)
 
#define TIM5_LSI   ((uint16_t)0x0040)
 
#define TIM5_LSE   ((uint16_t)0x0080)
 
#define TIM5_RTC   ((uint16_t)0x00C0)
 
#define TIM11_GPIO   ((uint16_t)0x0000)
 
#define TIM11_HSE   ((uint16_t)0x0002)
 
#define IS_TIM_REMAP(TIM_REMAP)
 

Detailed Description

Macro Definition Documentation

#define IS_TIM_REMAP (   TIM_REMAP)
Value:
(((TIM_REMAP) == TIM2_TIM8_TRGO)||\
((TIM_REMAP) == TIM2_ETH_PTP)||\
((TIM_REMAP) == TIM2_USBFS_SOF)||\
((TIM_REMAP) == TIM2_USBHS_SOF)||\
((TIM_REMAP) == TIM5_GPIO)||\
((TIM_REMAP) == TIM5_LSI)||\
((TIM_REMAP) == TIM5_LSE)||\
((TIM_REMAP) == TIM5_RTC)||\
((TIM_REMAP) == TIM11_GPIO)||\
((TIM_REMAP) == TIM11_HSE))