HAL
DT_DELAY_1 is only used within HAL.
 
Symbols
loading...
Files
loading...

DT_DELAY_1 macro

Syntax

#define DT_DELAY_1 ((uint8_t)0x7F)

References

LocationText
stm32f4xx_ll_tim.h:117
#define DT_DELAY_1 ((uint8_t)0x7F)
stm32f4xx_ll_tim.h:1023
( (((uint64_t)((__DT__)*1000U)) < ((DT_DELAY_1+1U) * TIM_CALC_DTS((__TIMCLK__), (__CKD__)))) ? \
stm32f4xx_ll_tim.h:1024
(uint8_t)(((uint64_t)((__DT__)*1000U) / TIM_CALC_DTS((__TIMCLK__), (__CKD__))) & DT_DELAY_1) : \