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_Slave_Mode
TIM_Exported_constants
Macros
#define
TIM_SlaveMode_Reset
((uint16_t)0x0004)
#define
TIM_SlaveMode_Gated
((uint16_t)0x0005)
#define
TIM_SlaveMode_Trigger
((uint16_t)0x0006)
#define
TIM_SlaveMode_External1
((uint16_t)0x0007)
#define
IS_TIM_SLAVE_MODE
(MODE)
Detailed Description
Macro Definition Documentation
#define IS_TIM_SLAVE_MODE
(
MODE
)
Value:
(((MODE) == TIM_SlaveMode_Reset) || \
((MODE) == TIM_SlaveMode_Gated) || \
((MODE) == TIM_SlaveMode_Trigger) || \
((MODE) == TIM_SlaveMode_External1))
Generated on Thu Feb 13 2014 18:54:14 for STM32F4 Standard Peripheral bibliotheek by
1.8.3.1