|
STM32L4xx_HAL_Driver
1.14.0
|
Data Structures | |
| struct | TIM_HallSensor_InitTypeDef |
| TIM Hall sensor Configuration Structure definition. More... | |
| struct | TIMEx_BreakInputConfigTypeDef |
| TIM Break/Break2 input configuration. More... | |
| struct TIM_HallSensor_InitTypeDef |
TIM Hall sensor Configuration Structure definition.
Definition at line 48 of file stm32l4xx_hal_tim_ex.h.
| Data Fields | ||
|---|---|---|
| uint32_t | Commutation_Delay |
Specifies the pulse value to be loaded into the Capture Compare Register. This parameter can be a number between Min_Data = 0x0000 and Max_Data = 0xFFFF |
| uint32_t | IC1Filter |
Specifies the input capture filter. This parameter can be a number between Min_Data = 0x0 and Max_Data = 0xF |
| uint32_t | IC1Polarity |
Specifies the active edge of the input signal. This parameter can be a value of TIM Input Capture Polarity |
| uint32_t | IC1Prescaler |
Specifies the Input Capture Prescaler. This parameter can be a value of TIM Input Capture Prescaler |
| struct TIMEx_BreakInputConfigTypeDef |
TIM Break/Break2 input configuration.
Definition at line 66 of file stm32l4xx_hal_tim_ex.h.
| Data Fields | ||
|---|---|---|
| uint32_t | Enable |
Specifies whether or not the break input source is enabled. This parameter can be a value of TIM Extended Break input source enabling |
| uint32_t | Polarity |
Specifies the break input source polarity. This parameter can be a value of TIM Extended Break input polarity Not relevant when analog watchdog output of the DFSDM1 used as break input source |
| uint32_t | Source |
Specifies the source of the timer break input. This parameter can be a value of TIM Extended Break input source |