TIM Time Base Handle Structure definition. More...
#include <stm32f4xx_hal_tim.h>
TIM Time Base Handle Structure definition.
Definition at line 315 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
HAL_TIM_ActiveChannel TIM_HandleTypeDef::Channel |
Active channel
Definition at line 320 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
__IO HAL_TIM_ChannelStateTypeDef TIM_HandleTypeDef::ChannelNState |
TIM complementary channel operation state
Definition at line 358 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h.
__IO HAL_TIM_ChannelStateTypeDef TIM_HandleTypeDef::ChannelState |
TIM channel operation state
Definition at line 357 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h.
__IO HAL_TIM_DMABurstStateTypeDef TIM_HandleTypeDef::DMABurstState |
DMA burst operation state
Definition at line 359 of file stm32h735/stm32h735g-dk/Drivers/STM32H7xx_HAL_Driver/Inc/stm32h7xx_hal_tim.h.
DMA_HandleTypeDef * TIM_HandleTypeDef::hdma |
DMA Handlers array This array is accessed by a TIM DMA Handle Index
Definition at line 321 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
TIM_Base_InitTypeDef TIM_HandleTypeDef::Init |
TIM Time Base required parameters
TIM Time Base required parameters
Definition at line 319 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
TIM_TypeDef * TIM_HandleTypeDef::Instance |
Register base address
Definition at line 318 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
HAL_LockTypeDef TIM_HandleTypeDef::Lock |
Locking object
Definition at line 323 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.
__IO HAL_TIM_StateTypeDef TIM_HandleTypeDef::State |
TIM operation state
Definition at line 324 of file stm32f407/stm32f407g-disc1/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h.