TUKS MCU Introductory course / TUKS-COURSE-THERMOMETER

Fork of TUKS-COURSE-TIMER by TUKS MCU Introductory course

Embed: (wiki syntax)

« Back to documentation index

TIM IRQ handler management

TIM IRQ handler management
[TIM Exported Functions]

IRQ handler management. More...

Functions

void HAL_TIM_IRQHandler (TIM_HandleTypeDef *htim)
 This function handles TIM interrupts requests.

Detailed Description

IRQ handler management.

  ==============================================================================
                        ##### IRQ handler management #####
  ==============================================================================
  [..]
    This section provides Timer IRQ handler function.


Function Documentation

void HAL_TIM_IRQHandler ( TIM_HandleTypeDef *  htim )

This function handles TIM interrupts requests.

Parameters:
htim,:TIM handle
Return values:
None

Definition at line 2790 of file stm32l4xx_hal_tim.c.