STM32L443xx HAL User Manual
|
Defines | |
#define | TIM_POSITION_BRK_SOURCE (POSITION_VAL(Source) & 0x1FUL) |
#define | TIMx_OR2_BKINP TIM1_OR2_BKINP |
#define | TIMx_OR2_ETRSEL TIM1_OR2_ETRSEL |
#define | TIMx_OR1_RMP_SHIFT 16U |
#define | TIMx_OR1_RMP_MASK 0x0000FFFFU |
#define | TIM1_OR1_RMP_MASK ((TIM1_OR1_ETR_ADC1_RMP | TIM1_OR1_TI1_RMP) << TIMx_OR1_RMP_SHIFT) |
#define | TIM2_OR1_RMP_MASK ((TIM2_OR1_TI4_RMP | TIM2_OR1_ETR1_RMP | TIM2_OR1_ITR1_RMP) << TIMx_OR1_RMP_SHIFT) |
#define | TIM3_OR1_RMP_MASK (TIM3_OR1_TI1_RMP << TIMx_OR1_RMP_SHIFT) |
#define | TIM8_OR1_RMP_MASK (TIM8_OR1_TI1_RMP << TIMx_OR1_RMP_SHIFT) |
#define | TIM15_OR1_RMP_MASK (TIM15_OR1_TI1_RMP << TIMx_OR1_RMP_SHIFT) |
#define | TIM16_OR1_RMP_MASK (TIM16_OR1_TI1_RMP << TIMx_OR1_RMP_SHIFT) |
#define | TIM17_OR1_RMP_MASK (TIM17_OR1_TI1_RMP << TIMx_OR1_RMP_SHIFT) |
#define | DT_DELAY_1 ((uint8_t)0x7F) |
#define | DT_DELAY_2 ((uint8_t)0x3F) |
#define | DT_DELAY_3 ((uint8_t)0x1F) |
#define | DT_DELAY_4 ((uint8_t)0x1F) |
#define | DT_RANGE_1 ((uint8_t)0x00) |
#define | DT_RANGE_2 ((uint8_t)0x80) |
#define | DT_RANGE_3 ((uint8_t)0xC0) |
#define | DT_RANGE_4 ((uint8_t)0xE0) |
#define DT_DELAY_1 ((uint8_t)0x7F) |
Definition at line 145 of file stm32l4xx_ll_tim.h.
#define DT_DELAY_2 ((uint8_t)0x3F) |
Definition at line 146 of file stm32l4xx_ll_tim.h.
#define DT_DELAY_3 ((uint8_t)0x1F) |
Definition at line 147 of file stm32l4xx_ll_tim.h.
#define DT_DELAY_4 ((uint8_t)0x1F) |
Definition at line 148 of file stm32l4xx_ll_tim.h.
#define DT_RANGE_1 ((uint8_t)0x00) |
Definition at line 151 of file stm32l4xx_ll_tim.h.
#define DT_RANGE_2 ((uint8_t)0x80) |
Definition at line 152 of file stm32l4xx_ll_tim.h.
#define DT_RANGE_3 ((uint8_t)0xC0) |
Definition at line 153 of file stm32l4xx_ll_tim.h.
#define DT_RANGE_4 ((uint8_t)0xE0) |
Definition at line 154 of file stm32l4xx_ll_tim.h.
#define TIM15_OR1_RMP_MASK (TIM15_OR1_TI1_RMP << TIMx_OR1_RMP_SHIFT) |
Definition at line 140 of file stm32l4xx_ll_tim.h.
#define TIM16_OR1_RMP_MASK (TIM16_OR1_TI1_RMP << TIMx_OR1_RMP_SHIFT) |
Definition at line 141 of file stm32l4xx_ll_tim.h.
#define TIM17_OR1_RMP_MASK (TIM17_OR1_TI1_RMP << TIMx_OR1_RMP_SHIFT) |
Definition at line 142 of file stm32l4xx_ll_tim.h.
#define TIM1_OR1_RMP_MASK ((TIM1_OR1_ETR_ADC1_RMP | TIM1_OR1_TI1_RMP) << TIMx_OR1_RMP_SHIFT) |
Definition at line 131 of file stm32l4xx_ll_tim.h.
#define TIM2_OR1_RMP_MASK ((TIM2_OR1_TI4_RMP | TIM2_OR1_ETR1_RMP | TIM2_OR1_ITR1_RMP) << TIMx_OR1_RMP_SHIFT) |
Definition at line 133 of file stm32l4xx_ll_tim.h.
#define TIM3_OR1_RMP_MASK (TIM3_OR1_TI1_RMP << TIMx_OR1_RMP_SHIFT) |
Definition at line 134 of file stm32l4xx_ll_tim.h.
#define TIM8_OR1_RMP_MASK (TIM8_OR1_TI1_RMP << TIMx_OR1_RMP_SHIFT) |
Definition at line 138 of file stm32l4xx_ll_tim.h.
#define TIM_POSITION_BRK_SOURCE (POSITION_VAL(Source) & 0x1FUL) |
Definition at line 119 of file stm32l4xx_ll_tim.h.
Referenced by LL_TIM_SetBreakInputSourcePolarity().
#define TIMx_OR1_RMP_MASK 0x0000FFFFU |
Definition at line 127 of file stm32l4xx_ll_tim.h.
Referenced by LL_TIM_SetRemap().
#define TIMx_OR1_RMP_SHIFT 16U |
Definition at line 126 of file stm32l4xx_ll_tim.h.
Referenced by LL_TIM_SetRemap().
#define TIMx_OR2_BKINP TIM1_OR2_BKINP |
BRK BKIN input polarity
Definition at line 122 of file stm32l4xx_ll_tim.h.
Referenced by LL_TIM_SetBreakInputSourcePolarity().
#define TIMx_OR2_ETRSEL TIM1_OR2_ETRSEL |
TIMx ETR source selection
Definition at line 123 of file stm32l4xx_ll_tim.h.
Referenced by LL_TIM_SetETRSource().