|
STM32F439xx HAL User Manual
|
Data Structures | |
| struct | TIM_Base_InitTypeDef |
| TIM Time base Configuration Structure definition. More... | |
| struct | TIM_OC_InitTypeDef |
| TIM Output Compare Configuration Structure definition. More... | |
| struct | TIM_OnePulse_InitTypeDef |
| TIM One Pulse Mode Configuration Structure definition. More... | |
| struct | TIM_IC_InitTypeDef |
| TIM Input Capture Configuration Structure definition. More... | |
| struct | TIM_Encoder_InitTypeDef |
| TIM Encoder Configuration Structure definition. More... | |
| struct | TIM_ClockConfigTypeDef |
| Clock Configuration Handle Structure definition. More... | |
| struct | TIM_ClearInputConfigTypeDef |
| Clear Input Configuration Handle Structure definition. More... | |
| struct | TIM_SlaveConfigTypeDef |
| TIM Slave configuration Structure definition. More... | |
| struct | TIM_HandleTypeDef |
| TIM Time Base Handle Structure definition. More... | |
Enumerations | |
| enum | HAL_TIM_StateTypeDef { HAL_TIM_STATE_RESET = 0x00U, HAL_TIM_STATE_READY = 0x01U, HAL_TIM_STATE_BUSY = 0x02U, HAL_TIM_STATE_TIMEOUT = 0x03U, HAL_TIM_STATE_ERROR = 0x04U } |
| HAL State structures definition. More... | |
| enum | HAL_TIM_ActiveChannel { HAL_TIM_ACTIVE_CHANNEL_1 = 0x01U, HAL_TIM_ACTIVE_CHANNEL_2 = 0x02U, HAL_TIM_ACTIVE_CHANNEL_3 = 0x04U, HAL_TIM_ACTIVE_CHANNEL_4 = 0x08U, HAL_TIM_ACTIVE_CHANNEL_CLEARED = 0x00U } |
| HAL Active channel structures definition. More... | |
HAL Active channel structures definition.
Definition at line 275 of file stm32f4xx_hal_tim.h.
| enum HAL_TIM_StateTypeDef |
HAL State structures definition.
Definition at line 263 of file stm32f4xx_hal_tim.h.
1.7.6.1