STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
TIM_HandleTypeDef Struct Reference

TIM Time Base Handle Structure definition. More...

#include <stm32f4xx_hal_tim.h>

Collaboration diagram for TIM_HandleTypeDef:

Public Attributes

TIM_TypeDef * Instance
TIM_Base_InitTypeDef Init
HAL_TIM_ActiveChannel Channel
DMA_HandleTypeDefhdma [7]
HAL_LockTypeDef Lock
volatile HAL_TIM_StateTypeDef State
volatile HAL_TIM_ChannelStateTypeDef ChannelState [4]
volatile HAL_TIM_ChannelStateTypeDef ChannelNState [4]
volatile HAL_TIM_DMABurstStateTypeDef DMABurstState

Detailed Description

TIM Time Base Handle Structure definition.

Definition at line 338 of file stm32f4xx_hal_tim.h.

Member Data Documentation

◆ Channel

HAL_TIM_ActiveChannel TIM_HandleTypeDef::Channel

Active channel

Definition at line 343 of file stm32f4xx_hal_tim.h.

◆ ChannelNState

volatile HAL_TIM_ChannelStateTypeDef TIM_HandleTypeDef::ChannelNState[4]

TIM complementary channel operation state

Definition at line 349 of file stm32f4xx_hal_tim.h.

◆ ChannelState

volatile HAL_TIM_ChannelStateTypeDef TIM_HandleTypeDef::ChannelState[4]

TIM channel operation state

Definition at line 348 of file stm32f4xx_hal_tim.h.

◆ DMABurstState

volatile HAL_TIM_DMABurstStateTypeDef TIM_HandleTypeDef::DMABurstState

DMA burst operation state

Definition at line 350 of file stm32f4xx_hal_tim.h.

◆ hdma

DMA_HandleTypeDef* TIM_HandleTypeDef::hdma[7]

DMA Handlers array This array is accessed by a TIM DMA Handle Index

Definition at line 344 of file stm32f4xx_hal_tim.h.

◆ Init

TIM_Base_InitTypeDef TIM_HandleTypeDef::Init

TIM Time Base required parameters

Definition at line 342 of file stm32f4xx_hal_tim.h.

◆ Instance

TIM_TypeDef* TIM_HandleTypeDef::Instance

Register base address

Definition at line 341 of file stm32f4xx_hal_tim.h.

◆ Lock

HAL_LockTypeDef TIM_HandleTypeDef::Lock

Locking object

Definition at line 346 of file stm32f4xx_hal_tim.h.

◆ State

volatile HAL_TIM_StateTypeDef TIM_HandleTypeDef::State

TIM operation state

Definition at line 347 of file stm32f4xx_hal_tim.h.


The documentation for this struct was generated from the following file: