DIY Logging Volt/Ampmeter
TIM_HandleTypeDef Struct Reference

TIM Time Base Handle Structure definition. More...

#include <stm32f1xx_hal_tim.h>

Data Fields

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 [4]
 
__IO HAL_TIM_ChannelStateTypeDef ChannelNState [4]
 
__IO HAL_TIM_DMABurstStateTypeDef DMABurstState
 

Detailed Description

TIM Time Base Handle Structure definition.

Definition at line 335 of file stm32f1xx_hal_tim.h.

Field Documentation

◆ Channel

HAL_TIM_ActiveChannel TIM_HandleTypeDef::Channel

Active channel

Definition at line 340 of file stm32f1xx_hal_tim.h.

◆ ChannelNState

__IO HAL_TIM_ChannelStateTypeDef TIM_HandleTypeDef::ChannelNState[4]

TIM complementary channel operation state

Definition at line 346 of file stm32f1xx_hal_tim.h.

◆ ChannelState

__IO HAL_TIM_ChannelStateTypeDef TIM_HandleTypeDef::ChannelState[4]

TIM channel operation state

Definition at line 345 of file stm32f1xx_hal_tim.h.

◆ DMABurstState

__IO HAL_TIM_DMABurstStateTypeDef TIM_HandleTypeDef::DMABurstState

DMA burst operation state

Definition at line 347 of file stm32f1xx_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 341 of file stm32f1xx_hal_tim.h.

◆ Init

TIM_Base_InitTypeDef TIM_HandleTypeDef::Init

TIM Time Base required parameters

Definition at line 339 of file stm32f1xx_hal_tim.h.

◆ Instance

TIM_TypeDef* TIM_HandleTypeDef::Instance

Register base address

Definition at line 338 of file stm32f1xx_hal_tim.h.

◆ Lock

HAL_LockTypeDef TIM_HandleTypeDef::Lock

Locking object

Definition at line 343 of file stm32f1xx_hal_tim.h.

◆ State

__IO HAL_TIM_StateTypeDef TIM_HandleTypeDef::State

TIM operation state

Definition at line 344 of file stm32f1xx_hal_tim.h.


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