STM32F479xx HAL User Manual
|
Defines | |
#define | TIMx_OR_RMP_SHIFT 16U |
#define | TIMx_OR_RMP_MASK 0x0000FFFFU |
#define | TIM2_OR_RMP_MASK (TIM_OR_ITR1_RMP << TIMx_OR_RMP_SHIFT) |
#define | TIM5_OR_RMP_MASK (TIM_OR_TI4_RMP << TIMx_OR_RMP_SHIFT) |
#define | TIM11_OR_RMP_MASK (TIM_OR_TI1_RMP << TIMx_OR_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 118 of file stm32f4xx_ll_tim.h.
#define DT_DELAY_2 ((uint8_t)0x3F) |
Definition at line 119 of file stm32f4xx_ll_tim.h.
#define DT_DELAY_3 ((uint8_t)0x1F) |
Definition at line 120 of file stm32f4xx_ll_tim.h.
#define DT_DELAY_4 ((uint8_t)0x1F) |
Definition at line 121 of file stm32f4xx_ll_tim.h.
#define DT_RANGE_1 ((uint8_t)0x00) |
Definition at line 124 of file stm32f4xx_ll_tim.h.
#define DT_RANGE_2 ((uint8_t)0x80) |
Definition at line 125 of file stm32f4xx_ll_tim.h.
#define DT_RANGE_3 ((uint8_t)0xC0) |
Definition at line 126 of file stm32f4xx_ll_tim.h.
#define DT_RANGE_4 ((uint8_t)0xE0) |
Definition at line 127 of file stm32f4xx_ll_tim.h.
#define TIM11_OR_RMP_MASK (TIM_OR_TI1_RMP << TIMx_OR_RMP_SHIFT) |
Definition at line 115 of file stm32f4xx_ll_tim.h.
#define TIM2_OR_RMP_MASK (TIM_OR_ITR1_RMP << TIMx_OR_RMP_SHIFT) |
Definition at line 113 of file stm32f4xx_ll_tim.h.
#define TIM5_OR_RMP_MASK (TIM_OR_TI4_RMP << TIMx_OR_RMP_SHIFT) |
Definition at line 114 of file stm32f4xx_ll_tim.h.
#define TIMx_OR_RMP_MASK 0x0000FFFFU |
Definition at line 112 of file stm32f4xx_ll_tim.h.
Referenced by LL_TIM_SetRemap().
#define TIMx_OR_RMP_SHIFT 16U |
Definition at line 111 of file stm32f4xx_ll_tim.h.
Referenced by LL_TIM_SetRemap().