ST STM32F31xx User Manual page 462

Table of Contents

Advertisement

General-purpose timers (TIM)
22.2.11.10 TIM_UpdateDisableConfig
Function Name
Function Description
Parameters
Return values
Notes
22.2.11.11 TIM_UpdateRequestConfig
Function Name
Function Description
Parameters
Return values
Notes
462/584
void TIM_UpdateDisableConfig (
FunctionalState
NewState)
Enables or Disables the TIMx Update event.
TIMx : where x can be 1, 2, 3, 4, 6 ,7 ,8, 15, 16 or 17 to
select the TIM peripheral.
NewState : new state of the TIMx UDIS bit This parameter
can be: ENABLE or DISABLE.
None.
None.
void TIM_UpdateRequestConfig (
uint16_t TIM_UpdateSource)
Configures the TIMx Update Request Interrupt source.
TIMx : where x can be 1, 2, 3, 4, 6 ,7 ,8, 15, 16 or 17 to
select the TIM peripheral.
TIM_UpdateSource : specifies the Update source. This
parameter can be one of the following values:
TIM_UpdateSource_Regular :
counter overflow/underflow or the setting of UG bit, or an
update generation through the slave mode controller.
TIM_UpdateSource_Global :
counter overflow/underflow.
None.
None.
DocID023800 Rev 1
TIM_TypeDef *
TIMx,
TIM_TypeDef *
TIMx,
Source of update is the
Source of update is
UM1581

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the STM32F31xx and is the answer not in the manual?

This manual is also suitable for:

Stm32f30xx

Table of Contents