STM32F4 Standard Peripheral bibliotheek
1.0
ST Microelectronics bibliotheek documentatie voor de STM32F4 Standard Peripheral Library
Main Page
Modules
Data Structures
Files
All
Data Structures
Files
Functions
Variables
Enumerations
Enumerator
Groups
Macros
TIM_Remap
TIM_Exported_constants
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))
Generated on Thu Feb 13 2014 18:54:14 for STM32F4 Standard Peripheral bibliotheek by
1.8.3.1