STM32L443xx HAL User Manual
|
Defines | |
#define | TIM_TRGO_RESET 0x00000000U |
#define | TIM_TRGO_ENABLE TIM_CR2_MMS_0 |
#define | TIM_TRGO_UPDATE TIM_CR2_MMS_1 |
#define | TIM_TRGO_OC1 (TIM_CR2_MMS_1 | TIM_CR2_MMS_0) |
#define | TIM_TRGO_OC1REF TIM_CR2_MMS_2 |
#define | TIM_TRGO_OC2REF (TIM_CR2_MMS_2 | TIM_CR2_MMS_0) |
#define | TIM_TRGO_OC3REF (TIM_CR2_MMS_2 | TIM_CR2_MMS_1) |
#define | TIM_TRGO_OC4REF (TIM_CR2_MMS_2 | TIM_CR2_MMS_1 | TIM_CR2_MMS_0) |
#define TIM_TRGO_ENABLE TIM_CR2_MMS_0 |
TIMx_CR1.CEN bit is used as trigger output (TRGO)
Definition at line 924 of file stm32l4xx_hal_tim.h.
#define TIM_TRGO_OC1 (TIM_CR2_MMS_1 | TIM_CR2_MMS_0) |
Capture or a compare match 1 is used as trigger output (TRGO)
Definition at line 926 of file stm32l4xx_hal_tim.h.
#define TIM_TRGO_OC1REF TIM_CR2_MMS_2 |
OC1REF signal is used as trigger output (TRGO)
Definition at line 927 of file stm32l4xx_hal_tim.h.
#define TIM_TRGO_OC2REF (TIM_CR2_MMS_2 | TIM_CR2_MMS_0) |
OC2REF signal is used as trigger output(TRGO)
Definition at line 928 of file stm32l4xx_hal_tim.h.
Referenced by HAL_TIMEx_HallSensor_Init().
#define TIM_TRGO_OC3REF (TIM_CR2_MMS_2 | TIM_CR2_MMS_1) |
OC3REF signal is used as trigger output(TRGO)
Definition at line 929 of file stm32l4xx_hal_tim.h.
#define TIM_TRGO_OC4REF (TIM_CR2_MMS_2 | TIM_CR2_MMS_1 | TIM_CR2_MMS_0) |
OC4REF signal is used as trigger output(TRGO)
Definition at line 930 of file stm32l4xx_hal_tim.h.
#define TIM_TRGO_RESET 0x00000000U |
TIMx_EGR.UG bit is used as trigger output (TRGO)
Definition at line 923 of file stm32l4xx_hal_tim.h.
#define TIM_TRGO_UPDATE TIM_CR2_MMS_1 |
Update event is used as trigger output (TRGO)
Definition at line 925 of file stm32l4xx_hal_tim.h.