STM32H735xx HAL User Manual
|
Defines | |
#define | LL_TIM_SLAVEMODE_DISABLED 0x00000000U |
#define | LL_TIM_SLAVEMODE_RESET TIM_SMCR_SMS_2 |
#define | LL_TIM_SLAVEMODE_GATED (TIM_SMCR_SMS_2 | TIM_SMCR_SMS_0) |
#define | LL_TIM_SLAVEMODE_TRIGGER (TIM_SMCR_SMS_2 | TIM_SMCR_SMS_1) |
#define | LL_TIM_SLAVEMODE_COMBINED_RESETTRIGGER TIM_SMCR_SMS_3 |
#define LL_TIM_SLAVEMODE_COMBINED_RESETTRIGGER TIM_SMCR_SMS_3 |
Combined reset + trigger mode - Rising edge of the selected trigger input (TRGI) reinitializes the counter, generates an update of the registers and starts the counter
Definition at line 909 of file stm32h7xx_ll_tim.h.
#define LL_TIM_SLAVEMODE_DISABLED 0x00000000U |
Slave mode disabled
Definition at line 905 of file stm32h7xx_ll_tim.h.
#define LL_TIM_SLAVEMODE_GATED (TIM_SMCR_SMS_2 | TIM_SMCR_SMS_0) |
Gated Mode - The counter clock is enabled when the trigger input (TRGI) is high
Definition at line 907 of file stm32h7xx_ll_tim.h.
#define LL_TIM_SLAVEMODE_RESET TIM_SMCR_SMS_2 |
Reset Mode - Rising edge of the selected trigger input (TRGI) reinitializes the counter
Definition at line 906 of file stm32h7xx_ll_tim.h.
Referenced by LL_TIM_HALLSENSOR_Init().
#define LL_TIM_SLAVEMODE_TRIGGER (TIM_SMCR_SMS_2 | TIM_SMCR_SMS_1) |
Trigger Mode - The counter starts at a rising edge of the trigger TRGI
Definition at line 908 of file stm32h7xx_ll_tim.h.