![]()  | 
  
  
  
    STM32F10x Standard Peripherals Library
    3.5.0
    
   
   | 
  
  
  
 
Defines | |
| #define | TIM_PSCReloadMode_Update ((uint16_t)0x0000) | 
| #define | TIM_PSCReloadMode_Immediate ((uint16_t)0x0001) | 
| #define | IS_TIM_PRESCALER_RELOAD(RELOAD) | 
| #define IS_TIM_PRESCALER_RELOAD | ( | RELOAD | ) | 
(((RELOAD) == TIM_PSCReloadMode_Update) || \ ((RELOAD) == TIM_PSCReloadMode_Immediate))
Definition at line 805 of file stm32f10x_tim.h.
| #define TIM_PSCReloadMode_Immediate ((uint16_t)0x0001) | 
Definition at line 804 of file stm32f10x_tim.h.
| #define TIM_PSCReloadMode_Update ((uint16_t)0x0000) | 
Definition at line 803 of file stm32f10x_tim.h.