DIY Logging Volt/Ampmeter
|
TIM Time Base Handle Structure definition. More...
#include <stm32f1xx_hal_tim.h>
TIM Time Base Handle Structure definition.
Definition at line 335 of file stm32f1xx_hal_tim.h.
HAL_TIM_ActiveChannel TIM_HandleTypeDef::Channel |
Active channel
Definition at line 340 of file stm32f1xx_hal_tim.h.
__IO HAL_TIM_ChannelStateTypeDef TIM_HandleTypeDef::ChannelNState[4] |
TIM complementary channel operation state
Definition at line 346 of file stm32f1xx_hal_tim.h.
__IO HAL_TIM_ChannelStateTypeDef TIM_HandleTypeDef::ChannelState[4] |
TIM channel operation state
Definition at line 345 of file stm32f1xx_hal_tim.h.
__IO HAL_TIM_DMABurstStateTypeDef TIM_HandleTypeDef::DMABurstState |
DMA burst operation state
Definition at line 347 of file stm32f1xx_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 341 of file stm32f1xx_hal_tim.h.
TIM_Base_InitTypeDef TIM_HandleTypeDef::Init |
TIM Time Base required parameters
Definition at line 339 of file stm32f1xx_hal_tim.h.
TIM_TypeDef* TIM_HandleTypeDef::Instance |
Register base address
Definition at line 338 of file stm32f1xx_hal_tim.h.
HAL_LockTypeDef TIM_HandleTypeDef::Lock |
Locking object
Definition at line 343 of file stm32f1xx_hal_tim.h.
__IO HAL_TIM_StateTypeDef TIM_HandleTypeDef::State |
TIM operation state
Definition at line 344 of file stm32f1xx_hal_tim.h.