|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
TIM Time Base Handle Structure definition. More...
#include <stm32f4xx_hal_tim.h>
Public Attributes | |
| TIM_TypeDef * | Instance |
| TIM_Base_InitTypeDef | Init |
| HAL_TIM_ActiveChannel | Channel |
| DMA_HandleTypeDef * | hdma [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 |
TIM Time Base Handle Structure definition.
Definition at line 338 of file stm32f4xx_hal_tim.h.
| HAL_TIM_ActiveChannel TIM_HandleTypeDef::Channel |
Active channel
Definition at line 343 of file stm32f4xx_hal_tim.h.
| volatile HAL_TIM_ChannelStateTypeDef TIM_HandleTypeDef::ChannelNState[4] |
TIM complementary channel operation state
Definition at line 349 of file stm32f4xx_hal_tim.h.
| volatile HAL_TIM_ChannelStateTypeDef TIM_HandleTypeDef::ChannelState[4] |
TIM channel operation state
Definition at line 348 of file stm32f4xx_hal_tim.h.
| volatile HAL_TIM_DMABurstStateTypeDef TIM_HandleTypeDef::DMABurstState |
DMA burst operation state
Definition at line 350 of file stm32f4xx_hal_tim.h.
| 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.
| TIM_Base_InitTypeDef TIM_HandleTypeDef::Init |
TIM Time Base required parameters
Definition at line 342 of file stm32f4xx_hal_tim.h.
| TIM_TypeDef* TIM_HandleTypeDef::Instance |
Register base address
Definition at line 341 of file stm32f4xx_hal_tim.h.
| HAL_LockTypeDef TIM_HandleTypeDef::Lock |
Locking object
Definition at line 346 of file stm32f4xx_hal_tim.h.
| volatile HAL_TIM_StateTypeDef TIM_HandleTypeDef::State |
TIM operation state
Definition at line 347 of file stm32f4xx_hal_tim.h.