My Project
Loading...
Searching...
No Matches
TIM_HandleTypeDef Struct Reference

TIM Time Base Handle Structure definition. More...

#include <stm32f3xx_hal_tim.h>

Public Attributes

TIM_TypeDefInstance
 
TIM_Base_InitTypeDef Init
 
HAL_TIM_ActiveChannel Channel
 
DMA_HandleTypeDefhdma [7]
 
HAL_LockTypeDef Lock
 
__IO HAL_TIM_StateTypeDef State
 
__IO HAL_TIM_ChannelStateTypeDef ChannelState [6]
 
__IO HAL_TIM_ChannelStateTypeDef ChannelNState [4]
 
__IO HAL_TIM_DMABurstStateTypeDef DMABurstState
 

Detailed Description

TIM Time Base Handle Structure definition.

Member Data Documentation

◆ Channel

HAL_TIM_ActiveChannel TIM_HandleTypeDef::Channel

Active channel

◆ ChannelNState

__IO HAL_TIM_ChannelStateTypeDef TIM_HandleTypeDef::ChannelNState[4]

TIM complementary channel operation state

◆ ChannelState

__IO HAL_TIM_ChannelStateTypeDef TIM_HandleTypeDef::ChannelState[6]

TIM channel operation state

◆ DMABurstState

__IO HAL_TIM_DMABurstStateTypeDef TIM_HandleTypeDef::DMABurstState

DMA burst operation state

◆ hdma

DMA_HandleTypeDef* TIM_HandleTypeDef::hdma[7]

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

◆ Init

TIM_Base_InitTypeDef TIM_HandleTypeDef::Init

TIM Time Base required parameters

◆ Instance

TIM_TypeDef* TIM_HandleTypeDef::Instance

Register base address

◆ Lock

HAL_LockTypeDef TIM_HandleTypeDef::Lock

Locking object

◆ State

__IO HAL_TIM_StateTypeDef TIM_HandleTypeDef::State

TIM operation state


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